var leftx=(screen.width-640)/2;
var topy=100;

function popup(img,title) {
	loc="foto.php?img=" + img + "&title="+ title;
	kisablak=window.open(loc,'kep_window','width=640,height=480,left='+leftx+',top='+topy+',scrollbars=no');
}

function start_video(videoname) {
    document.prittvideo.SetVariable("_root.video", videoname);
    document.prittvideo.GotoFrame(5);
}

function popup_game(game) {
	gamewindow=window.open('kalozkaland/games/'+game+'.swf','game','width='+screen.width+',height='+screen.height+',left=0,top=0');
}

function popup_pic(loc) {
	kisablak=window.open("../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(lang,type) {
	kisablak=window.open("galeria/index.php?lang=" + lang + "&type="+ type,'kep_window4','width=640,height=688,left='+leftx+',top='+topy+',scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no');
}

