function OpenPhotoGallery() 
{
	window.open('PhotoGallery.htm','winPhotoGallery','width=800,height=600');
}