
function $(id) {
     return document.getElementById(id);
}


function usun_layer()

{

warstwa0=document.getElementById("opis1"); 

warstwa0.style.visibility="hidden";

  

}


function klik(adres){
	
 
location.href = adres;
 
	
}

function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no' );
}

function galeria(adres) 
{
  var width=640;
  var height=480;
  var Win=window.open("","Image", 'width=' + width + ',height=' + height + ',resizable=yes,scrollbars=yes,menubar=no');

  Win.document.write('<html><HEAD><base href="http://www.plantyslaskie.pl/" /><TITLE>Image</TITLE><style>body{ margin-left: 0px;margin-right: 0px; margin-top: 0px;margin-bottom: 0px; }</style><link rel="stylesheet" href="style.css" type="text/css"></HEAD>');
  Win.document.write('<body bgcolor="#FFFFFF">');
  Win.document.write('<table width=100% height=100% cellpadding=0 cellspacing=0><tr><td align=center><a href="javascript:close();"><img name="obrazek" border="0" src='+adres+' onload="javascript:window.resizeTo(obrazek.width+30,obrazek.height+70);" class=border></a></td></tr></table>');
  Win.document.write('<body></html>');
  	 Win.document.close();
	 Win.focus();
}
