function phP(url)
{
	var x = (document.body.offsetWidth / 2) - 300;
	var h = document.body.offsetHeight / 2;

	winpopup= window.open(url, "photoGal", "width=400,height="+(h-60)+",scrollbars=1,resizable=1,left="+x+",top=15");
	winpopup.focus();

	return;
}

function cert(s,w,h)
{
	w = 420;
	h = 580;
	var x = (document.body.offsetWidth / 2) - 300;
	winpopup= window.open('/image/certificate/'+s, "photoGal", "width="+w+",height="+h+",scrollbars=0,resizable=0,left="+x+",top=15");
	winpopup.focus();
	return;
}

function map()
{
	var w = 810;
	var h = 580;
	var x = (document.body.offsetWidth / 2) - 500;
	winpopup= window.open('/map.php', "photoGal", "width="+w+",height="+h+",scrollbars=0,resizable=0,left="+x+",top=15");
	winpopup.focus();
	return;
}