<!--
/* ruft alle onload .js auf */

ShowNav = true;
function init() {

if (ShowNav == true)
 {
  MenuNav_init();
 }
}
-->
