// JavaScript Document
//<![CDATA[
	/*if (document.images){
		Image1= new Image();
		Image1.src = "images/tausta.png";
		Image2 = new Image();
		Image2.src = "images/gal2.png";
		Image3 = new Image();
		Image3.src = "images/info2.png";
		Image4= new Image();
		Image4.src = "images/pal2.png";
		}*/

	function windowopen2(url, x_width, y_height, menu, sbars, tool){
		var width = x_width;
		var height = y_height;
		var options = "scrollbars=" + sbars + ",menubar=" + menu + ",toolbar=" + tool + ",location=no,status=no,resizable=yes,directories=no";
		var name = "Item";
		var newWin = window.open( url, name, "width=" + width + ",height=" + height + "," + options );
		}
	//]]>