// JavaScript Document

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){
				onas_off = new Image();
				onas_off.src = "templates/public/gfx/des/butt/onas_off.gif";
				onas_on = new Image();
				onas_on.src = "templates/public/gfx/des/butt/onas_on.gif";
				
				kontakt_off = new Image();
				kontakt_off.src = "templates/public/gfx/des/butt/kontakt_off.gif";
				kontakt_on = new Image();
				kontakt_on.src = "templates/public/gfx/des/butt/kontakt_on.gif";		
				
}

