/* 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=0 // Sub menu top offset _subOffsetLeft=0 // Sub menu left offset with(menuStyle=new mm_style()){ //onbgcolor="#DCDDDF"; //oncolor="#ffffff"; //offbgcolor="#DCDDDF"; //offcolor="#515151"; //bordercolor="#296488"; //borderstyle="solid"; //borderwidth=1; //separatorcolor="#2D729D"; //separatorsize="1"; padding=0; //fontsize="75%"; fontstyle="normal"; //fontfamily="Verdana, Tahoma, Arial"; pagecolor="black"; //pagebgcolor="#82B6D7"; headercolor="#000000"; headerbgcolor="#ffffff"; //subimage="assets/dynmenu/arrow.gif"; //subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=100))"; outfilter="randomdissolve(duration=0.3)"; } with(child1=new mm_style()){ onbgcolor="#8cc63f"; oncolor="#ffffff"; offbgcolor="#F5F5F5"; offcolor="#0b9444"; bordercolor="#8cc63f"; borderstyle="solid"; borderwidth=1; separatorcolor="#B2B3B7"; separatorsize="1"; padding=5; //fontsize="75%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="ffffff"; pagebgcolor="#8cc63f"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="assets/dynmenu/arrow.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=90))"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("a2")){ style=child1; menuwidth="150"; aI("text=About NetPlayTV;url=about.jsp;status=About NetPlayTV;"); aI("text=Directors;url=directors.jsp;status=Directors;"); aI("text=Corporate Governance;url=governance.jsp;status=Corporate Governance;"); } with(milonic=new menuname("a3")){ style=child1; menuwidth="150"; aI("text=Commercial Website;url=commercial.jsp;status=Commercial Website;"); } with(milonic=new menuname("a4")){ style=child1; menuwidth="150"; aI("text=Financial Reports;url=reports.jsp;status=Financial Reports;"); aI("text=News Centre;url=news.jsp;status=News Centre;"); aI("text=NOMAD;url=brokers.jsp;status=NOMAD;"); aI("text=Share Information;url=IAshareprice.jsp;status=Share Information;"); aI("text=Events Calendar;url=events.jsp;status=Events Calendar;"); aI("text=Email News Alert;url=alerts.jsp;status=Email News Alert;"); aI("text=Investor Contacts;url=contacts.jsp;status=Investor Contacts;"); aI("text=Aim Rule 26;url=aimRule26.jsp;status=Aim Rule 26;"); } with(milonic=new menuname("a5")){ style=child1; menuwidth="150"; aI("text=Find Us;url=contactus.jsp;status=Find Us;"); } drawMenus();