<!--
	function Item (x,y,url) {newWindow = window.open(url , "nowe","width="+x+",height="+y+",left=100,top=100,resizable=no,menubar=no,directories=no,toolbar=no,scrollbars=0")}
	function Item2 (x,y,url) {newWindow = window.open(url , "nowe","width="+x+",height="+y+",left=100,top=100,resizable=no,menubar=no,directories=no,toolbar=no,scrollbars=1")}
	function Item3 (x,y,url) {newWindow = window.open(url , "nowe","width="+x+",height="+y+",left=100,top=100,resizable=no,menubar=yes,directories=no,toolbar=no,scrollbars=1")}

function HideShow(element){
var x = document.getElementById(element);
  if (x.style.display=="none"){
    x.style.display="";
//	alert(x);
	}
  else
    x.style.display="none";
}

// -->
