			<!-- 			function changeNavigationState(id) {				changeAllBack();				identity=document.getElementById(id);				identity.className="sidenavlinkact";			}			function changeAllBack(){				menuItems = new Array("news","produkte","warenkorb","registrieren","stammdaten");				ial = menuItems.length;				for (var j=0;j<ial;j++){					identity=document.getElementById(menuItems[j]);					identity.className="sidenav";				}			}						function popUp(href, w, h){				window.open(href, "popupWindow", "width="+w+",height="+h+",scrollbars=yes");				//newWin.focus();			}			//--> 
