_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=40 // Follow scrolling Rate
_subOffsetTop=0 // Sub menu top offset
_subOffsetLeft=0 // Sub menu left offset
_scrollAmount=5 // Only needed for Netscape 4.x
_scrollDelay=10 // Only needed for Netcsape 4.x
//Goverfilter = "Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
//Goutfilter = "randomdissolve(duration=0.4)"
with(vertStyle=new mm_style()){
onbgcolor = "#FFFF00";
oncolor = "#663366";
onborder = "";
offbgcolor = "#FFFFFF";
offcolor = "#663366";
bordercolor = "#999999";
borderstyle = "solid";
separatorcolor = "#FFCC00";
separatorsize = 0;
separatorpadding=1
padding = 2;
borderwidth = 1;
//if(!mac)onborder="1px solid #000000";
overfilter = "Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
outfilter = "randomdissolve(duration=0.4)"
fontsize = "14px";
fontstyle = "normal";
fontfamily = "Arial, Helvetica, sans-serif";
}
horizStyle=new copyOf(vertStyle)
//horizStyle.fontweight = "bold";
horizStyle.bordercolor = "#FFCC00";
horizStyle.overfilter=""
horizStyle.outfilter=""
horizStyle.borderwidth=1;
horizStyle.separatorpadding=4
horizStyle.onborder="";
horizStyle.separatorcolor = "#FFCC00";
horizStyle.separatorsize = 1;
//horizStyle.subimage="menu/images/downboxed.gif";
//horizStyle.onsubimage="menu/images/on_downboxed.gif"
horizStyle.onbgcolor = "#FFFF00";
horizStyle.oncolor = "#663366";
horizStyle.offbgcolor = "#FFFFEE";
horizStyle.offcolor = "#663366";
horizStyle.padding = 4;
with(milonic=new menuname("Main Menu")){
style=horizStyle;
top=0;
left=20;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=home.asp;");
aI("text=Members;showmenu=Members;");
aI("text=Buy EasyTalk;showmenu=Buy;");
aI("text=Access Numbers;url=accessnumbers_tollfree.asp;");
aI("text=Call Rates;url=rates.asp;");
//aI("text=Affiliates;url=affiliates.asp;");
//aI("text=Support;showmenu=Support;");
aI("text=Support;url=support.asp;");
}
with(milonic=new menuname("Members")){
style=vertStyle;
overflow="scroll";
top="offset=2";
margin=3;
aI("text=Log In;url=https://www.myeasytalk.com/nz/default.asp?PageName=login.asp;target=_parent;");
//aI("text=Refer-a-Friend;url=referafriend.asp;");
aI("text=Benefits;url=https://www.myeasytalk.com/nz/default.asp?PageName=membership.asp&raf=&ref=;target=_parent;");
aI("text=Sign Up FREE;url=https://www.myeasytalk.com/nz/default.asp?PageName=membership.asp&raf=&ref=;target=_parent;");
}
with(milonic=new menuname("Buy")){
style=vertStyle;
overflow="scroll";
top="offset=2"
margin=3
aI("text=Recharge
Add funds to your existing
EasyTalk pre-paid card;url=https://www.myeasytalk.com/nz/default.asp?PageName=enter_details.asp;image=menu/images/dollar.gif;target=_parent;");
aI("text=Purchase
Buy for yourself or as a gift;url=https://www.myeasytalk.com/nz/default.asp?PageName=purchase.asp;image=menu/images/dollar.gif;target=_parent;");
}
with(milonic=new menuname("Support")){
style=vertStyle;
overflow="scroll";
top="offset=2"
margin=3
aI("text=What Is EasyTalk?;url=whoiseasycall.asp;");
aI("text=How to Use EasyTalk;url=howtouse.asp;");
aI("text=Frequently Asked Questions;url=faq.asp;");
aI("text=Contact Us;url=contactus.asp;");
}
with(milonic=new menuname("AccessNumbers")){
style=vertStyle;
overflow="scroll";
top="offset=2"
margin=3
aI("text=North Island;url=accessnumbers.asp;");
aI("text=South Island;url=accessnumbers_south.asp;");
aI("text=National Toll-Free;url=accessnumbers_tollfree.asp;");
aI("text=International Toll-Free;url=accessnumbers_tollfree.asp;");
}
drawMenus();