_menuCloseDelay=400         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

/// Style Definitions ///

with(subStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow2.gif";
subimagepadding=2;
}

/// Submenu Definitions ///

with(acms=new menuname("sub1")){
style=subStyle;
top=-35;
aI("text=General section;onfunction=IFrameName('documents/scg2006.pdf');url=../../menus/iframe.htm");
aI("text=Powered aircraft;onfunction=IFrameName('documents/part1.pdf');url=../../menus/iframe.htm");
aI("text=Glider aircraft;onfunction=IFrameName('documents/part2.pdf');url=../../menus/iframe.htm");
aI("text=Grand prix;onfunction=IFrameName('documents/fwgp.pdf');url=../../menus/iframe.htm");
}

with(acms=new menuname("sub2")){
style=subStyle;
top=-35;
aI("text=Powered aircraft;onfunction=IFrameName('documents/catalog.pdf');url=../../menus/iframe.htm");
aI("text=Glider aircraft;onfunction=IFrameName('documents/gcatalog.pdf');url=../../menus/iframe.htm");
aI("text=Changes 2006;onfunction=IFrameName('documents/changes2006.pdf');url=../../menus/iframe.htm");
aI("text=Changes 2007;onfunction=IFrameName('documents/changes2007.pdf');url=../../menus/iframe.htm");
aI("text=Changes 2008;onfunction=IFrameName('documents/changes2008.pdf');url=../../menus/iframe.htm");
aI("text=Aresti system;url=http://www.arestisystem.com/;target=new");
}

/// Gestion des IFrames   ///
function IFrameName(URL){
  parent.ifURL=URL;
}