// JavaScript Document
function disp(url){
	window.open(url, "window_name", "width=350,height=250,scrollbars=yes");
}

function disp4(url){
window.open(url, "menu", "width=640,height=850,menubar=1,scrollbars=yes");
}
function disp3(url){
window.open(url, "chef", "width=640,height=850,menubar=1,scrollbars=yes");
}

function price(url){
window.open(url, "price", "width=650,height=850,resizable=yes,scrollbars=yes");
}

function kakehashi(url){
window.open(url, "kakehashi", "width=720,height=850,resizable=yes,scrollbars=yes");
}

