
<!-- 
bname=navigator.appName;
bversion=parseInt(navigator.appVersion)
if (bname=="Netscape")
brows=true
else
brows=false
var x=0;
var link=new Array();

function dspl(msg){
this.msg=msg;
}

link[0]=new dspl('Spis Tre軼i')
link[1]=new dspl('Szk這 Laboratoryjne')
link[2]=new dspl('Szk這 Laboratoryjne Dmuchane i Prasowane')
link[3]=new dspl('S這je Laboratoryjne')
link[4]=new dspl('Szk這 Miarowe')
link[5]=new dspl('Aparaty Laboratoryjne')
link[6]=new dspl('Pozosta貫 Szk這 Laboratoryjne')
link[7]=new dspl('Porcelana Laboratoryjna')
link[8]=new dspl('WPL')
link[9]=new dspl('Conti Glass II')
link[10]=new dspl('Malab')

function don(x){
if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)){
if (brows){
with(link[x]){
document.layers['opis'].document.writeln(msg);
document.layers['opis'].document.close();
}
document.layers['opis'].visibility="show";
}
else{
with(link[x]){
opis.innerHTML=msg;
}
opis.style.visibility="visible";
}
}
}

function doff(){
if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)){
if (brows)
document.layers['opis'].visibility="hide";
else
opis.style.visibility="hidden";
}
}

//  -->
