/* javascript file - created by marc hawkins, www.mh76.net *//* global javascript file */function launchPhoto(image)	{	var prevWin=window.open('images/'+image,'pageTitle','width=810,height=620,scrollbars=0,left=50,top=50,screenx=50,screeny=50,resizable=no,toolbar=no,status=no,location=no');	prevWin.focus();}function getGig(venue)	{	var prevWin=window.open('gig_detail.php#'+venue,'pageTitle','width=410,height=600,scrollbars=1,left=50,top=50,screenx=50,screeny=50,resizable=yes,toolbar=no,status=no,location=no');	prevWin.focus();}
