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=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#6d7481";
offcolor="#cdcdcd";
onbgcolor="#bec3be";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
margin=0;
top=37;
menuwidth="448";
aI("image=../images/new.gif");
aI("text=Home;url=http://www.geetadutt.com/;");
aI("showmenu=HerLife;text=Her Life;");
aI("showmenu=HerWork;text=Her Work & Songs;");
aI("showmenu=Resources;text=Resources;");
aI("showmenu=AboutUs;text=About Us;");
}

with(milonic=new menuname("HerLife")){
style=menuStyle;
aI("text=Biography;url=../about.html;")
aI("text=Personal;url=../life.html;")
aI("text=Photos;url=index.html;")
aI("text=Did You Know;url=../diduknow.html;")
aI("text=Articles;url=../article.html;")
aI("text=Tributes;url=../tribute.html;")
}

with(milonic=new menuname("HerWork")){
style=menuStyle;
aI("text=As An Actress;url=../actress.html;");
aI("text=Her Impact;url=../impact.html;");
aI("text=Hindi Films;url=../professional.html;");
aI("text=Hindi Non-Film;url=../nonfilm_hindi.html;");
aI("showmenu=Regional;text=Regional Languages;");
aI("showmenu=HerComposers;text=Composers;");
aI("showmenu=HerCoSingers;text=Co-singers;");
}

with(milonic=new menuname("Regional")){
style=menuStyle;
aI("text=Regional Songs;url=../regional_songs.html;");
aI("text=Gujrati;url=../gujarati_songs.html;");
aI("text=Bengali;url=../bengali_songs.html;");
aI("text=Marathi;url=../marathi_songs.html");
aI("text=Other Languages;url=../misc_regional_songs.html;");
}

with(milonic=new menuname("HerComposers")){
style=menuStyle;
aI("text=Her Composers;url=../composers.html;");
aI("text=S.D. Burman;url=../burman.html;");
aI("text=O.P. Nayyar;url=../opnayar.html;");
aI("text=Hemant Kumar;url=../hemant.html;");
aI("text=More Composers;url=../othermd.html;");
}

with(milonic=new menuname("HerCoSingers")){
style=menuStyle;
aI("text=Her Co-Singers;url=../singers.html;");
aI("text=Mohammad Rafi;url=../rafi.html;");
aI("text=Kishore Kumar;url=../kishore.html;");
aI("text=Lata Mangeshkar;url=../lata.html;");
aI("text=Manna Dey;url=../manna.html;");
aI("text=More Co-Singers;url=../othersingers.html;");
}


with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Book;url=../skylark.html;");
aI("showmenu=Jukeboxes;text=Jukebox;");
aI("text=Video Player;url=../ytbox.html;");
aI("text=CD/Cassette;url=../cd.html;");
aI("text=Song Database;url=../database.html;");
aI("showmenu=Lyrics;text=Lyrics;");
aI("text=Song Search;url=../search.html;");
aI("text=Blog;url=../blog/;");
}

with(milonic=new menuname("Jukeboxes")){
style=menuStyle;
aI("text=Hindi Films;url=../yukebox.html;");
aI("text=Hindi Non-Films;url=../yukebox-nf.html;");
aI("text=Bengali;url=../yukebox-bengali.html;");
aI("text=Gujrati;url=../yukebox-gujrati.html;");
}

with(milonic=new menuname("Lyrics")){
style=menuStyle;
aI("text=Hindi;url=../lyrics_title.html;");
aI("text=Bengali;url=../bengalilyrics.html;");
}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("text=Who Are We?;url=../whoarewe.html;");
aI("text=Why This Site?;url=../whythisite.html;");
aI("text=Our Team;url=../ourteam.html;");
aI("text=How You can Help!;url=../yourhelp.html;");
aI("text=Acknowledgements;url=../acknowledge.html;");
aI("text=Future Plans;url=../futureplans.html;");
aI("text=Contact Us;url=mailto:geetaduttfans@gmail.com;");
}
drawMenus();


