
// JavaScript Document
// menu
document.write('<div class="main">');
document.write('<table width="1000px" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td align="left" width="40%" valign="top"><a href="index.aspx" name="top"><img src="images/logo.jpg" style="margin-left:52px; margin-top:1px;" /></a></td>');
document.write('<td valign="top" width="60%" align="left">');   



// search
document.write('<div style="float:right; margin-top:20px; margin-right:34px;">');
document.write('<img src="images/search_left.jpg" style="float:left;" />');
document.write('<div style="background-image:url(images/search_bg.jpg); background-repeat:repeat-x; height:27px; width:152px; float:left; padding-top:6px; ">');
document.write('<input id="txtsearch" type="text" size="26" style="font-size:11px; background-color:#f7f7f7; border:none;" />');
document.write('</div>');
document.write('<a id="lbtn" href="javascript:Redirecturl();"><img src="images/search_glass.jpg" style="float:left;" /></a> <img src="images/search_right.jpg" style="float:left; clear:right;" />');
document.write('</div>');

// small menu
document.write('<div class="header_menu" style="float:right; margin-top:24px;">');
document.write('<img src="images/menu_bullet.jpg" style="padding-bottom:2px;" /><a href="index.aspx">home</a>&nbsp;');
document.write('<img src="images/menu_bullet.jpg" style="padding-bottom:2px;" /><a href="careers.aspx">Careers</a>&nbsp;');
document.write('<img src="images/menu_bullet.jpg" style="padding-bottom:2px;" /><a href="Lubricants.aspx">Lubes</a>&nbsp;');
document.write('<img src="images/menu_bullet.jpg" style="padding-bottom:2px;" /><a href="sitemap.aspx">Site Map</a>&nbsp;');
document.write('<img src="images/menu_bullet.jpg" style="padding-bottom:2px;" /><a href="contact_us.aspx">Contact Us</a>');

document.write('</div>');

//
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
