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="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#E29833";
offcolor="#ffffff";
onbgcolor="#E29833";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="http://www.phonon.in/image1/arrow.gif";
subimagepadding=2;
}

with(home=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=http://www.phonon.in/index.php;");
aI("showmenu=About Us;text=About Us;");
aI("showmenu=Products;text=Products;");
aI("text=Click-to-Call;url=http://www.phonon.in/click2call.php;");
<!--aI("text=Click-to-Call;url=http://localhost/click2call.php;");-->
aI("text=Partners;url=http://www.phonon.in/partnersandcust.php;");
aI("showmenu=Contact Us;text=Contact Us;");
}

with(home=new menuname("About Us")){
style=menuStyle;
aI("text=Company Profile;url=http://www.phonon.in/companyprofile.php;")
aI("text=Value Proposition;url=http://www.phonon.in/valueproposition.php;")
aI("text=Management Team;url=http://www.phonon.in/managementteam.php;")
}

with(home=new menuname("Products")){
style=menuStyle;
aI("text=Automated Dialer;url=http://www.phonon.in/dialer.php;");
aI("text=Customer Self-Service IVR;url=http://www.phonon.in/custservices.php;");
aI("text=Credit Card Payment IVR;url=http://www.phonon.in/creditcardpayment.php;");
aI("text=IVR Platform;url=http://www.phonon.in/ivrplatform.php;");
}

with(home=new menuname("Contact Us")){
style=menuStyle;
aI("text=Address;url=http://www.phonon.in/address.php;");
aI("text=Feedback Form;url=http://www.phonon.in/feedbackform.php;");
}

drawMenus();

