
function galleryPopUp(folder, amountOfImages)
{
	var urlString = "gallery.php?folder=" + folder + "&num=" + amountOfImages; 
	window.open(urlString, "newWindow", "width=600, height=600, left=30, top=10, screenX=30, screenY=10", "resizable=no", "scrollbars=no");
}