	function toggle(_id) {
		var objs = document.getElementsByTagName("div");

		for ( var i = 0; i < objs.length; i++ ) {
			if ( objs[i].id == "" ) continue;
			if ( objs[i].id == _id ) {
				objs[i].style.display = "";
			} else {
		objs[i].style.display = "none";
	}}}
	
	
	function detoggle(_id) {
		var i= _id;
		var objs = document.getElementsByTagName("div")
		objs[i].style.display = "none";
	}

hs.graphicsDir = '/highslide/graphics/';
	
function roll_over(img_name, img_src)
   {
   document[img_name].src = img_src;
   }

function preloader() 
{
heavyImage = new Image(); 
heavyImage.src = "images/m_home.gif";
heavyImage.src = "images/m_oferta.gif";
heavyImage.src = "images/m_cennik.gif";
heavyImage.src = "images/m_aktualnosci.gif";
heavyImage.src = "images/m_galeria.gif";
heavyImage.src = "images/m_oklubie.gif";
heavyImage.src = "images/m_kontakt.gif";
heavyImage.src = "images/msilownia.jpg";
heavyImage.src = "images/mprogram.jpg";
heavyImage.src = "images/mfotel.jpg";
heavyImage.src = "images/modnowa.jpg";
heavyImage.src = "images/msilownia1.jpg";
heavyImage.src = "images/mprogram1.jpg";
heavyImage.src = "images/mfotel1.jpg";
heavyImage.src = "images/modnowa1.jpg";
heavyImage.src = "images/pomp_13.gif";
heavyImage.src = "images/pomp2_13.gif";
}

<!--
function NewWnd(pic,w,h)
{
nowe=window.open('','',' width='+(w+2)+', height='+(h+2)+', top=20, left=80, scrollbars=0');
nowe.focus();
nowe.document.open();
nowe.document.writeln('<html><head>');
nowe.document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
nowe.document.writeln('<title>Magnification</title>');
nowe.document.writeln('</head>');
nowe.document.writeln('<body bgcolor="#BEB3B8" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onBlur="self.close()">');
nowe.document.writeln('<table style="cursor: hand;" width="100%" height="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="center">');
nowe.document.writeln('<img border="0" src="'+pic+'" title="Click to close" alt="Click to close" onClick="window.close();">');
nowe.document.writeln('</td></tr></table>');
nowe.document.writeln('</body></html>');
nowe.document.close();
}

