// 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");
}

