_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#ededed";
oncolor="#555555";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#FD8A0B";
separatorsize="1";
padding=7;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#FFD93F";
pagebgcolor="#111111";
headercolor="#ECA81E";
headerbgcolor="#2C3652";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("temp")){
style=menuStyle;
aI("text=Management;url=Management.html;status=Management;");
aI("text=Financial Statements;url=FinancialStatements.html;status=Financial Statements;");
aI("text=Corporate Directory;url=CorporateDirectory.html;status=Corporate Directory;");
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Management;url=Management.html;status=Management;");
aI("text=Directors;url=directors.html;status=Directors;");
aI("text=Filings;url=FinancialStatements.html;status=Filings;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=Projects.html;status=Overview;");
aI("text=Why Nevada?;url=why.html;status=Why Nevada?;");
aI("text=Tempo Prospect;url=tempo.html;status=Tempo Prospect;");
aI("text=Photo Gallery;url=PhotoGallery.html;status=PhotoGallery;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Request More Info;url=InformationRequest.html;status=Request More Info;");
aI("text=Send A Message;url=SendMessage.html;status=Send A Message;");
}

drawMenus();