function msover(name)
{	if (document.images)
	{	document.images[name].src = eval (name + "_on.src");
	}
}

function msout(name)
{	if (document.images)
	{	document.images[name].src = eval (name + "_off.src");
	}
}

	if (document.images){
	    therapieangebote_off = new Image();
		therapieangebote_off.src = "../gfx/des/butt/m_off_03.gif";
		therapieangebote_on = new Image();
		therapieangebote_on.src = "../gfx/des/butt/m_on_03.gif";
		
		massagetherapie_off = new Image();
		massagetherapie_off.src = "../gfx/des/butt/m_off_04.gif";
		massagetherapie_on = new Image();
		massagetherapie_on.src = "../gfx/des/butt/m_on_04.gif";
		
		atemtherapie_off = new Image();
		atemtherapie_off.src = "../gfx/des/butt/m_off_05.gif";
		atemtherapie_on = new Image();
		atemtherapie_on.src = "../gfx/des/butt/m_on_05.gif";
		
		physikalische_off = new Image();
		physikalische_off.src = "../gfx/des/butt/m_off_06.gif";
		physikalische_on = new Image();
		physikalische_on.src = "../gfx/des/butt/m_on_06.gif";
		
		praventionsangebote_off = new Image();
		praventionsangebote_off.src = "../gfx/des/butt/m_off_07.gif";
		praventionsangebote_on = new Image();
		praventionsangebote_on.src = "../gfx/des/butt/m_on_07.gif";
		
		hausbesuche_off = new Image();
		hausbesuche_off.src = "../gfx/des/butt/m_off_08.gif";
		hausbesuche_on = new Image();
		hausbesuche_on.src = "../gfx/des/butt/m_on_08.gif";
		
		geschenkgutscheine_off = new Image();
		geschenkgutscheine_off.src = "../gfx/des/butt/m_off_09.gif";
		geschenkgutscheine_on = new Image();
		geschenkgutscheine_on.src = "../gfx/des/butt/m_on_09.gif";
		
	    therapieangebote2_off = new Image();
		therapieangebote2_off.src = "../gfx/des/butt/sm_off_01.jpg";
		therapieangebote2_on = new Image();
		therapieangebote2_on.src = "../gfx/des/butt/sm_on_01.jpg";
		
		massagetherapie2_off = new Image();
		massagetherapie2_off.src = "../gfx/des/butt/sm_off_02.jpg";
		massagetherapie2_on = new Image();
		massagetherapie2_on.src = "../gfx/des/butt/sm_on_02.jpg";
		
		atemtherapie2_off = new Image();
		atemtherapie2_off.src = "../gfx/des/butt/sm_off_03.jpg";
		atemtherapie2_on = new Image();
		atemtherapie2_on.src = "../gfx/des/butt/sm_on_03.jpg";
		
		physikalische2_off = new Image();
		physikalische2_off.src = "../gfx/des/butt/sm_off_04.jpg";
		physikalische2_on = new Image();
		physikalische2_on.src = "../gfx/des/butt/sm_on_04.jpg";
		
		praventionsangebote2_off = new Image();
		praventionsangebote2_off.src = "../gfx/des/butt/sm_off_05.jpg";
		praventionsangebote2_on = new Image();
		praventionsangebote2_on.src = "../gfx/des/butt/sm_on_05.jpg";
		
		hausbesuche2_off = new Image();
		hausbesuche2_off.src = "../gfx/des/butt/sm_off_06.jpg";
		hausbesuche2_on = new Image();
		hausbesuche2_on.src = "../gfx/des/butt/sm_on_06.jpg";
		
		geschenkgutscheine2_off = new Image();
		geschenkgutscheine2_off.src = "../gfx/des/butt/sm_off_07.jpg";
		geschenkgutscheine2_on = new Image();
		geschenkgutscheine2_on.src = "../gfx/des/butt/sm_on_07.jpg";
	
		zumeiner_off = new Image();
		zumeiner_off.src = "gfx/des/butt/zumeiner_off.gif";
		zumeiner_on = new Image();
		zumeiner_on.src = "gfx/des/butt/zumeiner_on.gif";
											
		wohlfuhlangebote_off = new Image();
		wohlfuhlangebote_off.src = "gfx/des/butt/wohlfuhlangebote_off.gif";
		wohlfuhlangebote_on = new Image();
		wohlfuhlangebote_on.src = "gfx/des/butt/wohlfuhlangebote_on.gif";
											
		galerie_off = new Image();
		galerie_off.src = "gfx/des/butt/galerie_off.gif";
		galerie_on = new Image();
		galerie_on.src = "gfx/des/butt/galerie_on.gif";
		
		sofinden_off = new Image();
		sofinden_off.src = "gfx/des/butt/sofinden_off.gif";
		sofinden_on = new Image();
		sofinden_on.src = "gfx/des/butt/sofinden_on.gif";
		
		anwendung_off = new Image();
		anwendung_off.src = "gfx/des/butt/anwendung_off.gif";
		anwendung_on = new Image();
		anwendung_on.src = "gfx/des/butt/anwendung_on.gif";	
		
		netzwerk_off = new Image();
		netzwerk_off.src = "gfx/des/butt/netzwerk_off.gif";
		netzwerk_on = new Image();
		netzwerk_on.src = "gfx/des/butt/netzwerk_on.gif";
		
		impressum_off = new Image();
		impressum_off.src = "gfx/des/butt/impressum_off.gif";
		impressum_on = new Image();
		impressum_on.src = "gfx/des/butt/impressum_on.gif";
								
	}

function displayWindow(url, width, height) {
window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=no,menubar=no, top='+((screen.availHeight/2)-(height/2))+',left='+((screen.availWidth/2)-(width/2)));
}
