


_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#F7F7F7";
oncolor="#FF6600";
offbgcolor="#ffffff";
offcolor="#727272";
bordercolor="#CDCDCD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CDCDCD";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=135;
align="center";
alwaysvisible=1;
aI("showmenu=aboutus;image=images/default_12.gif;overimage=images/default-rollover_12.gif;");
aI("url=services.htm;image=images/default_19.gif;overimage=images/default-rollover_19.gif;");
aI("showmenu=investments;image=images/default_20.gif;overimage=images/default-rollover_20.gif;");
aI("showmenu=LifeInsurance;image=images/default_97.gif;overimage=images/default-rollover_97.gif;");
aI("showmenu=Mutualfunds;image=images/default_21.gif;overimage=images/default-rollover_21.gif;");
aI("url=photo-gallery.htm;image=images/default_30.gif;overimage=images/default-rollover_30.gif;");
aI("url=faqs.htm;image=images/default_23.gif;overimage=images/default-rollover_23.gif;");
aI("url=inquiry.htm;image=images/default_26.gif;overimage=images/default-rollover_26.gif;");
aI("url=contact-us.htm;image=images/default_25.gif;overimage=images/default-rollover_29.gif;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle;
aI("text=Message from the Company;url=about-us.htm;");
aI("text=Our Team;url=our-team.htm;");
aI("text=Our Vision;url=our-vision.htm;");
aI("text=Clien Reviews;url=client-reviews.htm;");
aI("text=Credientials;url=credientials.htm;");
}

with(milonic=new menuname("investments")){
style=menuStyle;
aI("text=Overview Investment;url=investment.htm;");
aI("text=Company Fixed Deposits;url=company-fixed-deposits.htm;");
aI("text=All Postal Schemes;url=all-postal-scheme.htm;");
aI("text=Senior Citizen Saving Scheme;url=senior-citizen-saving-scheme.htm;");
aI("text=PPF;url=ppf.htm;");
aI("text=RBI Relief Bond;url=rbi-relief-bond.htm;");
aI("text=Public Issue;url=public-issue.htm;");
aI("text=Capital Gain & Tax Saving Bonds;url=capital-gain.htm;");
}

with(milonic=new menuname("LifeInsurance")){
style=menuStyle;
aI("text=Life Insurance;url=life-insurance-corporation.htm;");
}
with(milonic=new menuname("MutualFunds")){
style=menuStyle;
aI("text=Mutual Fund;url=mutualfunds.htm;");
aI("text=Mutual Fund Brokerage;url=mutual_fund_brokerage.htm;");
}


drawMenus();