

function ReservationWindow() {
	window.open("http://www.edelweissgermaninn.com/dining/thevinesrestaurant/makereservation.htm",
			"VinesReservations",
			"width=800,height=375,menubar=0,toolbar=0,location=0,status=0,resizable=0,scrollbars=1");
}
