//wyswietlanie powiekszen w widoku opis sprzetu
function okno_w(link,width,height)
{
	var tytul="ATeNeum sklep internetowy";
   var Win=window.open(link,'tytul','width=' + width + ',height=' + height + ',scrollbars=no,resizable=0,menubar=no');
   Win.focus();
   Win.document.write('<html><head><meta http-equiv="content-type" content="text/html; charset=iso-8859-2"><title>',tytul,'</title></head><body bgcolor="#FFFFFF" style="margin: 0 0 0 0" onclick="self.close()">');
   Win.document.write('<center>');
   Win.document.write('<a href="#" onclick="self.close();return false;"><img src="',link,'" width=',width,' height=',height,' border=0 alt="Kliknij aby zamknąć okno"></a></center></body></html>');
	Win.document.close();
}
//dotyczy dostępności
function dostepnosc(dane)
{
	link.innerHTML = dane;
}

function dostepnosc2(dane2)
{
	link2.innerHTML = dane2;
}