function np(code,type) {
	url = "meisai.html?BCode=" + code + "&Type=" + type;
	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();
}

