// javascript include file used to display a the common buttons
// located at the bottom of each page in the orgchart application
document.write('<div align="center">');
document.write('<table cellpadding="5" cellspacing="3">');
document.write('<tr>');
document.write('<td><a href="OrgChart.cfm" title="Return to OrgChart Home Page">OrgChart Home page</a>&nbsp;&nbsp;|</td>');
document.write('<td><a href="javascript:history.back();">Back</a>&nbsp;&nbsp;|</td>');
document.write('<td><a href="Index.cfm" title="Go to OrgChart Pictures Home Page">Pictures Home</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</form>');
document.write('</div>');
document.write('<br>'); 