fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=600;  // start was 500
_menuOpenDelay=150;   // start was 150
_subOffsetTop=2;      // start was 2
_subOffsetLeft=-2;    // start was -2//


with(menuStyle=new mm_style()){
bgimage="bronzebar.gif";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";  // start was 9pt
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#000000";
oncolor="#ffffff";
onsubimage="downarrow1_white_9x6.gif";
outfilter="randomdissolve(duration=0.4)";  //durattion start was 0.3 
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=8;  //duration start was 0.2  opacity was 90  
pagecolor="white"; //start was black now white
separatorcolor="#fffc00";
subimage="downarrow1_black_9x6.gif";
subimagepadding=6;
}

with(submenuStyle=new mm_style()){
styleid=1;
bgimage="bronzebar.gif";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";  //start was 8 pt
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#91a5fc";
offcolor="#000000";
oncolor="#ffffff";
onsubimage="black_7x7.gif";
outfilter="randomdissolve(duration=0.4)"; //durattion start was 0.3 
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)"; //opacity was90
padding=8;
pagebgcolor="#82B6D7";
pagecolor="white"; //start was black now white (text color for the landing page)
subimage="white_7x7.gif";
subimagepadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=400;  //start was 10 
orientation="horizontal";
style=menuStyle;
top=15;   // start was 10
aI("text=Splash;url=index.htm;");
aI("text=Home;url=news.htm;");
aI("showmenu=Services;text=Services;");
aI("showmenu=Technical;text=Technical;");
aI("showmenu=About;text=About;");
}

with(milonic=new menuname("Services")){
style=submenuStyle;
aI("text=About Us;url=about.htm;");
aI("text=New Products!;url=products.htm;");
aI("text=Pricing;url=pricing.htm;");
}

with(milonic=new menuname("Technical")){
style=submenuStyle;
aI("text=Power Distribution Diagram;url=power_dist.htm;");
aI("text=Low Noise Guidelines;url=low_noise_guide.htm;");
aI("text=Ground Rod Installation;url=ground_rod_installation.htm;");
aI("text=Defining Problems;url=problems.htm;");
aI("text=Technical Links;url=links.htm;");
}

with(milonic=new menuname("About")){
style=submenuStyle;
aI("text=About Us;url=about.htm;");
aI("text=Client List;url=client_list.htm;");
aI("text=Resume;url=resume.htm;");
aI("text=Pictures;url=pix1.htm;");
}

drawMenus();
