// JavaScript Document


function ZKB(o,i){
    if (i==1) {
        o.style.backgroundColor="#f1f1e6";
    } else {
        o.style.backgroundColor="";
    }
}

function ShowPrint(i,ln,iduser){
	var w=window.open("wydruk.aspx?id="+i+"&lng="+ln+"&iduser="+iduser,"","width=750,height=700,scrollbars=yes,resizable=yes,menubar=yes ");
}


function print_t(template){
	var url = 'http://www.gant.pl/CMS/10_Dywizjonu/opis_inwestycji.html?template=printt'+template+'.php';
	var name = 'print';
	var parm = 'menubar=1,toolbar=0,location=0,status=0,scrollbars=1,resizable=1';
	window.open(url,name,parm);
}

function  popup(url)
   {
     window.open(url,'','width=750,height=700');
   }
