var leftx=(screen.width-600)/2
var topy=(screen.height-550)/2

function popup_pic(loc) {
	kisablak=window.open("/galeria/foto.php?loc=" + loc,'kep_window3','width=640, height=480,left='+leftx+',top='+topy+',scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no');
}

function popup_gallery(type,startnum) {
	gallerywindow=window.open("/galeria/index.php?type="+ type + "&startnum=" + startnum,'kep_window4','width=600, height=550,left='+leftx+',top='+topy+',scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no');
}

