function menu(){
document.write('<table class="a" border=0 width="1000px" bgcolor="#2EACD1" cellpadding="0" cellspacing="0" align="center" rules="cols">');
document.write('<tr align="center">');
document.write('<td><a class="menutext" title="Return to home page" href="index.html"><img src="images/home.png" onmouseover=this.src="images/homeOver.png"; onmouseout=this.src="images/home.png"; /></a></td>');
document.write('<td><A class="menutext" title="Customers" href="customer.html"><img src="images/customers.png" onmouseover=this.src="images/customersOver.png"; onmouseout=this.src="images/customers.png"; /></A></td>');
document.write('<td><A class="menutext" title="Product & Price" href="product.html"><img src="images/pp.png" onmouseover=this.src="images/ppOver.png"; onmouseout=this.src="images/pp.png"; /></A></td>');
document.write('<td><A class="menutext" title="Why RM?" href="rm.html"><img src="images/rm.png" onmouseover=this.src="images/rmOver.png"; onmouseout=this.src="images/rm.png"; /></A></td>');
document.write('<td><A class="menutext" title="Success Team" href="team.html"><img src="images/team.png" onmouseover=this.src="images/teamOver.png"; onmouseout=this.src="images/team.png"; /></A></td>');
document.write('<td><A class="menutext" title="Contact" href="contact.html"><img src="images/contact.png" onmouseover=this.src="images/contactOver.png"; onmouseout=this.src="images/contact.png"; /></A></td>');
document.write('<td width="25%"></td>');
document.write('<td width="9%"><A class="menutext" title="Try PriceTech" href="demo.html"><img src="images/demo.png" onmouseover=this.src="images/demoOver.png"; onmouseout=this.src="images/demo.png"; /></A></td>');
document.write('<td width="6%"><A class="menutext" title="Login to PriceTech" href="login.html"><img src="images/login.png" onmouseover=this.src="images/loginOver.png"; onmouseout=this.src="images/login.png"; /></A></td>');
document.write('</tr>');
document.write('</table>');
}
menu();