function printContents(lang,co,typ)
{
	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+"&co="+co+"&typ="+typ, '', 'height='+ht+',width='+wt+',top='+tp+',left='+lt+',toolbar=no,resizable=no,scrollbars=yes');
}


function popup (wys, szer, zrodlo, nr, id)
	{
	szer = szer+20;
	wys = wys+70;
	var misiu = "./show3.php?img=" + zrodlo + "&nr="+nr+"&id="+id+"";
	okno = window.open(misiu,"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");
	okno.focus();
	}





