function openWin(setURL) {
	var newWin = window.open(setURL, '', 'width=900,height=450,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,scrollbars=yes');
	newWin.focus();
}

function openReserve(strValue){
	strValue="https://www.koki-co.jp/reserve/"+strValue+"/index.html";
	window.open(strValue,"","width=697,height=480,scrollbars=yes,resizable=no,menubar=no,toolbar=no,location=yes,directories=no,status=yes,dependent=yes,top="+0+",left="+0+"");
}

function closeWin() {
	window.close();
}

function cmdBack() {
	document.reserveform.action.value = "";
	document.reserveform.submit();
}

function cmdBackStep2() {
	document.reserveform.action.value = "step2";
	document.reserveform.submit();
}
