function GoToZhiDa() 
{
 var key = document.getElementById('b2btopsearchtext').value;
 window.open("http://search.b2b.cn/zhida.aspx?key="+key);
} 
 
