function windowOpen(model,katalog) {
   msg=open("",model,"width=600,height=350,top=50,left=50,center,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0");
   msg.document.write('<HTML><HEAD><TITLE>'+model+'</TITLE><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2"><link rel=STYLESHEET type="text/css" href="styl.css"></HEAD><body  bgcolor="#0F132B" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><center><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0 height=100% ><tr><td align="center" valign="middle"><a href="javascript:window.close()"><img src="gfx/'+katalog+'/'+model+'.jpg" border=0></a></TD></TR></TABLE></BODY></HTML>');
}


function openWindow(documentName) {
   window.open("../"+documentName, "open", "width=600,height=450,top=50,left=50,center,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0");
}

function openForm(documentName) {
   window.open("http://www.impresja.slask.pl/"+documentName, "open", "width=460,height=452,top=50,left=50,center,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0");
}

function banerOpen(baner) {
   msg=open("",baner,"width=222,height=600,top=50,left=50,center,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0");
   msg.document.write('<HTML><HEAD><TITLE>'+baner+'</TITLE><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2"><link rel=STYLESHEET type="text/css" href="styl.css"></HEAD><body  bgcolor="#0F132B" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><center><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0 height=100% ><tr><td align="center" valign="middle"><a href="javascript:window.close()"><img src="gfx/baner/'+baner+'.jpg" border=0></a></TD></TR></TABLE></BODY></HTML>');
}

