norm = new Image();

		norm.src = "images/start-01m.jpg"/*tpa=http://www.munk.de/images/start-01m.jpg*/; /* normale-Grafik */

		

		i01 = new Image();

		i01.src = "images/start-01m.jpg"/*tpa=http://www.munk.de/images/start-01m.jpg*/; /* Highlight-Grafik */

		

		i02 = new Image();

		i02.src = "images/start-02m.jpg"/*tpa=http://www.munk.de/images/start-02m.jpg*/; /* Highlight-Grafik */

		

		i03 = new Image();

		i03.src = "images/start-03m.jpg"/*tpa=http://www.munk.de/images/start-03m.jpg*/; /* Highlight-Grafik */

		

		i04 = new Image();

		i04.src = "images/start-04m.jpg"/*tpa=http://www.munk.de/images/start-04m.jpg*/; /* Highlight-Grafik */

		

		i05 = new Image();

		i05.src = "images/start-05m.jpg"/*tpa=http://www.munk.de/images/start-05m.jpg*/; /* Highlight-Grafik */

		

		i06 = new Image();

		i06.src = "images/start-06m.jpg"/*tpa=http://www.munk.de/images/start-06m.jpg*/; /* Highlight-Grafik */

		

		i07 = new Image();

		i07.src = "images/start-07m.jpg"/*tpa=http://www.munk.de/images/start-07m.jpg*/; /* Highlight-Grafik */



		

		

		

		

		function hiLite(imgID,imgObjName) {

		// imgID - Name des auszutauschenden Bildes

		// imgObjName - Name des Bildes mit dem ausgetauscht wird

		document.images[imgID].src = eval(imgObjName + ".src")

		}

		

		

		

function switchlayer(Layer_Name)

	{

	var DINO = document.getElementById? 1:0 ;

	var NS = document.layers? 1:0 ;

	var IE = document.all? 1:0 ;

	

	if (DINO)

		{document.getElementById(Layer_Name).style.display = (document.getElementById(Layer_Name).style.display=='block') ? 'none' : 'block';}

	else if (NS)

		{document.layers[Layer_Name].display = (document.layers[Layer_Name].display == 'block') ? 'none' : 'block';}

	else if (IE)

		{document.all[Layer_Name].style.display = (document.all[Layer_Name].style.display == 'block') ? 'none' : 'block';}

	}

function openlayer(Layer_Name)

	{

	var DINO = document.getElementById? 1:0 ;

	var NS = document.layers? 1:0 ;

	var IE = document.all? 1:0 ;

	

	if (DINO)

		{document.getElementById(Layer_Name).style.display= 'block';}

	else if (NS)

		{document.layers[Layer_Name].display='block';}

	else if (IE)

		{document.all[Layer_Name].style.display= 'block';}

	return false;

	}

function closelayer(Layer_Name)

	{

	var DINO = document.getElementById? 1:0 ;

	var NS = document.layers? 1:0 ;

	var IE = document.all? 1:0 ;

	

	if (DINO)

		{document.getElementById(Layer_Name).style.display= 'none';}

	else if (NS)

		{document.layers[Layer_Name].display='none';}

	else if (IE)

		{document.all[Layer_Name].style.display= 'none';}

	return false;

	}

function oeffne_bild(name,weite,hoehe)

	{

	var Fenstername = "";

	Fenstername = "munk"+weite+hoehe;

	var attribute = "";

	var t_width = screen.availWidth;

	t_width = t_width/2;

	var x_pos = t_width - (weite/2);

	if (x_pos < 0 || screen.availWidth < weite) x_pos = 0;

 	attribute = "width="+weite+",height="+hoehe+",scrollbars=no,resizable=yes,left="+x_pos+",top=94";

	BildFenster = window.open(name, Fenstername, attribute);

	BildFenster.focus();

	}
