
_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=7            // Sub menu left offset



with(XPMainStyle=new mm_style()){
onbgcolor="#C8DCED";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
pagebgcolor="transparent";
pagecolor="#000000";
bordercolor="#999999";
borderstyle="none";
borderwidth=0;
separatorcolor="transparent";
separatorsize="2";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana,Tahoma,Helvetica";
subimagepadding="2";
onborder="1px solid #999999";
offborder="0px none #999999";
pageborder="0px none #999999";
subimage="/images/arrow.gif";
itemwidth="155px";
subimagepadding=4;
}

with(XPMenuStyle=new mm_style()){
onbgcolor="#C8DCED";
oncolor="#000000";
offbgcolor="#f1f1f1";
offcolor="#000000";
pagebgcolor="#f1f1f1";
pagecolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#f1f1f1";
separatorpadding="3";
separatoralign="right";
separatorwidth="80%";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
subimage="/images/arrow.gif";
onborder="1px solid #999999";
offborder="0px none #999999";
pageborder="0px none #999999";
overfilter="fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="Fade(duration=0.2);";

}


with(milonic=new menuname("Main Menu")){
style=XPMainStyle;
top=80;
left=5;
alwaysvisible=1;
orientation="vertical";
margin=4;
width=160;
aI("text=New Site;url=/wordpress;");
aI("text=Home;url=/indexold.asp;showmenu=Home;");
aI("text=Log;url=/log/index.asp;showmenu=Log;");
aI("text=Sub-Projects;url=/subproj/index.asp;showmenu=SubProj;");
aI("text=Builder Area;url=/builder/index.html;showmenu=Builder;");
aI("text=Info;url=/webcredits.html;showmenu=Info;");
aI("text=Gallery;url=/gallery/index.html;showmenu=Gallery;");
// aI("text=Links;url=/links/links.asp;showmenu=Links;");
aI("text=Contact;url=/contact/index.asp;showmenu=Contact;");
}

with(milonic=new menuname("Home")){
style=XPMenuStyle;
margin=4;
aI("text=News;url=/index.asp;");
aI("text=About Us;url=/aboutus.html;");
aI("text=About the Project;url=/project.html;");
aI("text=RV-7A - The Aircraft;url=/aircraft.html;");
aI("text=Decisions;url=/decisions.html;");
aI("text=Milestones;url=/milestones.html;");
}

with(milonic=new menuname("Log")){
style=XPMenuStyle;
margin=4;
aI("text=Index / Diary;url=/log/index.asp;");
aI("text=Preparation / Planning;url=/log/index.asp?cat=01;");
aI("text=Empennage;url=/log/index.asp?cat=02;");
aI("text=Wings;url=/log/index.asp?cat=03;");
aI("text=Fuselage;url=/log/index.asp?cat=04;");
aI("text=Finish / Interior;url=/log/index.asp?cat=05;");
aI("text=Panel / Electrical;url=/log/index.asp?cat=06;");
aI("text=Firewall Forward;url=/log/index.asp?cat=07;");
aI("text=Flight Test;url=/log/index.asp?cat=08;");
aI("text=Certification / Paperwork;url=/log/index.asp?cat=09;");
}

with(milonic=new menuname("SubProj")){
style=XPMenuStyle;
margin=4;
aI("text=Electrical / Lighting;url=/subproj/index.asp?cat=02;");
aI("text=Paintjob;url=/subproj/index.asp?cat=04;");
aI("text=Other Addons;url=/subproj/index.asp?cat=03;");
}

with(milonic=new menuname("Builder")){
style=XPMenuStyle;
margin=4;
aI("text=Builder Tips;url=/builder/index.html;");
aI("text=Downloads;url=/builder/downloads.html;");
aI("text=Articles;url=/builder/articles.html;");
}

with(milonic=new menuname("Info")){
style=XPMenuStyle;
margin=4;
// aI("text=Glossary;url=/glossary/index.asp;");
// aI("text=FAQ;url=/faq/index.asp;");
aI("text=Website Credits;url=/webcredits.html;");
}

with(milonic=new menuname("Gallery")){
style=XPMenuStyle;
margin=4;
aI("text=ZRH Formation Flight;url=/gallery/zrhformation/index.html;");
aI("text=Airventure Oshkosh 2007;url=/gallery/osh07;");
aI("text=Airventure Oshkosh 2008;url=/gallery/osh08;");
aI("text=Airventure Oshkosh 2009;url=/gallery/osh09;");
}


with(milonic=new menuname("Links")){
style=XPMenuStyle;
margin=2;
// aI("text=RVs / Vans;url=/links/links.asp?cat=25;");
// aI("text=Aviation;url=/links/links.asp?cat=26;");
// aI("text=ATC;url=/links/links.asp?cat=27;");
// aI("text=Misc.;url=/links/links.asp?cat=28;");
}

with(milonic=new menuname("Contact")){
style=XPMenuStyle;
margin=2;
aI("text=Contact Form;url=/contact/index.asp;");
aI("text=Coordinates;url=/contact/coordinates.html;");
}

drawMenus();


