function openlunchmenu() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 200
topPos = (screen.height / 2) - 370
}
ElementWindow = window.open('menu_lunch.cfm','windownamelunch','width=400,height=740,scrollbars=yes,left='+leftPos+',top='+topPos)
} 

function openeveningmenu() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 200
topPos = (screen.height / 2) - 370
}
ElementWindow = window.open('menu_evening.cfm','windownameevening','width=400,height=740,scrollbars=yes,left='+leftPos+',top='+topPos)
}

function openchristmaseveningmenu() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 200
topPos = (screen.height / 2) - 370
}
ElementWindow = window.open('christmas_evening.cfm','windownamechristevening','width=400,height=740,scrollbars=yes,left='+leftPos+',top='+topPos)
}
function openchristmaslunchmenu() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 200
topPos = (screen.height / 2) - 370
}
ElementWindow = window.open('christmas_lunch.cfm','windownamechristlunch','width=400,height=740,scrollbars=yes,left='+leftPos+',top='+topPos)
} 

function makenew()
{
window.open("https://www.verysecureweb.com/hotel/sql_fairyhill/","blank","titlebar=no,status=no,location=no,menubar=no,toolbar=no,width=300,height=400,scrollbars=yes,resizable=yes")
}