function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

 function MyInquiryList(){
	  window.open("../inquiry/inquiryList.asp","MyList","width=670,height=500");

						  }
function Search(temp){

	for(i=0;i<temp.tn.length;i++){if(temp.tn[i].checked) tn = temp.tn[i].value;}
	key = temp.keyword.value;
	if(tn == "product"){
		temp.action = "/Products/ProductSearch.asp" ;
		temp.key.value = key;
		temp.target="_self";		
	}else if(tn == "news"){
		temp.action = "/News/News.asp";	
		temp.key .value = "title like '*pt*" + key + "*pt*' *oo* content like '*pt*" + key + "*pt*' *oo* keyword like '*pt*" + key + "'";	
		temp.target="_self";
	}else if(tn = "kb"){
		temp.action = "http://eservice.axiomtek.com.tw/sr_search_p_result2.asp" ;
		temp.key.value = key;
		temp.target="_self";
	}
	temp.submit();
}