function doSubmit() {
 if (document.form.q.value == "" ) {
		alert("Please input a search sentence into a search column.");
		return ;
 } 
	document.form.submit();
}
with (document) {
writeln("<TABLE width='740' border='0' align='center' cellpadding='0' cellspacing='0'>");
writeln("<TR>");
writeln("<TD height='20' align='right' valign='middle'>");
writeln("<H1>Shodex: Packed Columns for HPLC Analysis</H1></TD>");
writeln("</TR>");
writeln("<TR>");
writeln("<TD height='5'><IMG src='"+img_path+"spacer.gif' width='20' height='3'></TD>");
writeln("</TR>");
writeln("<TR>");
writeln("<TD height='60'>");
writeln("<TABLE width='100%' height='60' border='0' cellpadding='0' cellspacing='0'>");
writeln("<TR>");
writeln("<TD width='63%'><img src='"+img_path+"logo4.gif' width='444' height='60' border='0' usemap='#MapMap'></TD>");
writeln("<TD width='11%'><IMG src='"+img_path+"logo_r_16.gif' width='84' height='60'></TD>");
writeln("<TD width='26%'>");
writeln("<TABLE width='100%' height='60' border='0' cellpadding='0' cellspacing='0'>");
writeln("<TR>");
writeln("<TD>");
writeln("<TABLE width='100%' border='0' cellpadding='0' cellspacing='0'>");
writeln("<TR>");
writeln("<TD width='92%'  height='54' align='center'>");
writeln("<TABLE width='142' border='0' cellpadding='1' cellspacing='0'>");
writeln("<TR>");
writeln("<TD bgcolor='#999999'>");
writeln("<FORM name='form' style='margin-top:0px; margin-bottom:0px' method='get' action='http://www.google.com/search' target='_blank' id='tsf' onSubmit='return false;'>");
writeln("<TABLE width='100%' border='0' cellpadding='0' cellspacing='1' bgcolor='#FFFFFF'>");
writeln("<TR>");
writeln("<TD width='90'><INPUT name='q' type='text' id='textfield' size='15' class='kensaku'></TD>");
writeln("<TD width='45' align='center' bgcolor='#999999'><INPUT type='image' name='image' value='search' alt='search' onclick='doSubmit();' src='"+img_path+"kesaku2_15.jpg'></TD>");
writeln("<input type=hidden name=hq value='site:www.shodex.com'>");
writeln("<input type=hidden name=hl value='en'>");
writeln("<input id=il type=hidden name=lr value='lang_en' checked>");
writeln("</TR>");
writeln("</TABLE>");
writeln("</FORM>");
writeln("</TD>");
writeln("</TR>");
writeln("<TR>");
writeln("<TD align='right'><A href='http://"+location.hostname+"/location.html'><IMG src='"+img_path+"location_bottan.gif' alt='location' width='73' height='15' border='0'></A></TD>");
writeln("</TR>");
writeln("</TABLE>");
writeln("</TD>");
writeln("<TD width='8%'><IMG src='"+img_path+"shodex_ci_21a.jpg' width='30 height='44' border='0' usemap='#Map2Map'></TD>");
writeln("</TR>");
writeln("</TABLE>");
writeln("</TD>");
writeln("</TR>");
writeln("<TR>");
writeln("<TD><IMG src='"+img_path+"logo_r2_27.gif' width='212' height='6'></TD>");
writeln("</TR>");
writeln("</TABLE>");
writeln("</TD>");
writeln("</TR>");
writeln("</TABLE>");
writeln("</TD>");
writeln("</TR>");
writeln("<TR>");
writeln("<TD height='8' background='"+img_path+"line_35.gif'><IMG src='"+img_path+"spacer.gif' width='20' height='8'></TD>");
writeln("</TR>");
writeln("</TABLE>");
writeln("<MAP name='MapMap'>");
writeln("<AREA shape='rect' coords='110,18,244,39' href='"+root_path+"' target='_self' alt='Shodex'></MAP><MAP name='Map2Map'>");
writeln("<AREA shape='rect' coords='6,1,22,42' href='http://www.sdk.co.jp/html/english/index.html' target='_self' alt='SHOWA DENKO'></MAP>");
//メニュー
writeln("<table width='740' border='0' cellpadding='0' cellspacing='0'>");
writeln("<tr>");
writeln("<td><a href='"+root_path+"' onMouseOut='MM_swapImgRestore()' onMouseOver={MM_swapImage('home','','"+img_path+"btn_home_on.gif',1)}><img src='"+img_path+"btn_home.gif' alt='Home' name='home' width='106' height='31' border='0'></a></td>");

writeln("<td><a href='"+lnk_path+"da.html' onMouseOut='MM_swapImgRestore()' onMouseOver={MM_swapImage('products','','"+img_path+"btn_products_on.gif',1)}><img src='"+img_path+"btn_products.gif' alt='Products' name='products' width='106' height='31' border='0'></a></td>");

writeln("<td><a href='"+lnk_path+"dc.html' onMouseOut='MM_swapImgRestore()' onMouseOver={MM_swapImage('tinformation','','"+img_path+"btn_tinformation_on.gif',1)}><img src='"+img_path+"btn_tinformation.gif' alt='Technical information' name='tinformation' width='106' height='31' border='0'></a></td>");

writeln("<td><a href='https://"+location.hostname+"/english/mail/cmmember.html' onMouseOut='MM_swapImgRestore()' onMouseOver={MM_swapImage('cmail','','"+img_path+"btn_cmail_on.gif',1)}><img src='"+img_path+"btn_cmail.gif' alt='Chromato-mail member' name='cmail' width='106' height='31' border='0'></a></td>");

writeln("<td><a href='"+lnk_path+"career.html' onMouseOut='MM_swapImgRestore()' onMouseOver={MM_swapImage('career','','"+img_path+"btn_career_on.gif',1)}><img src='"+img_path+"btn_career.gif' alt='Career' name='career' width='106' height='31' border='0'></a></td>");

writeln("<td><a href='"+lnk_path+"support.html' onMouseOut='MM_swapImgRestore()' onMouseOver={MM_swapImage('support','','"+img_path+"btn_support_on.gif',1)}><img src='"+img_path+"btn_support.gif' alt='Support' name='support' width='106' height='31' border='0'></a></td>");

writeln("<td><a href='"+lnk_path+"toiawase.html' onMouseOut='MM_swapImgRestore()' onMouseOver={MM_swapImage('contactus','','"+img_path+"btn_contactus_on.gif',1)}><img src='"+img_path+"btn_contactus.gif' alt='Contact us' name='contactus' width='104' height='31' border='0'></a></td>");

writeln("</tr>");
writeln("</table>");
}