function launchPhoto(page)
{
	var photoWindow = window.open(page,"photo","scrollbars=yes,toolbar=yes,location=no,directories=no,status=no,menubar=yes,resizable=yes,width=780,height=550,top=5,left=5");
	photoWindow.focus();
}