function writeWebSearch(){
info='<form>' + 
'	<table border="0" cellpadding="0" cellspacing="0" width="760" id="AutoNumber1">' + 
'		<tr>' + 
'			<td width="150" bgcolor="#D3F0B6">' + 
'			<a href="index.aspx">' + 
'			<span class="bodytextBoldGray" align="center">' + 
'			<img border="0" src="images/arw669900.gif" hspace="5" vspace="5" width="13" height="13">Quick ' + 
'			Search</span></a></td>' + 
'			<td width="150" bgcolor="#FFD98D">' + 
'			<a href="index2ind.aspx">' + 
'			<span class="bodytextBoldGray" align="center">' + 
'			<img border="0" src="images/arw996600.gif" hspace="5" vspace="5" width="13" height="13">Industrial ' + 
'			Search</span></a></td>' + 
'			<td width="150" bgcolor="#FFFFCD">' + 
'			<span class="bodytextBoldGray" align="center">' + 
'			<img border="0" src="images/arwcc6600.gif" hspace="5" vspace="5" width="13" height="13">Web ' + 
'			Search</span></td>' + 
'			<td width="100"><img src="images/1x1.gif" border="0" width="1" height="1"></td>' + 
'			<td width="145"><img src="images/1x1.gif" border="0" width="1" height="1"></td>' + 
'			<td width="65"><img src="images/1x1.gif" border="0" width="1" height="1"></td>' + 
'		</tr>' + 
'		<tr>' + 
'			<td width="695" colspan="5" align="center" bgcolor="#FFFFCD" height="55">' + 
'			<img src="images/1x1.gif" border="0" width="1" height="5">' + 
'			<b><font face="Arial" size="2">Keywords:</font></b>' + 
'			<img src="images/1x1.gif" border="0" width="1" height="1">' + 
'			<input name="wkeywords" type="text" size="38" maxlength="38">' + 
'			<img src="images/1x1.gif" border="0" width="1" height="1"><b><font face="Arial" size="2">Search Engine :</font></b> <img src="images/1x1.gif" border="0" width="1" height="1">' + 
'            <select name="wstate" id="state">' + 
'              <option selected>Yahoo!</option>' + 
'              <option>Google</option>' + 
'              <option>?</option>' + 
'            </select></td>' + 
'			<td width="65" bgcolor="#FFFFCD" height="50" align="left" valign="middle">' + 
'			<img src="images/searchbt.gif" border="0" hspace="5" vspace="5" align="center" width="52" height="18"></td>' + 
'		</tr>' + 
'	</table>' + 
'</form>' + 
''

document.write(info)
}
