 function popup(theURL){
  window.open(theURL,"_blank","scrollbars=auto,width=720,height=580,resizable=yes");
}
function showprd(PrdId){
	var theURL;
	theURL = "/products/prd_detail.aspx?pro_id=" + PrdId;
	popup(theURL);
}
function guar(){
	window.open("/service/guarantee/guar_cusinfo.aspx","_blank","width=620,height=360,scrollbars=yes,resizable=yes");
}

function leaveword(){ //D?ó??§×￠2á
	window.open('/service/leaveword.aspx','_blank','scrollbars=yes,width=580,height=580,resizable=yes');
}

function leaveword1(){ //D?ó??§×￠2á
	window.open('/service/leaveword1.aspx','_blank','scrollbars=auto,width=580,height=560,resizable=yes');
}

function oilnet_reg(){ //D?ó??§×￠2á
	window.open('/service/newuser.aspx','_blank','scrollbars=yes,width=580,height=560,resizable=yes');
}

function anjian(){ //°2?ì
	//window.open('/service/securitycheck.aspx','_blank','toolbar=0,status=0,menubar=0,resize=0,scrollbars=yes,width=580,height=640,');
	alert("很抱歉，安检时间为每年6-8月份,请您在此时间内登记!");　
}
function oilnet_upd(){ //ó??§×êá??üD?
	window.open('/service/edituser.aspx','_blank','scrollbars=yes,width=580,height=600,resizable=yes');
}
function oilnet_query(){ //óíí?2é?ˉ
	window.open('/service/oilnet.aspx','_blank','scrollbars=yes,width=580,height=580,resizable=yes');
}
function oilnet_res(){ //μ÷2é???′
	window.open('/service/restore.aspx','_blank','scrollbars=yes,width=580,height=600,resizable=yes');
}
function sugg(){
	window.open('/service/guarantee/guar_suggestion.aspx','_blank','scrollbars=yes,width=580,height=540,resizable=yes');
}
function com_addr(com_name){
	var addr;
	if (com_name.length == 0){
		com_name = "default.jpg"
	}
	addr = "/images/company/";
	addr = addr + com_name;
	window.open(addr,"_blank","scrollbars=no,width=502,height=374");
}
function joinus(){
	window.open('/kitchenroom/joinus.aspx','_blank','scrollbars=auto,width=580,height=600,resizable=yes');
}
