
function drawMenu()
	{
	document.write('<table width="740" height="25" border="0" cellpadding="0" cellspacing="0" background="images/red_nav_bag.jpg" >');	 
	document.write('<tr> <td class="copy" valign="bottom">&nbsp;&nbsp;');
	document.write('<a href="index.html" class="link2">HOME</a>&nbsp;&nbsp;|&nbsp;&nbsp;');
	document.write('<a href="about.html" class="link2">ABOUT US</a>&nbsp;&nbsp;|&nbsp;&nbsp;');
	document.write('<a href="service.html" class="link2">SERVICES</a>&nbsp;&nbsp;|&nbsp;&nbsp;');
	document.write('<a href="contact.html" class="link2">CONTACT US</a>&nbsp;&nbsp;|&nbsp;&nbsp;');
	document.write('<a href="location.html" class="link2">LOCATION</a>');
	document.write('<br /><img src="images/spacer.gif width="740" height="5"></td></tr></table>');
	}
