function printContents(lang,hotel,co)
{
	iWidth = window.screen.width;
	iHeight = window.screen.height;
    wt = 630;
    ht = 460;
    lt = (iWidth - wt) / 2;
    tp = (iHeight - ht) / 2;
    window.open("print.php?lang="+lang+"&hotel="+hotel+"&co="+co, '', 'height='+ht+',width='+wt+',top='+tp+',left='+lt+',toolbar=no,resizable=no,scrollbars=yes');
}


function showContents(lang,hotel,co)
{
	iWidth = window.screen.width;
	iHeight = window.screen.height;
    wt = 630;
    ht = 460;
    lt = (iWidth - wt) / 2;
    tp = (iHeight - ht) / 2;
    window.open("showcon.php?lang="+lang+"&hotel="+hotel+"&co="+co, '', 'height='+ht+',width='+wt+',top='+tp+',left='+lt+',toolbar=no,resizable=no,scrollbars=yes');
}



function showMap(lang,hotel,co)
{
	iWidth = window.screen.width;
	iHeight = window.screen.height;
    wt = 730;
    ht = 600;
    lt = (iWidth - wt) / 2;
    tp = (iHeight - ht) / 2;
    window.open("showmap.php?lang="+lang+"&hotel="+hotel+"&co="+co, '', 'height='+ht+',width='+wt+',top='+tp+',left='+lt+',toolbar=no,resizable=no,scrollbars=no');
}



function popup1 (wys, szer,nr,gal)
{
var x=(screen.width-szer)/2;
var y=(screen.height-wys)/2;
szer = szer+50;
wys = wys+90;
var sciezka = "/pokaz1.php?img="+ nr +  "&galeria="+gal;
okno = window.open(sciezka,"okno", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,dependent=yes,width=" + szer + ",height=" + wys + ",top=10,left=10");

if(jsVersion > 1.0){
 		setTimeout('okno.focus();',250);
	}
}

function popup1en (wys, szer,nr,gal)
{
var x=(screen.width-szer)/2;
var y=(screen.height-wys)/2;
szer = szer+50;
wys = wys+90;
var sciezka = "/pokaz1en.php?img="+ nr +  "&galeria="+gal;
okno = window.open(sciezka,"okno", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,dependent=yes,width=" + szer + ",height=" + wys + ",top=10,left=10");

if(jsVersion > 1.0){
 		setTimeout('okno.focus();',250);
	}
}

function popup1de (wys, szer,nr,gal)
{
var x=(screen.width-szer)/2;
var y=(screen.height-wys)/2;
szer = szer+50;
wys = wys+90;
var sciezka = "/pokaz1de.php?img="+ nr +  "&galeria="+gal;
okno = window.open(sciezka,"okno", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,dependent=yes,width=" + szer + ",height=" + wys + ",top=10,left=10");

if(jsVersion > 1.0){
 		setTimeout('okno.focus();',250);
	}
}



