function writeContact(companyId)
{
	  var len = companyId.length ;
	  var buf1=companyId.substring(len - 2, len);
	  var buf2=companyId.substring(len - 4, len - 2);
	  var buf3="";
		if (len > 6) {
				buf3=companyId.substring(0, 3);
			} else {
				buf3=companyId.substring(0, len - 4);
			}
	  var rurl = "http://www.madeinchina.com/showroom/"+buf1+"/"+buf2+"/"+buf3+"/company_contact.html";
	  //document.write("<script src='"+rurl+"'>\<\/script>");
	  document.write("<IFRAME ID=IFrame1 FRAMEBORDER=0 SCROLLING=NO SRC="+rurl+"></IFRAME>");
}

function clickSearch(){
   document.searchForm.SearchType=1;
   document.searchForm.action="http://www.madeinchina.com/products_1/index.html";
   document.searchForm.commit;
}
function clearSearchText(obj){
     try {
        obj.value="";
     } catch (e) {
     }
}
