document.write("<table id='Table_01' width='100%' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF' height='95'><tr><td rowspan='2' width='181'><a href='index.html'><img src='images/logo.jpg' alt='Home' width='181' height='88' border='0'></a></td><td width='100%' align='right' valign='bottom' colspan='2' height='50'><a href='index.html'><font class='linkgreytop'>Home</font></a> | <a href='contact.html'><font class='linkgreytop'>Contact us</font></a> | <a href='career.html'><font class='linkgreytop'>Career</font></a> | <a href='login.html'><font class='linkgreytop'>Login</font></a> | <a href='faq.html'><font class='linkgreytop'>FAQ's</font></a> | <a href='sitemap.html'><font class='linkgreytop'>Sitemap</font></a><br><br></td></tr><tr><td width='100%' align='right' height='38'><input name='' id='txt_search' type='text' class='textbox' onkeypress='SearchEnter();'CausesValidation='False' onClick=\"value='';\" value='search icodetech.com' >&nbsp;&nbsp;<br><br></td><td height='38'><a href='javascript: Search();'><img src='images/gobutton.jpg' width='20' height='20' border='0'></a><br><br></td><td width=20>&nbsp;&nbsp;&nbsp;&nbsp;</td></tr></table>");
document.write("<table id='Table_01' width='100%' border='0' cellpadding='0' cellspacing='0'>");
document.write("<tr><td background='images/index_10.jpg' width='100%' height='27'></td>");
document.write("<td><A onmouseover=\"MM_swapImage('Image2','','images/indexover_11.jpg',1);MM_showMenu(window.mm_menu_0103120540_0,0,26,null,'Image2')\" ");
document.write("onmouseout=MM_swapImgRestore();MM_startTimeout(); href=\"about.html\"><img src='images/index_11.jpg' width='67' height='27' border='0' alt='About us' name=Image2></a></td>");
document.write("<td><A onmouseover=\"MM_swapImage('Image3','','images/indexover_12.jpg',1);MM_showMenu(window.mm_menu_0103121115_0,0,26,null,'Image3')\" ");
document.write("onmouseout=MM_swapImgRestore();MM_startTimeout(); href=\"solution.html\"><img src='images/index_12.jpg' width='74' height='27' border='0' alt='Solutions' name=Image3></a></td>");
document.write("<td><A onmouseover=\"MM_swapImage('Image4','','images/indexover_13.jpg',1);MM_showMenu(window.mm_menu_0103121312_0,0,26,null,'Image4')\" ");
document.write("onmouseout=MM_swapImgRestore();MM_startTimeout(); href=\"services.html\"><img src='images/index_13.jpg' width='69' height='27' border='0' alt='Services' name=Image4></a></td>");
document.write("<td><A onmouseover=\"MM_swapImage('Image15','','images/indexover_14.jpg',1);MM_showMenu(window.mm_menu_0103121321_0,-114,26,null,'Image15')\" ");
document.write("onmouseout=MM_swapImgRestore();MM_startTimeout(); href=\"products.html\"><img src='images/index_14.jpg' width='70' height='27' border='0' alt='Products' name=Image15></a></td>");
document.write("<td><A onmouseover=\"MM_swapImage('Image5','','images/indexover_15.jpg',1);\" ");
document.write("onmouseout=MM_swapImgRestore();MM_startTimeout(); href=\"enquiry.aspx\"><img src='images/index_15.jpg' width='64' height='27' border='0' alt='Enquiry' name=Image5></a></td></tr>");
document.write("<tr><td colspan='6' background='images/index_16.jpg' width='780' height='1'></td></tr>");
document.write("<tr><td colspan='6' background='images/index_17.jpg' width='780' height='6'></td></tr></table>");

function Search()
{
var searchtext=document.all.item('txt_search').value;
document.location='SiteSearch.aspx?Text='+searchtext;
}
function SearchEnter()
{
var mKeyAscii=window.event.keyCode;	
if ( mKeyAscii == 13 )
{
//if(document.all.item('txt_search').value=='')
//{
//alert('Enter the Search Value');
//}
//else
//{
Search();
//}
window.event.keyCode=0;
}
}