  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=1;




with(submenuStyle=new mm_style()){
align="right";
bordercolor="#217EDE";//"#ACABAB"
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
//imagepadding=8;
offbgcolor="#ffffff";
offcolor="#2D3487";
onbgcolor="#E7E6E7";
oncolor="#FB1901";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=4;
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=5;
separatorimage="cartoon_sep_sub.gif";
subimagepadding=4;
rawcss="padding-left:10px;padding-right:10px;";
}

with(menuStyle=new mm_style()){
align="right";
itemheight=14;
itemwidth=196;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
imagepadding=4;
offbgcolor="#F5F5F5";
offcolor="#2D3487";
onbgcolor="#E7E6E7";
oncolor="#E02929";
overbgimage="menuimages/cartoon_back.gif";
outfilter="Fade(Overlap=1.00)";
padding=4;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="verticle";
style=menuStyle;
aI("align=right;text=Home;url=index.aspx;");
aI("align=right;showmenu=About Us;text=About Us;url=aboutus.aspx;");
aI("align=right;showmenu=Completed Projects;text=Completed Projects;url=Project_DetailsExec.aspx?From=Location&LocID=5;");
aI("align=right;showmenu=Current Offering;text=Current Offering;url=Project_Details.aspx?From=Project&ProjID=1;");
aI("align=right;text=Facility Management;url=Facility.aspx;");
aI("align=right;text=Rent & Re-Sale Services ;url=RentResaleService.aspx;");
aI("align=right;showmenu=Media Centre;text=Media Centre;url=Media.aspx;");
aI("align=right;text=Downloads;url=Downloads.aspx;");
aI("align=right;showmenu=Careers;text=Careers;url=openings.aspx;");
//aI("align=right;text=FAQs;url=faqs.html;");
aI("align=right;text=Contact Us;url=contactus.aspx;");

}

with(milonic=new menuname("About Us")){
orientation="verticle";
style=submenuStyle;
aI("text=Company Profile;url=aboutus.aspx;");
aI("text=Management;url=management.aspx;");
//aI("text=Financials;url=financials.aspx;");
}

with(milonic=new menuname("Current Offering")){
orientation="verticle";
style=submenuStyle;
aI("text=Ghaziabad;url=Project_Details.aspx?From=Location&LocID=1;");
aI("text=Bhubaneswar;url=http://www.royallagoon.com;target=_blank");
aI("text=Jaipur;url=http://ashiana.co.in/SalesEnquiry_Greens.aspx;");
aI("text=Jamshedpur;url=http://www.ashianahousing.com/ashiana_projects.php?txt_search=Jamshedpur;target=_blank");
aI("text=Lavasa(Pune);url=http://www.ashianahousing.com/ashiana_projects.php?txt_search=Lavasa+(Pune);target=_blank");
aI("text=Jodhpur;url=http://www.ashianahousing.com/ashiana_projects.php?txt_search=Jodhpur;target=_blank");
aI("text=Bhiwadi;url=http://www.ashianahousing.com/ashiana_projects.php?txt_search=Bhiwadi;target=_blank");
}

with(milonic=new menuname("Completed Projects")){
orientation="verticle";
style=submenuStyle;
aI("text=Indrapuram;url=Project_DetailsExec.aspx?From=Location&LocID=5;");
aI("text=Ghaziabad;url=Project_DetailsExec.aspx?From=Location&LocID=1;");
aI("text=Vaishali;url=Project_DetailsExec.aspx?From=Location&LocID=8;");
aI("text=Greater Noida;url=Project_DetailsExec.aspx?From=Location&LocID=7;");
aI("text=Gurgaon;url=Project_DetailsExec.aspx?From=Location&LocID=6;");
}

with(milonic=new menuname("Careers")){
orientation="verticle";
style=submenuStyle;
aI("text=Current Openings;url=openings.aspx;");
aI("text=Apply Now;url=Careers.aspx");
}

drawMenus();



