//***********************************************************************************************
// Javascript for the web-site of JAMES GILL & Co. Ltd.
// This javascript inserts the html for the menu at the appropriate point.
//***********************************************************************************************


document.write('	<div id = "menu">				');
document.write('	<table width=600 height=24> 			');
document.write('	<tr>						');


document.write('	<td valign="middle" align="center" width=20%> 	');
document.write('	<a href="./index.html" class="menu"> ABOUT </a>	');
document.write('	</td>						');


document.write('	<td> | </td>					');


document.write('	<td align="middle" align="center" width=20%> 	');
document.write('	<a href="./financial_modelling.html" onMouseOut="SDDM_deactivate(1);" onMouseOver="SDDM_activate(1);" class="menu">		');
document.write('	<img name="SDDM_image1" id="SDDM_image1" src="dummy.gif" width="1" height="1" border="0"> ');		
document.write('	&nbsp; &nbsp;  SERVICES 	&nbsp; &nbsp; </a>');
document.write('	</td> 						');
				 

document.write('	<td> | </td>					');


document.write('	<td align="middle" align="center" width=20%> 	');
document.write('	<a href="./customers.html" onMouseOut="SDDM_deactivate(2);" onMouseOver="SDDM_activate(2);" class="menu">				');
document.write('	<img name="SDDM_image2" id="SDDM_image2" src="dummy.gif" width="1" height="1" border="0">	');
document.write('	CUSTOMERS 					');
document.write('	</a>						');
document.write('	</td> 						');


document.write('	<td> | </td>					');
		

document.write('	<td  align="middle" align="center" width=20%> 	');
document.write('		<a href="./news.html" class="menu"> NEWS </a>	');
document.write('	</td> 						');


document.write('	<td> | </td>					');


document.write('	<td align="middle" align="center" width=20%> 	');
document.write('		<a href="./contact.html" class="menu"> CONTACT </a>	');
document.write('	</td>						');


document.write('	</tr> 						');
document.write('	</table>					');	
document.write('	</div>						');
