function poplunch() {
window.open("lunch.html","","height=400,width=800,scrollbars=1,left=0,top=0");
}


function popdinner() {
window.open("dinner.html","","height=400,width=800,scrollbars=1,left=0,top=0");
}

function popspecials() {
window.open("specials.html","","height=400,width=800,scrollbars=1,left=0,top=0");
}

function popspecialsw() {
window.open("specialsw.html","","height=400,width=800,scrollbars=1,left=0,top=0");
}

function popthanksw() {
window.open("thanksgiving.html","","height=400,width=800,scrollbars=1,left=0,top=0");
}

function easterspecials() {
window.open("easter.html","","height=400,width=800,scrollbars=1,left=0,top=0");
}

