document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<form id='formQuick' name='formQuick' method='post' action=''>");
    document.write("<tr>");
	document.write("<td width='30%' valign='top'>");
	document.write("<a name='top'></a><a href='/'>");
	document.write("<img src='../images/company_name.gif' width='228' height='69' border='0'/>");
	document.write("</a>");
	document.write("</td>");
	document.write("<td width='70%' valign='bottom'  >");

		document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0' >");
		document.write("<tr>");
		document.write("<td height='30' valign='top'>");

			document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
				document.write("<tr>");
					document.write("<td width='28%'>");
					document.write("</td>");
					
					document.write("<td width='72%' align='right' style='padding-right:3px' nowrap>");
						document.write("<a href='/' class='top_menu_style'>");
						document.write("Home");
						document.write("</a>");
						
						document.write("<span class='top_menu_style'>");
						document.write("&nbsp;|&nbsp;");
						document.write("</span>");
	
						document.write("<a href='/Enquiry.aspx' class='top_menu_style'>");
						document.write("Post your Enquiry");
						document.write("</a>")
	
						document.write("<span class='top_menu_style'>");
						document.write("&nbsp;|&nbsp;");
						document.write("</span>");
	
						document.write("<a href='../contact_us_pages/contact.html' class='top_menu_style'>");
						document.write("Contact us");
						document.write("</a>")
					document.write("</td>");
				document.write("</tr>");
			document.write("</table>");
		document.write("</td>");
	document.write("</tr>");
	document.write("<tr>");
		document.write("<td>");
			document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
			document.write("<tr>");
				document.write("<td width='43%'>");
				document.write("</td>");
				document.write("<td width='2%' height='40' align='right' valign='bottom'>");
				//document.write("<img src='../images/search_tab_corner1.jpg' width='8' height='40'/>");
				document.write("</td>");
					//document.write("<td width='39%' valign='middle' style='background-image:url(../images/search_tab_bgcolor.jpg); background-repeat:repeat-x; background-position:bottom'>");
					document.write("<td width='39%' valign='middle' >");
						document.write("<form action='' method=''>");
						document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0' align='center'>");
							document.write("<tr>");
							document.write("<td width='22%' height='23' valign='middle'>");
							//document.write("<img src='../images/search_image.jpg' width='41' height='11'/>");
							document.write("</td>");
							document.write("<td width='1%'>&nbsp;</td>");
							document.write("<td width='49%' valign='middle'>");
							//document.write("<input name='textfield' type='text' size='14' align='middle'/>");
							document.write("</td>");
							document.write("<td width='1%'>&nbsp;</td>");
							document.write("<td width='12%'>");
							//document.write("<onmouseout=MM_swapImgRestore() onmouseover=MM_swapImage('Image5','','../images/go_swap_button.jpg',1) onclick='GoogleSearch()'>");
							//document.write("<img src='../images/go_button.jpg' name='Image5' width='38' height='21' border='0' id='Image5' onclick='GoogleSearch()'/>");
							//document.write("</a>");
							document.write("</td>");
							document.write("</tr>");
						document.write("</table>");                    
						document.write("</form>");
					document.write("</td>");
					document.write("<td width='2%' align='left' valign='bottom'>");
					//document.write("<img src='../images/search_tab_corner2.jpg' width='9' height='40'/>");
					document.write("</td>");
					document.write("<td width='14%'></td>");
				document.write("</tr>");
				document.write("</table>");
			document.write("</td>");
			document.write("</tr>");
		document.write("</table>");
	document.write("</td>");
	document.write("</tr>");
	document.write("</form>");
document.write("</table>");
					
function GoogleSearch()
{
	var base_Href="../about_us_pages/"
	keyword=document.formQuick.textfield.value;
	window.location.href=base_Href + "search.html?cx=012918038926302546381%3Ajjz7p38u6ma&cof=FORID%3A9&q="+keyword+"&sa=Search#156"
}
