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+"  border=0 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 rowspan=\"2\" valign=\"middle\" nowrap align=\"right\" width=\"27%\"><a href=\"http://china.toocle.com\"><img src=\"http://china.toocle.com/images/searchbox1aa.gif\" alt=\"生意宝\" vspace=\"3\" border=0 ></a></td>");
document.writeln("          <td valign=\"bottom\" nowrap width=\"60%\"> ");
document.writeln("          <input id=\"netsun_form_terns_wide\" class=\"sear001a\" name=\"terms\" value=\"交外贸朋友-上生意宝外贸论坛\" onfocus=\"if(this.value=='交外贸朋友-上生意宝外贸论坛')this.value='';\" style=\"width:100%;\"> </td>");
document.writeln("      <td valign=\"bottom\" align=\"left\" style=\"padding-right:2px\">&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></tr>");
//document.writeln("		  <div  class=\"sear002a\">");
document.writeln("           <tr><td colspan=2 valign=\"top\">");
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("           </td></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();
	//http://so.toocle.com/web/prod.htm?terms=aa
	
	if(surl=="http://so.toocle.com/web/news.htm")
	{
	window.open(surl+"?c=title&terms="+terms,"netsunsearch"+times,"");
  }
  else
  {
  	window.open(surl+"?terms="+terms,"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();