fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="";
offcolor="";
onbgcolor="";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#CCCCCC";
separatorsize=1;
subimage="larrow.gif";
subimagepadding=5;
}

with(submenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#CCCCCC";
offcolor="";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#CCCCCC";
separatorsize=1;
subimage="larrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=index.htm;");
aI("text=&nbsp;&nbsp;Maharashtra Fire Services &nbsp;&nbsp; ;url=fireservices.htm");
aI("text=&nbsp;&nbsp;Photo Gallery&nbsp;&nbsp;;url=photo.html");
aI("text=&nbsp;&nbsp;Welfare Association &nbsp;&nbsp;;url=welfare.htm");
aI("text=&nbsp;&nbsp;Contact Us&nbsp;;url=contactus.htm;");
aI("text=&nbsp;&nbsp;Feedback&nbsp;&nbsp;;url=feedback.php;");

}
//aI("showmenu=Technology;text=Technology;");
//aI("text=Feedback;url=feedback.htm");
with(milonic=new menuname("Products")){
overflow="scroll";
style=submenuStyle;
aI("text=Secure RF with Quantum Id;url=prod1.htm;")
aI("text=CSR - Customer Specific RF Designer;url=prod2.htm;")
}
with(milonic=new menuname("Company")){
style=submenuStyle;
aI("text=About Us;url=#;");
aI("text=Managment Team ;url=#;");
aI("text=History;url=#;");
aI("text=Vison;url=#;");
aI("text=Mision;url=#;");
aI("text=Contact US;url=#;");
aI("text=Location US;url=#;");
}

with(milonic=new menuname("Services1")){
style=submenuStyle;
aI("text=Valuation;url=#;");
aI("text=Pre-Inspection;url=#;");
aI("text=Assest Verification;url=#;");
aI("text=Motor Survey;url=#;");
aI("text=Investigation;url=#;");
}

with(milonic=new menuname("Technology")){
style=submenuStyle;
aI("text=About RFID - By Dr. Rory Oconnor;url=#;");
aI("text=QID differentiators - By Dr. Rory Oconnor;url=#;");
}

with(milonic=new menuname("Links")){
style=submenuStyle;
aI("text=Apache Web Server;url=http://www.apache.org/;");
}

with(milonic=new menuname("Anti Spam")){
style=submenuStyle;
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("MyMilonic")){
style=submenuStyle;
aI("text=Login;url=http://www.milonic.com/login.php;");
aI("text=Licenses;url=http://www.milonic.com/mylicenses.php;");
}

drawMenus();

