


_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=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#CC0000";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


/*with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=200;
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.milonic.com/;status=Back To Home Page;");
aI("text=Menu Samples;showmenu=Samples;");
aI("text=Milonic;showmenu=Milonic;");
aI("text=Partners;showmenu=Partners;");
aI("text=Links;showmenu=Links;");
aI("text=My Milonic;showmenu=My Milonic;");


with(milonic=new menuname("Samples")){
style=menuStyle;
overflow="scroll";
aI("text=Horizontal Navigation Bar;url=menusample.php?sampleid=1;");
aI("text=Vertical Navigation Bar;url=menusample.php?sampleid=2;");
aI("text=All Horizontal Menus;url=menusample.php?sampleid=25;");
}
}*/


/*
with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Apache Web Server;url=http://www.apache.org/;status=Apache Web Server, the basis of Milonic's Web Site;");
aI("text=MySQL Database Server;url=http://ww.mysql.com/;status=MySQL, Milonic's Prefered Choice of Database Server;");
aI("text=PHP - Development;url=http://www.php.net/;status=PHP - Web Server Scripting as used by Milonic;");
aI("text=phpBB Web Forum System;url=http://www.phpbb.net/;status=PHP Based Web Forum, Milonic's Recommended Forum Software;");
aI("text=Anti Spam Tools;showmenu=Anti Spam;status=Anti Spam Solutions, as used by Milonic;");
}

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

*/
with(milonic=new menuname("GenInfo")){
style=menuStyle;
aI("text=General Information Home;url=generalInfo.htm;");
aI("text=General Information Package (PDF);url=geninfo.htm;");
aI("text=Automotive Technology Courses;url=courses.htm;");
}


with(milonic=new menuname("AltFuels")){
style=menuStyle;
aI("text=Alternative Fuels Home;url=alternativefuels.htm;");
aI("text=Compressed Natural Gas;url=cng.htm");
aI("text=Hybrid Technology;url=hybrid.htm");
aI("text=Liquid Gas;url=lng.htm");
aI("text=Hydrogen Gas;url=hydrogen.htm");
aI("text=NAFTC;url=http://www.naftc.wvu.edu;");
aI("text=SCRTTC;url=http://www.scrttc.com;");
aI("text=Course Description;url=coursedescriptions.htm");
}

with(milonic=new menuname("Transit")){
style=menuStyle;
aI("text=Transit Technologies Home;url=ttmain.htm;");
aI("text=Transit Technologies Apprentiships;url=underconstruction.htm;");
aI("text=Allison;url=allison2006.htm;");
aI("text=Diesel;url=dieselsummary.htm");
aI("text=John Deere;url=JD6081.htm");
aI("text=CAT Diesel;url=underconstruction.htm;");
aI("text=CUMMINS;url=underconstruction.htm;");

}


with(milonic=new menuname("Honda")){
style=menuStyle;
aI("text=Honda PACT Home;url=honda.htm;");
aI("text=PACT Application Form (PDF);url=pdf/PACTApplicantion-Revision2009.pdf;");
aI("text=PACT Curriculum Guide (PDF);url=pdf/CURRICGUIDEmodLyla.pdf;");
aI("text=PACT Readiness Checklist (PDF);url=pdf/PACTReadinessCklist.pdf;");
aI("text=PACT Information Package (PDF);url=pdf/HondaFlyer.pdf;");
aI("text=PACT Program Prerequisites;url=dearhondaapp.htm;");
aI("text=PACT Contact Information;url=PACTContacts.htm;");
}


with(milonic=new menuname("Bosch")){
style=menuStyle;
aI("text=Bosch Home;url=bosch.htm;");
aI("text=Bosch Certificate Program;url=bosch_cert.htm;");
}

with(milonic=new menuname("Smog")){
style=menuStyle;
aI("text=SMOG Home;url=smog.htm;");
aI("text=SMOG Registration Form;url=newsmogregform2009.htm;");
aI("text=SMOG License Courses;url=smog_licenserelatedcourses09.htm;");
aI("text=SMOG 2009 Updated Training Course;url=2009smogtech.htm;");
aI("text=SMOG 2007 Updated Training Course;url=2007smogtech.htm;")
}

drawMenus();

