/* MBCMS InitMenu-Datei ** MBCMS © 2006-2009 by www.boehnert.com, all rights reserved. */function dd_init() { if (dd_.isSupported()) { dd_.initialize(); document.getElementById("mp0").onmouseover = function() { ms.hideCurrent(); this.className = "hover"; }; document.getElementById("mp0").onmouseout  = function() { this.className = ""; }; menu0.onactivate   = function() { document.getElementById("mp1").className = "hover";}; menu0.ondeactivate = function() { document.getElementById("mp1").className = "";}; menu3.onactivate   = function() { document.getElementById("mp2").className = "hover";}; menu3.ondeactivate = function() { document.getElementById("mp2").className = "";}; menu1.onactivate   = function() { document.getElementById("mp3").className = "hover";}; menu1.ondeactivate = function() { document.getElementById("mp3").className = "";};  }  } if ( window.addEventListener ) window.addEventListener("load", dd_init, false ); else if( window.attachEvent ) window.attachEvent("onload", dd_init ); else if( document.getElementById ) window.onload = dd_init();
