function np(type, code) {
	url = "http://www.iesweb.jp/comm/alps/meisai.php?BCode=" + code + "&Type=" + type;
	w=window.open(url, "meisai", "scrollbars=yes,resizable=yes,toolbar=yes,menubar=0,location=0,directories=0,status=0");
}

function clorder(cfrom, order) {
	document.choice.cfrom.value = cfrom;
	document.choice.odr.value = order;
	document.choice.submit();
}

function qmailopen(type, bcode, callid) {
	var f = "http://www.iesweb.jp/CBMail.php?BCode=" + bcode + "&CallID=" + callid + "&type=" + type;
	var wn = "n" + type + "mail";
	w = window.open(f,wn,"scrollbars=yes,resizable=yes,toolbar=yes,menubar=0,location=0,directories=0,status=1,width=640");
}
