_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="#000000";
oncolor="#FFFFFF";
offbgcolor="#434f5b";
offcolor="#ffffff";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=5;

fontstyle="normal";


subimage="./images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

}


with(milonic=new menuname("About Us")){
style=menuStyle;
itemwidth=155
aI("text=History;url=/about.asp;");
aI("text=Mission Statement;url=/about_mission.asp;");
aI("text=Experience;url=/about_experience.asp;");
//aI("text=Training;url=/about_training.asp;");
//aI("text=Drug Free;url=/about_drugFree.asp;");
aI("text=Manufacturers;url=/about_manu.asp;");
aI("text=Affiliations;url=/about_affiliations.asp;");
aI("text=News/Press Releases;url=/apps/news.aspx;");
aI("text=Awards;url=/news_awards.asp;");
}


with(milonic=new menuname("Safety")){
style=menuStyle;
itemwidth=210
aI("text=Comprehensive Safety Program;url=/safety.asp;");
aI("text=Training;url=/about_training.asp;");
aI("text=Drug Free;url=/about_drugFree.asp;");
}


with(milonic=new menuname("Services")){
style=menuStyle;
itemwidth=210
aI("text=Service &amp; Emergency Repair;url=/service-emergency-repair.asp;");
aI("text=Commercial;url=/commercial-roofing.asp;");
aI("text=Industrial;url=/industrial-roofing.asp;");
aI("text=Municipal;url=/municipal-roofing.asp;");
aI("text=Churches;url=/church-roofing.asp;");
aI("text=Sheet Metal;url=/sheet-metal-roofing.asp;");
aI("text=Residential;url=/residential-roofing.asp;");
aI("text=Roof Asset Management;url=/roof-asset-management.asp;");
aI("text=Infrared Thermography;url=/infrared-thermography.asp;");
aI("text=Preventative Maintenance;url=/preventative-maintenance.asp;");
aI("text=Green Roofs;url=/going-green.asp;");
aI("text=Frequently Asked Questions;url=/services-faq.asp;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
itemwidth=210
//aI("text=The New Hobart High School;url=/projects-1.asp;");
//aI("text=Blue Chip Casino;url=/projects-2.asp;");
//aI("text=Cabelas;url=/projects-3.asp;");
//aI("text=Indiana University Northwest Library;url=/projects-4.asp;");
//aI("text=First Baptist Church of Hammond;url=/projects-5.asp;");
//aI("text=Culver Military Academy;url=/projects-6.asp;");
//aI("text=St. John the Baptist;url=/projects-7.asp;");
//aI("text=Dick's Sporting Goods;url=/projects-8.asp;");
//aI("text=Resorts Casino;url=/projects-9.asp;");
//aI("text=Christensen Chevrolet;url=/projects-10.asp;");
//aI("text=St. Mark's AME Zion Church;url=/projects-11.asp;");
//aI("text=USWA Banquet Center;url=/projects-12.asp;");
aI("text=Commercial &amp; Industrial;url=/project-commercial.asp;");
aI("text=Municipal;url=/project-municipal.asp;");
aI("text=Churches;url=/project-churches.asp;");
aI("text=Residential;url=/project-residential.asp;");
}

with(milonic=new menuname("News")){
style=menuStyle;
itemwidth=155
aI("text=News/Press Releases;url=/apps/news.aspx;");
aI("text=Awards;url=/news_awards.asp;");
//aI("text=Employee of the Month;url=/apps/private/news_employee.aspx;");
//aI("text=Contributions;url=/news_cont.asp;");
//aI("text=Articles;url=/news_MRCA.asp;");
}

with(milonic=new menuname("Contact Us")){
style=menuStyle;
itemwidth=200
aI("text=Contact Info/Location;url=/contact.asp;");
aI("text=Estimate Request Form;url=/contact_rer.asp;");
aI("text=Service Repair Authorization Form;url=/contact_sraf.asp;");
aI("text=Service Call Evaluation Form;url=/contact_scef.asp;");
aI("text=Career Opportunities;url=/contact.asp#employment;");
}

with(milonic=new menuname("Store")){
style=menuStyle;
itemwidth=200
aI("text=Korellis Online Store;url=https://www.companypromostore.com/stores/korellis/; target=_blank");
}

//with(milonic=new menuname("Hydraulic Steering Systems")){
//style=menuStyle;
//aI("text=Second Level;url=steering-700-series.htm;");
//aI("text=Second Level;url=steering-type-n.htm;");
//aI("text=Second Level;url=steering-type-t.htm;");
//aI("text=Second Level;url=steering-type-l.htm;");
//}

drawMenus();

