function np(code, type) {
	url = "http://www.sumunavi.net/comm/kinofu/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.key.value = 'list';
	document.choice.cfrom.value = cfrom;
	document.choice.odr.value = order;
	document.choice.submit();
}

