<!--
defaultStatus =  ' Tytul'
function base() 
{ 
var url = 'Showroom.html'
var width = screen.availWidth; 
var height = screen.availHeight; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
//specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'base', specs); 
Popup.resizeTo(width,height);
//vete();
}

function base1() 
{ 
var url = '/zmienwypalonych/'
var Popup = window.open(url, 'base'); 
}

function base2() 
{ 
var url = 'film_kruk.html'
var width = 720; 
var height = 440; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'base', specs); 
//Popup.resizeTo(width,height);

}

function base3() 
{ 
var url = 'film_western.html'
var width = 720; 
var height = 440; 
var specs = "fullscreen=no,left=0,top=0,screenX=0,screenY=0"; 
specs += ",width=" + width + ",height=" + height; 
specs += ",scrollbars=no,toolbar=no,menubar=no"; 
specs += ",status=no,location=no"; 
specs += ",directories=no,resizable=no,alwaysRaised"; 
specs += ",innerHeight=" + height + ",innerWidth=" + width; 
var Popup = window.open(url, 'base', specs); 
//Popup.resizeTo(width,height);

}

