// JavaScript Document
	
	<!-- MENY ITALIC, SHOW/HIDE UNDERMENY -->
	<!-- KNAPP 1 -->
		function menuItalicUndermenu1(){
	document.getElementById("knapp1").style.fontStyle = "italic";
	document.getElementById("knapp2").style.fontStyle = "normal";
	document.getElementById("knapp3").style.fontStyle = "normal";
	document.getElementById("knapp4").style.fontStyle = "normal";
	document.getElementById("knapp5").style.fontStyle = "normal";
	}
	<!-- KNAPP 2 -->
		function menuItalicUndermenu2(){
	document.getElementById("knapp1").style.fontStyle = "normal";
	document.getElementById("knapp2").style.fontStyle = "italic";
	document.getElementById("knapp3").style.fontStyle = "normal";
	document.getElementById("knapp4").style.fontStyle = "normal";
	document.getElementById("knapp5").style.fontStyle = "normal";
	}
	<!-- KNAPP 3 -->
		function menuItalicUndermenu3(){
	document.getElementById("knapp1").style.fontStyle = "normal";
	document.getElementById("knapp2").style.fontStyle = "normal";
	document.getElementById("knapp3").style.fontStyle = "italic";
	document.getElementById("knapp4").style.fontStyle = "normal";
	document.getElementById("knapp5").style.fontStyle = "normal";
	}
	<!-- KNAPP 4 -->
		function menuItalicUndermenu4(){
	document.getElementById("knapp1").style.fontStyle = "normal";
	document.getElementById("knapp2").style.fontStyle = "normal";
	document.getElementById("knapp3").style.fontStyle = "normal";
	document.getElementById("knapp4").style.fontStyle = "italic";
	document.getElementById("knapp5").style.fontStyle = "normal";
	}
	<!-- KNAPP 5 -->
		function menuItalicUndermenu5(){
	document.getElementById("knapp1").style.fontStyle = "normal";
	document.getElementById("knapp2").style.fontStyle = "normal";
	document.getElementById("knapp3").style.fontStyle = "normal";
	document.getElementById("knapp4").style.fontStyle = "normal";
	document.getElementById("knapp5").style.fontStyle = "italic";
	}
	//	onMouseOut
		function menuItalicUndermenuNone(){
	document.getElementById("knapp1").style.fontStyle = "normal";
	document.getElementById("knapp2").style.fontStyle = "normal";
	document.getElementById("knapp3").style.fontStyle = "normal";
	document.getElementById("knapp4").style.fontStyle = "normal";
	document.getElementById("knapp5").style.fontStyle = "normal";
	}
	
	//	onMouseUp
		function menuBlack1(){
	document.getElementById("mellanKnapp1").style.backgroundColor = "black";
	document.getElementById("mellanKnapp2").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp3").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp4").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp5").style.backgroundColor = "transparent";
	}
		function menuBlack2(){
	document.getElementById("mellanKnapp1").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp2").style.backgroundColor = "black";
	document.getElementById("mellanKnapp3").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp4").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp5").style.backgroundColor = "transparent";
	}
		function menuBlack3(){
	document.getElementById("mellanKnapp1").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp2").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp3").style.backgroundColor = "black";
	document.getElementById("mellanKnapp4").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp5").style.backgroundColor = "transparent";
	}
		function menuBlack4(){
	document.getElementById("mellanKnapp1").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp2").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp3").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp4").style.backgroundColor = "black";
	document.getElementById("mellanKnapp5").style.backgroundColor = "transparent";
	}
		function menuBlack5(){
	document.getElementById("mellanKnapp1").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp2").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp3").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp4").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp5").style.backgroundColor = "black";
	}
		function menuBlackNone(){
	document.getElementById("mellanKnapp1").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp2").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp3").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp4").style.backgroundColor = "transparent";
	document.getElementById("mellanKnapp5").style.backgroundColor = "transparent";
	}
		
		function MM_callJS(jsStr) { //v2.0
  	return eval(jsStr)
	}
		function MM_showHideLayers() { //v9.0
  	var i,p,v,obj,args=MM_showHideLayers.arguments;
  	for (i=0; i<(args.length-2); i+=3) 
  	with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
	}
		function MM_changeProp(objId,x,theProp,theValue) { //v9.0
  	var obj = null; with (document){ if (getElementById)
  	obj = getElementById(objId); }
  	if (obj){
    if (theValue == true || theValue == false)
    eval("obj.style."+theProp+"="+theValue);
    else eval("obj.style."+theProp+"='"+theValue+"'");
  	}
	}
	var ds1 = new Spry.Data.XMLDataSet("xml/dataFile1.xml", "sad");

