function windowPhoto(file,w,h){
	var x=(screen.width-w)/2;
	var y=(screen.height-h)/2;
	window.open(file,"photoPopUp","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+w+",height="+h+",left="+x+",top="+y);
}


function okno(url, width, height)  {

//        var Win = window.open(url,"okno",'width=' + width + ',height=' + height + ',resizable=1, scrollbars=0 ,menubar=no' );

var options;

    options="status:no;center:yes;help:no;minimize:no;maximize:no;border:thin;scroll:no;";
    options+="statusbar:no;dialogWidth:" + width + "px;dialogHeight:" + height + "px;";
	
	var Win = window.showModalDialog(url,'podgl¹d',options );
}

function selecturl(s) {
	var gourl = s.options[s.selectedIndex].value;	window.top.location.href = gourl;
}

function oknore(url, width, height)  {

//        var Win = window.open(url,"oknore",'width=' + width + ',height=' + height + ',resizable=1, scrollbars=1 ,menubar=no' );

var options;

    options="status:no;center:yes;help:no;minimize:no;maximize:no;border:thin;scroll:yes;";
    options+="statusbar:no;dialogWidth:" + width + "px;dialogHeight:" + height + "px;";
	
	var Win = window.showModalDialog(url,'podgl¹d',options );
}

function initialize() {
	flash=document.galeriaFlash;
}

function initialize_frame() {
	flash=window.top.document.galeriaFlash;
}


