function netsun_search_box_form_730wide(){	
				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("<link href=\"http://china.toocle.com/css/sbox_css.css\" rel=\"stylesheet\" type=\"text/css\">");
document.writeln("<table  bgcolor="+netsun_bgcolor+"   cellpadding=0 cellspacing=0   style=\"width:"+netsun_width+";height:"+netsun_height+"; border: 1px solid "+netsun_color+";\" >");
document.writeln("      <input type=\"hidden\" id=\"netsun_search_box_form_730wide\"  value=\"http://so.toocle.com/web/prod.htm\">");
document.writeln("     <tr>");
document.writeln("          <td nowrap width=\"25%\" align=\"right\" style=\"padding-top:2px;\">&nbsp;&nbsp;<a href=\"http://china.toocle.com\"><img src=\"http://china.toocle.com/images/searchbox1aa.gif\" alt=\"生意宝\" border=0 ></a></td>");
document.writeln("          <td  nowrap style=\"padding-top:10px;width:65%\">");
document.writeln("          <input type=\"text\" id=\"netsun_form_terms_730wide\" name=\"terms\" value=\"交外贸朋友-上生意宝外贸论坛\" onfocus=\"if(this.value=='交外贸朋友-上生意宝外贸论坛')this.value='';\" style=\"width:100%;\">");
document.writeln("		  </td>");
document.writeln("       <td  nowrap  style=\"padding-top:7px; padding-left:5px;padding-right:5px;\">");
document.writeln("      <input name=search  type=image src=\"http://china.toocle.com/images/so_ft_bt.gif\" onclick=\"openwinsearch_730wild()\"  id=\"search\"  style=\"width:52px;border:0px;\"></td>");
document.writeln("     </tr>");
document.writeln("</table>");

}
function openwinsearch_730wild()
{
	var formobj   = document.getElementById("netsun_search_box_form_730wide");
	var surl      = formobj.value;
	var terms     = document.getElementById("netsun_form_terms_730wide").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_2wild(searchtype){
	var formobj   = document.getElementById("netsun_search_box_form_730wide");
  var searchurl ="http://so.toocle.com/web/"+searchtype+".htm" ;
  formobj.action=searchurl;
}

netsun_search_box_form_730wide();