
function otworzPanorame(adres)
{if(typeof adres!="string")return true
if(adres=="")return true
var okno=window.open(adres,"panorama","toolbar=no,scrollbars=yes,menubar=no,resizable=yes,left=0,top=0,width="+(screen.availWidth-20)+",height=575")
okno.focus()
return false}

function otworzPoziome(adres)
{if(typeof adres!="string")return true
if(adres=="")return true
var okno=window.open(adres,"poziome","toolbar=no,scrollbars=no,menubar=no,resizable=yes,left=10,top=10,width=650,height=450")
okno.focus()
return false}

function otworzPoziome650(adres)
{if(typeof adres!="string")return true
if(adres=="")return true
var okno=window.open(adres,"poziome650","toolbar=no,scrollbars=no,menubar=no,resizable=yes,left=10,top=10,width=710,height=500")
okno.focus()
return false}

function otworz_do_java_full(adres)
{if(typeof adres!="string")return true
if(adres=="")return true
var okno=window.open(adres,"poziome_do_java_full","toolbar=no,scrollbars=no,menubar=no,resizable=yes,left=10,top=10,width=720,height=480")
okno.focus()
return false}

function otworzPionowe(adres)
{if(typeof adres!="string")return true
if(adres=="")return true
var okno=window.open(adres,"pionowe","toolbar=no,scrollbars=no,menubar=no,resizable=yes,left=10,top=10,width=470,height=670")
okno.focus()
return false}

function otworzHelp(adres)
{if(typeof adres!="string")return true
if(adres=="")return true
var okno=window.open(adres,"pionowe","toolbar=no,scrollbars=yes,menubar=no,resizable=yes,left=10,top=10,width=470,height=470")
okno.focus()
return false}


function otworzPanorameqtvr(adres)
{if(typeof adres!="string")return true
if(adres=="")return true
var okno=window.open(adres,"poziome650","toolbar=no,scrollbars=no,menubar=no,resizable=yes,left=10,top=10,width=670,height=500")
okno.focus()
return false}

function FullscreenWindow() {
  window.moveTo(0,0);
  window.resizeTo(window.screen.availWidth,window.screen.availHeight);
  window.focus();
}


function otworzqtvrfull(adres)
{if(typeof adres!="string")return true
if(adres=="")return true
var okno=window.open(adres,"poziome650","toolbar=no,scrollbars=yes,menubar=no,resizable=yes,left=0,top=0,width="+(screen.availWidth-22)+",height="+(screen.availHeight-45)+"")
okno.focus()
return false}


