<!--


// Definition of navigation layers

document.writeln( 
  '<div id="martialMenu"  onMouseOut="killMenu();" style="display:none; position:absolute; left:82; bottom:0; visibility: visible;"><object type="text/x-scriptlet" height="80" width="96" data="/fr/navigation/martial.html"></object></div>'
+ '<div id="clubMenu" onMouseOver="killMenu();" style="display:none; position:absolute; left:170;"><object type="text/x-scriptlet" height="100" width="90" data="/fr/navigation/club.html"></object></div>'
+ '<div id="contactMenu" onMouseOver="killMenu();" style="display:none; position:absolute; left:' + ContactPos + ';"><object type="text/x-scriptlet" height="82" width="120" data="/fr/navigation/contact.html"></object></div>'
+ '<div style="display:none; visibility:hidden"><input type="hidden" id="currentMenuID" name="currentMenuID" size="20" value><input type="hidden" id="oldMenuID" name="oldMenuID" size="20" value></div>'
);

-->