var RollOver=GetCookie("RollOverCookie");	


document.write('<table cellspacing="1" cellpadding="0" border="0" bgcolor="#5A6E80">');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="/images/nav_icon_2.gif" width="20" height="22" alt="" border="0"></td>');

if(RollOver == "Company"){
document.write('<td bgcolor="#8DA4B9"><a href="/company_information.html"><img src="/images/nav_button_company_information_on.gif" width="179" height="22" alt="" border="0" name="Company"></a></td>');
} else {
document.write('<td bgcolor="#8DA4B9"><a href="/company_information.html" onClick="SetCookie(&quot;RollOverCookie&quot;,&quot;Company&quot;);"><img src="/images/nav_button_company_information.gif" width="179" height="22" alt="" border="0" name="Company" onMouseOver="imgOn(&quot;Company&quot;);" onMouseOut="imgOff(&quot;Company&quot;);"></a></td>');
}


document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="/images/nav_icon_4.gif" width="20" height="22" alt="" border="0"></td>');

if(RollOver == "Products"){
	document.write('<td bgcolor="#8DA4B9"><a href="/products.html"><img src="/images/nav_button_products_on.gif" width="179" height="22" alt="" border="0" name="Products"></a></td>');
} else {
document.write('<td bgcolor="#8DA4B9"><a href="/products.html" onClick="SetCookie(&quot;RollOverCookie&quot;,&quot;Products&quot;);"><img src="/images/nav_button_products.gif" width="179" height="22" alt="" border="0" name="Products" onMouseOver="imgOn(&quot;Products&quot;);" onMouseOut="imgOff(&quot;Products&quot;);"></a></td>');
}

document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="/images/nav_icon_1.gif" width="20" height="22" alt="" border="0"></td>');

if(RollOver == "Contact") {
document.write('<td bgcolor="#8DA4B9"><a href="/contact_us.html"><img src="/images/nav_button_contactus_on.gif" width="179" height="22" alt="" border="0" name="Contact"></a></td>');
} else {
document.write('<td bgcolor="#8DA4B9"><a href="/contact_us.html" onClick="SetCookie(&quot;RollOverCookie&quot;,&quot;Contact&quot;);"><img src="/images/nav_button_contactus.gif" width="179" height="22" alt="" border="0" name="Contact" onMouseOver="imgOn(&quot;Contact&quot;);" onMouseOut="imgOff(&quot;Contact&quot;);"></a></td>');
}








document.write('</tr>');
document.write('</table>');
document.write('<br>');
