// JavaScript Document

function goToMenu()
{
	parent.location.href='menu.php?search=1';
}

function popPhoto(photo, w, h)
{
	photoWindow = window.open('images/photos/'+photo+'.jpg', 'p', 'width='+w+', height='+h+' menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no');
}