document.write ('<div id="logo"> <a href="index.html"><img src="images/mercurylogocorp.jpg" border="0"></a> </div>')
document.write ('<div id="homelink"> <a href="index.html" onmouseover="chgImg(\'home\',\'homeOn\')" onmouseout="chgImg(\'home\',\'homeOff\')">')
	document.write ('<img src="images/home.jpg" height="25" width="100" align="left" border="0" name="home" alt="home"/></a> </div>')
document.write ('<div id="productlink">	<a href="products.html" onmouseover="chgImg(\'product\',\'productOn\')"	onmouseout="chgImg(\'product\',\'productOff\')">')
	document.write ('<img src="images/products.jpg" height="25" width="100" align="left" border="0" name="product" alt="product"/></a></div>')
document.write ('<div id="servicelink">	<a href="services.html" onmouseover="chgImg(\'service\',\'serviceOn\')"	onmouseout="chgImg(\'service\',\'serviceOff\')">')
	document.write	('<img src="images/services.jpg" height="25" width="100" align="left" border="0" name="service" alt="service"/></a></div>')
document.write ('<div id="companylink">	<a href="company.html" onmouseover="chgImg(\'company\',\'companyOn\')" onmouseout="chgImg(\'company\',\'companyOff\')">')
	document.write ('<img src="images/company.jpg" height="25" width="100" align="left" border="0" name="company" alt="company"/></a></div>')
document.write ('<div id="newslink"> <a href="news.html" onmouseover="chgImg(\'news\',\'newsOn\')" onmouseout="chgImg(\'news\',\'newsOff\')">')
	document.write ('<img src="images/news.jpg" height="25" width="100" align="left" border="0" name="news" alt="news"/></a></div>')
