/* Milonic DHTML Menu - JavaScript Website Navigation System. Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved. Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products This is a commercial software product, please visit http://www.milonic.com/ for more information. See http://www.milonic.com/license.php for Commercial License Agreement All Copyright statements must always remain in place in all files at all times ******* PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE ******* */ _menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(mainMenuStyle=new mm_style()){ oncolor="#000000"; offcolor="#555555"; bordercolor="#296488"; separatorcolor="#333333"; separatorsize="0"; padding=4; fontsize="8pt;"; fontweight="bold"; fontstyle="normal"; fontfamily="Tahoma, Verdana,Arial"; pagecolor="#222222"; headercolor="#000000"; headerbgcolor="#555555"; subimagepadding="2"; } with(menuStyle=new mm_style()){ onbgcolor="#C9B95F"; oncolor="#ffffff"; offbgcolor="#DDDDDD"; offcolor="#000000"; bordercolor="#555555"; borderstyle="solid"; borderwidth=1; separatorcolor="#555555"; separatorsize="1"; padding=5; fontsize="8pt"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#000000"; pagebgcolor="#DDDDDD"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="arrow.gif"; subimagepadding="2"; overfilter="Shadow(color='#000000', Direction=135, Strength=5)"; } with(milonic=new menuname("Main Menu")){ style=mainMenuStyle; top=78; left=188; alwaysvisible=1; orientation="horizontal"; aI("text=首頁 /;url=index.cfm;status=Home Page;"); aI("text=ASR會員區 /;showmenu=Members;"); aI("text=ASR團隊 /;url=dsp_page.cfm?pid=p_team;status=The Team;"); aI("text=成為會員 /;showmenu=JoinNow;"); aI("text=常見問題解答 /;showmenu=FAQ;"); //aI("text=Education /;showmenu=Education;"); aI("text=聯係我們 /;url=dsp_page.cfm?pid=p_contactus;status=Contact Us;"); //aI("text=Careers /;url=dsp_page.cfm?pid=p_careers;status=Careers;"); aI("text=會員頌詞 /;url=dsp_page.cfm?pid=p_testimonials;status=Testimonials;"); aI("text=更多信息;showmenu=More;"); } with(milonic=new menuname("Members")){ style=menuStyle; //aI("text=Login;url=dsp_login.cfm;"); aI("text=會員之家;url=dsp_memberhome.cfm;"); //aI("text=最新每日證券報告;url=dsp_report.cfm;"); aI("text=最新每週證券報告;url=dsp_report_chinese_weekly.cfm;"); //aI("text=最新差價合同CFD短期交易報告;url=dsp_report_derivatives.cfm;"); //aI("text=報告存檔;url=dsp_archives.cfm;"); aI("text=過往交易成績;url=dsp_trading_performance.cfm;"); //aI("text=Back-Up Support;url=dsp_support.cfm;"); //aI("text=Trading Seminars;url=dsp_seminars.cfm;"); //aI("text=Data Subscriptions;url=dsp_datasubs.cfm;"); } with(milonic=new menuname("Samples")){ style=menuStyle; aI("text=Recent Trades;url=dsp_trades.cfm;"); aI("text=Sample Reports;url=dsp_samples.cfm;"); } with(milonic=new menuname("JoinNow")){ style=menuStyle; aI("text=成為會員;url=http://www.australianstockreport.com.au/dsp_join.cfm;"); aI("text=免費試用報告;url=http://www.australianstockreport.com.au/dsp_trial.cfm;"); } with(milonic=new menuname("FAQ")){ style=menuStyle; aI("text=常見問題解答;url=dsp_page.cfm?pid=p_faq_g;"); aI("text=常見技術問題解答;url=dsp_page.cfm?pid=p_faq_t;"); } with(milonic=new menuname("Education")){ style=menuStyle; aI("text=Shares;url=dsp_page.cfm?pid=p_edu_shares;"); aI("text=Options;url=dsp_page.cfm?pid=p_edu_options;"); aI("text=Choosing a Stockbroker;url=dsp_page.cfm?pid=p_edu_broker;"); aI("text=Past Lessons;url=dsp_pastlessons.cfm;"); } with(milonic=new menuname("More")){ style=menuStyle; aI("text=ASR用戶指南;url=dsp_guide.cfm;"); aI("text=金融服務指南;url=dsp_financeguide.cfm;"); //aI("text=Glossary;url=dsp_page.cfm?pid=p_glossary;"); aI("text=隱私政策;url=dsp_page.cfm?pid=privacypolicy;"); aI("text=條款及細則;url=dsp_page.cfm?pid=terms;"); } drawMenus();