//
_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=ホーム;url=home.asp;");
aI("text=メンバー様;showmenu=Members;");
aI("text=イージートークを購入;showmenu=Buy;");
aI("text=アクセスナンバー;url=accessnumbers_tollfree.asp;");
aI("text=通話料金;url=rates.asp;");
//aI("text=Affiliates;url=affiliates.asp;");
//aI("text=サポート;showmenu=Support;");
aI("text=サポート;url=support.asp;"); // Support
}
with(milonic=new menuname("Members")){
style=vertStyle;
overflow="scroll";
top="offset=2";
margin=3;
aI("text=ログイン;url=https://www.myeasytalk.com/nz/default.asp?PageName=login.asp;target=_parent;");
//aI("text=お友達紹介;url=referafriend.asp;");
aI("text=メンバー特典;url=https://www.myeasytalk.com/nz/default.asp?PageName=membership.asp&raf=&ref=;target=_parent;");
aI("text=サインアップ(無料);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=追加リチャージ
お客様のイージートークプリペイドカードに
金額を追加します;url=https://www.myeasytalk.com/nz/default.asp?PageName=enter_details.asp;image=menu/images/dollar.gif;target=_parent;");
aI("text=カードの購入
自分で使用するため、
またはプレゼント用に購入;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=イージートークとは?;url=whoiseasycall.asp;");
aI("text=イージートークの使い方;url=howtouse.asp;");
aI("text=よくあるご質問(FAQ);url=faq.asp;");
aI("text=お問い合わせ;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();