
function Slajd(mypage, myname, f)
{
 
 var w = 450;
 var h = 460;

 var winl = (screen.width - w) / 2;
 var wint = (screen.height - h) / 2;
 
 winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars="auto", resizable=0'
// if (document.all&&window.print) //if ie5
// win=window.showModalDialog(mypage, "WIOSŁO" + myname,"help:0;status=no;resizable:0;scrollbars:0;dialogWidth:'+w+'px;dialogHeight:'+h+'px")
// else
 win = window.open(mypage, 'WIOSŁO' + myname, winprops)

 if (parseInt(navigator.appVersion) >= 4)
 {win.window.focus();}

 window.win.focus();
}

function Okladka(mypage, myname, f)
{
 
 var w = 450;
 var h = 550;

 var winl = (screen.width - w) / 2;
 var wint = (screen.height - h) / 2;
 
 winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars="auto", resizable=0'
// if (document.all&&window.print) //if ie5
// win=window.showModalDialog(mypage, "WIOSŁO" + myname,"help:0;status=no;resizable:0;scrollbars:0;dialogWidth:'+w+'px;dialogHeight:'+h+'px")
// else
 win = window.open(mypage, 'WIOSŁO' + myname, winprops)

 if (parseInt(navigator.appVersion) >= 4)
 {win.window.focus();}

 window.win.focus();
}


function displayWindow(url,width,height) 
{
 var Win = window.open(url,'','width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no' );
}

function Pokaz(doc, cur)
{
window.location = doc +".html" + "?" + cur
}





