var Flash = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) {
      Flash = 1;
}


function openwn(url) {

	 var okieno = window.open(url,"","toolbar=1,menubar=0,scrollbars=1,resizable=1,status=1,location=0,directories=0,height=400,width=650,left=20,top=20");
	 
	 okieno.focus();
	 
}



function set_x(win_w) {
    var scr_w = screen.width;
    return Math.floor((scr_w - win_w) / 2);
}

function set_y(win_h) {
    var scr_h = screen.height;
    return Math.floor((scr_h - win_h) / 2);
}

function swapclass(obj,cls) {
	obj.className = cls;
	return 0;
}

function galphoto(ur) {

	 var okieno = window.open("/foto.php?file="+ur,"","toolbar=0,menubar=0,scrollbars=0,resizable=1,status=1,location=0,directories=0,height=400,width=650,left=20,top=20");
	 
	 okieno.focus();
	 
}

function openphoto(ur) {

	 var okieno = window.open("/foto.php?path="+ur,"","toolbar=0,menubar=0,scrollbars=0,resizable=1,status=1,location=0,directories=0,height=400,width=650,left=20,top=20");
	 
	 okieno.focus();
	 
}