function netsun_search_box_form_2tall(){	
						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 < 1)
			{
				netsun_border_color="#cccccc";
			}
			if(netsun_table_width.length < 1)
			{
				netsun_table_width="150";
			}
			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+" cellpadding=8 cellspacing=0 class=\"bian4\"  style=\"width:"+netsun_width+";height:"+netsun_height+"; border: 1px solid "+netsun_color+";\" >");
document.writeln("      <input type=hidden id=\"netsun_search_2tall\" value=\"http://so.toocle.com/web/prod.htm\">");
document.writeln("<tr>");
document.writeln("          <td class=\"std\" nowrap align=center><a href=\"http://china.toocle.com\"><img  border=0 src=\"http://china.toocle.com/images/searchbox1aa.gif\" alt=\"生意宝\" ></a><br>");
document.writeln("          <input id=\"netsun_terms_2tall\" style=\"width:90%\" value=\"交外贸朋友-上生意宝外贸论坛\" onfocus=\"if(this.value=='交外贸朋友-上生意宝外贸论坛')this.value='';\" name=\"terms\">");
document.writeln("               <br>");
document.writeln("             <div ><center>");
document.writeln("                 <input name=\"radiobutton_2tall\" type=\"radio\" value=\"radiobutton\" onclick=\"netsun_getaction_2tall('trade')\"><img src=\"http://china.toocle.com/images/trade_ft.gif\">   ");
document.writeln("                 <input type=\"radio\" name=\"radiobutton_2tall\" value=\"radiobutton\" checked onclick=\"netsun_getaction_2tall('prod')\"><img src=\"http://china.toocle.com/images/prod_ft.gif\"> ");
document.writeln("                 <input  src=\"http://china.toocle.com/images/so_ft_bt.gif\" name=search type=image onclick=\"openwinsearch_2tall()\" id=\"search\"  style=\"width:52px;border:0px;\"></center>");
document.writeln("            </div>");
document.writeln("      </td>");
document.writeln("        </tr>");
document.writeln("      </form>");
document.writeln("</table>");
}

function openwinsearch_2tall()
{
	var formobj   = document.getElementById("netsun_search_2tall");
	var surl      = formobj.value;
	var terms     = document.getElementById("netsun_terms_2tall").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_2tall(searchtype){
	var formobj   = document.getElementById("netsun_search_2tall");
  var searchurl ="http://so.toocle.com/web/"+searchtype+".htm" ;
  //alert(searchurl)
  formobj.value=searchurl;
}

netsun_search_box_form_2tall();