<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		index_07_over = newImage("images/index_07-over.gif");
		index_08_over = newImage("images/index_08-over.gif");
		index_09_over = newImage("images/index_09-over.gif");
		index_10_over = newImage("images/index_10-over.gif");
		flagi_05_over = newImage("images/flagi_05-over.jpg");
		flagi_07_over = newImage("images/flagi_07-over.jpg");
		preloadFlag = true;
	}
}
function mmLoadMenus() {
  if (window.mm_menu_0628215215_0) return;
                    window.mm_menu_0628215215_0 = new Menu("root",127,30,"Arial, Helvetica, sans-serif",12,"#FFFFFF","#FFFFFF","#B50003","#CC0001","center","middle",3,0,1000,-5,7,true,true,true,0,false,false);
  mm_menu_0628215215_0.addMenuItem("Kontakt","location='kontakt.html'");
   mm_menu_0628215215_0.fontWeight="bold";
   mm_menu_0628215215_0.hideOnMouseOut=true;
   mm_menu_0628215215_0.bgColor='#FFFFFF';
   mm_menu_0628215215_0.menuBorder=1;
   mm_menu_0628215215_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0628215215_0.menuBorderBgColor='#FFFFFF';

mm_menu_0628215215_0.writeMenus();
} // mmLoadMenus() 

function openPictureWindow_Fever(imageName,alt) {
        newWindow = window.open("","okno","scrollbars=no,width=20,height=20,left=50,top=50");
        newWindow.document.open();
        newWindow.document.write('<html><title>'+alt+'</title>');
        newWindow.document.write('<script TYPE="text/javascript">');
        newWindow.document.write('function dopasuj() {szer = document.fotografia.width;wys = document.fotografia.height;top.window.resizeTo(szer+20,wys+40);  napis.style.display = "none";}');
        newWindow.document.write('</script>');        
        newWindow.document.write('<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"  onLoad="dopasuj();" onClick="window.close()">'); 
        newWindow.document.write('<center>');        
        newWindow.document.write('<div id="napis"><p style="font-family: Verdana,Tahoma,Arial; font-size: 11px; color: #003262; margin:10;">Otwieram plik...</p></div>');          
        newWindow.document.write('<img src='+imageName+' name="fotografia" alt='+alt+' vspace=0 hspace=0>');    
        newWindow.document.write('</body></html>');
        newWindow.document.close();
        newWindow.focus();
}
// -->