bottoni_01 = new Image();
bottoni_01.src = "images/laudani_01.gif";
bottoni_01_over = new Image();
bottoni_01_over.src = "images/laudani_01-over.gif";
bottoni_01_down = new Image();
bottoni_01_down.src = "images/laudani_01-down.gif";

bottoni_02 = new Image();
bottoni_02.src = "images/vita_01.gif";
bottoni_02_over = new Image();
bottoni_02_over.src = "images/vita_01-over.gif";
bottoni_02_down = new Image();
bottoni_02_down.src = "images/vita_01-down.gif";



function changeImage(imgName, imgObj, divID, visible)
{
   if (document.images) 
   {
       if(document.images[imgName])
         document.images[imgName].src = eval(imgObj+".src");
   }
   if (document.getElementById(divID))
   {
   		if (visible)
   			document.getElementById(divID).style.visibility = "visible";
   		else
   			document.getElementById(divID).style.visibility = "hidden";
   }
}

var win = null;
   function showcase()
   {
   win = window.open("showcase.html","testfenster","width=327,height=144,screenX=260,screenY=0");
        if(win.window.focus){win.window.focus();}
		
}
var win = null;
   function xervice()
   {
   win = window.open("trailer.html","testfenster","width=264,height=200,screenX=260,screenY=0");
        if(win.window.focus){win.window.focus();}
		
	
}
var win = null;
   function film()
   {
   win = window.open("ben.html","testfenster","width=640,height=481,screenX=260,screenY=0");
        if(win.window.focus){win.window.focus();}
		
}
var win = null;
   function konta()
   {
   win = window.open("kontakt_impressum.html","testfenster","width=280,height=400,screenX=260,screenY=0");
        if(win.window.focus){win.window.focus();}
		
}
function ricerca(str) {

        searchWin = window.open(str,'ricerca','scrollbars=yes,resizable=yes,width=800,height=200,status=yes,location=yes,toolbar=yes');

}
var win = null;
   function kinder_museum()
   {
   win = window.open("kinder_museum.html","testfenster","width=920,height=800,screenX=260,screenY=0,scrollbars=yes");
        if(win.window.focus){win.window.focus();}
			
}
function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}
function closePopWindow()
      {
        if (opener.wh != null)
        {
          opener.wh.close();
          opener.wh = null;
        }
      }
var ns  = (document.layers) ? 1 : 0;
var ie  = (document.all) ? 1 : 0;
var dom = (document.getElementById) ? 1 : 0;
var mac = (navigator.platform.indexOf("Mac") != -1) ? 1 : 0;

var arr_image = new Array();
var anz = arr_foto.length;
var index = 0;

for (i=0; i < anz; i++)
{
	arr_image[i] = new Image();
	arr_image[i].src = arr_foto[i];
}

function changeImage(imgName, imgObj, divID, visible)
{
   if (document.images)
   {
       if(document.images[imgName])
         document.images[imgName].src = eval(imgObj+".src");
   }
   if (document.getElementById(divID))
   {
   		if (visible)
   			document.getElementById(divID).style.visibility = "visible";
   		else
   			document.getElementById(divID).style.visibility = "hidden";

   }
}






		
	



