function showImage(pImage,pWidth,pHeight) {
	var url = "includes/showImage.php?pImage="+pImage+"&pWidth="+pWidth+"&pHeight="+pHeight;
	popup=open(url,"pics","width="+pWidth+",height="+pHeight+",left=0,top=16,screenX=0,screenY=0");
}

function openLocation() {
   open("data/location.php","location","width=450,height=400,left=0,top=16,screenX=0,screenY=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,margins=no");
}

function openAlbum(idAlbum) {
	var url = "data/showAlbum.php?idAlbum="+idAlbum;
	popup=open(url,"pics","width=620,height=600,left=0,top=16,screenX=0,screenY=0,scrollbars=yes");
}