// JavaScript Document

<!--
function valentine_menu()
{
   LeftPosition = (screen.width) ? (screen.width-360)/2 : 0;
   TopPosition = (screen.height) ? (screen.height-480)/2 : 0;
   window.open ("valentine_menu.html", "Valentine Night", "location=0, menubar=0, scrollbars=0, status=0, titlebar=0, toolbar=0, resizable=0, height=480, width=360, directories=0, top="+TopPosition+",left="+LeftPosition)
}
// -->