// JavaScript Document
function openWindow(pagename)
{
	window.open(pagename,'gallery','width=850,height=650,menubar=no,status=no,scrollbars=no,resizable=yes');
}

function announcement()
{
	window.alert("Roundhouse Roti is closed until further notice")
}
