 function privateWin(cpname){
         url = "Detail.asp?cpname=" +cpname;
          window.document.open(url,"","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,WIDTH=700,HEIGHT=500");
   }
   
   function all(name)
{
   for ( var i=0; i < document.inquiry.elements.length; i++ ) {
      var b=document.inquiry.elements[i];
          document.inquiry.elements[i].checked = name;
   }
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

	function printit(){  
	if (NS) {
	    window.print() ;  
	} else {
	    var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
	 document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
	    WebBrowser1.ExecWB(6, 2);  
		WebBrowser1.outerHTML = "";  
	}}
	
	  function openbag(id) { window.open("check.asp?cpbm="+id,"bbb","height=200,width=600,left=190,top=0,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=no");} 
	  
