function netsun_search_box_form_wide(){	
					var netsun_width,netsun_color,netsun_height
	if(typeof(netsun_border_color) == "undefined" || typeof(netsun_table_width) == "undefined")
	{
		netsun_color="#cccccc",netsun_width="100%",netsun_bgcolor="#ffffff";
	}
	else
	{
			if(netsun_border_color.length < 2)
			{
				netsun_border_color="#cccccc";
			}
			if(netsun_table_width.length < 2)
			{
				netsun_table_width="100%";
			}
			if( typeof(netsun_bgcolor) == "undefined")
			{
				 netsun_bgcolor="#ffffff";
			}
			else
			{
				if(netsun_bgcolor.length < 2)
				netsun_bgcolor="#ffffff";
			}

			netsun_color=netsun_border_color,netsun_width=netsun_table_width,netsun_height=netsun_table_height;
  }

document.writeln("<table bgcolor="+netsun_bgcolor+"  onfocus=\"document.getElementById('netsun_sbt').focus()\"  style=\"width:"+netsun_width+";height:"+netsun_height+"; border: 1px solid "+netsun_color+";\"  cellpadding=0 cellspacing=0 >");
document.writeln("      <input type=hidden id=\"netsun_search_box_form_wide\" value=\"http://so.toocle.com/web/prod.htm\">");
document.writeln("     <tr>");
document.writeln("          <td valign=\"top\" nowrap align=\"right\" width=\"27%\">&nbsp;&nbsp;<a href=\"http://china.toocle.com\"><img src=\"http://china.toocle.com/images/searchbox1aa.gif\" alt=\"生意宝\" vspace=\"5\" border=0 ></a></td>");
document.writeln("          <td valign=\"top\" nowrap width=\"60%\" ><br>");
document.writeln("          <input id=\"netsun_form_terns_wide\" class=\"sear001a\" name=\"terms\" value=\"交外贸朋友-上生意宝外贸论坛\" onfocus=\"if(this.value=='交外贸朋友-上生意宝外贸论坛')this.value='';\" style=\"width:100%;\"><br>");
//document.writeln("		  <div  class=\"sear002a\">");
document.writeln("                 <input name=\"netsunradiobutton\" type=\"radio\" value=\"radiobutton\" onclick=\"netsun_getaction_wild('trade')\"><img src=\"http://china.toocle.com/images/trade_ft.gif\">   ");
document.writeln("                 <input type=\"radio\" name=\"netsunradiobutton\" value=\"radiobutton\" checked onclick=\"netsun_getaction_wild('prod')\"><img src=\"http://china.toocle.com/images/prod_ft.gif\">");
document.writeln("                 <input type=\"radio\" name=\"netsunradiobutton\" value=\"radiobutton\" onclick=\"netsun_getaction_wild('comp')\"><img src=\"http://china.toocle.com/images/comp_ft.gif\">   ");
document.writeln("                 <input type=\"radio\" name=\"netsunradiobutton\" value=\"radiobutton\" onclick=\"netsun_getaction_wild('news')\"><img src=\"http://china.toocle.com/images/news_ft.gif\">");
document.writeln("       <br><br>");
//document.writeln("		  </div></td>");
document.writeln("		  </td>");
document.writeln("       <td valign=\"top\" nowrap  class=\"sear007a\" align=\"left\"><br>");
document.writeln("      &nbsp;<input id=\"netsun_sbt\" src=\"http://china.toocle.com/images/so_ft_bt.gif\" name=search type=image onclick=\"openwinsearch_wide()\"  style=\"width:52px;border:0px;\"></td>");
document.writeln("     </tr>");
document.writeln("</table>");

}
function openwinsearch_wide()
{
	var formobj   = document.getElementById("netsun_search_box_form_wide");
	var surl      = formobj.value;
	var terms     = document.getElementById("netsun_form_terns_wide").value
	var times     = new Date().getTime();
	var urlpront  ="http://china.toocle.com/b2b/expcode.cgi?httpurl="+surl+"&terms="+terms;
  js:urlpront=   encodeURI(urlpront);
	window.open(urlpront,"netsunsearch"+times,"");
}
function netsun_getaction_wild(searchtype){
	var formobj   = document.getElementById("netsun_search_box_form_wide");
  var searchurl ="http://so.toocle.com/web/"+searchtype+".htm" ;
  formobj.value=searchurl;
}



netsun_search_box_form_wide();
