function OpenGallery(photog)
{
	window.open("photo/" + photog + "/gallery.htm", "_blank", "menubar=no,toolbar=no,directories=no,scrollbars=no,status=no,title=no,resize=no,top=20px width=555,height=545");
}	

