function apriFotoGallery(idPhoto){
	if(idPhoto!=""){
		winGallery=window.open("showGallery.php?idPhoto=" + idPhoto, "gallery", "left=100, top=80, status=0, resizable=0, directories=0, toolbars=0, menubar=0, scrollbars=1");
		winGallery.focus();
	}
}

function apriPhotogallery(idPhoto){
	document.location.href='photogallery.php';
	if(idPhoto!=""){
		winGallery=window.open("showGallery.php?idPhoto=" + idPhoto, "gallery", "left=100, top=80, status=0, resizable=0, directories=0, toolbars=0, menubar=0, scrollbars=1");
		winGallery.focus();
	}
}
