fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=50;
_subOffsetTop=2;
_subOffsetLeft=-2;



with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Century Gothic, Courier New, Courier";
fontsize="70%";
fontstyle="normal";
fontweight="bold";

offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#5A00EE";
onborder="1px solid #316AC5";
oncolor="#ffffff";
padding=3;
rawcss="padding-left:5px;padding-right:5px";
separatorcolor="#ffffff";
separatorsize=2;
subimage="/jscript/arrow.gif";
subimagepadding=2;
pagebgcolor="#5A00EE";
pagecolor="#ffffff";

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
position="relative";

//left=10;
orientation="horizontal";
style=menuStyle;
//top=10;
aI("status=Back To Home Page;text=Home;url=/index.asp;");
aI("text=How to (Re)charge card?;url=/recharge.asp;");
aI("text=How to use?;url=/How.asp;");
aI("showmenu=Services;text=Services;url=/Services.asp;");
aI("text=Rates;url=/Rates.asp;");
aI("text=About us;url=/About.asp;");
aI("text=Contact us;url=/Contact.asp;");

}



with(milonic=new menuname("use")){
style=menuStyle;
aI("text=From Japan;url=/how.asp;");

}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Prepaid Internatinoal Calling Card;url=/Services.asp#Pre;");
aI("text=IP Phone ;url=/Services.asp#IP;");
aI("showmenu=Servset;text=Non-Pin Code;url=/Services.asp#non;");
aI("text=International call forwarding;url=/Services.asp#fo;");

}
with(milonic=new menuname("Servset")){
style=menuStyle;

aI("text=How to setup?;url=/Services.asp#nonset;");

}

drawMenus();

