_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=10 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(menuStyle=new mm_style()){ onbgcolor="#FFAC04"; oncolor="#ffffff"; offbgcolor="#ffffff"; offcolor="#020B4E"; bordercolor="#ffffff"; borderstyle="solid"; borderwidth=0; separatorcolor="#F0F1FF"; separatorsize="1"; padding=2; fontsize="10px"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#ffffff"; pagebgcolor="#7A8801"; headercolor="#ffffff"; headerbgcolor="#020B4E"; subimage="includes/media_play.gif"; subimagepadding="2"; outfilter="randomdissolve(duration=0.3)"; } with(SubmenuStyle=new mm_style()){ onbgcolor="#FFAC04"; oncolor="#ffffff"; offbgcolor="#F0F1FF"; offcolor="#020B4E"; bordercolor="#020B4E"; borderstyle="solid"; borderwidth=1; separatorcolor="#020B4E"; separatorsize="1"; padding=3; fontsize="10px"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="#ffffff"; pagebgcolor="#7A8801"; headercolor="#020B4E"; headerbgcolor="#ffffff"; subimagepadding="2"; subimage="includes/media_play.gif"; overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#cccccc', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; top=2; left=2; alwaysvisible=1; itemwidth=155; followscroll=1; scrollable=1; overflow="scroll"; aI("text=Main;type=header;align=align;"); aI("text=Ratings - Home;url=index.php;"); aI("text=Knowfirst;url=http://www.knowfirst.info;"); aI("text=Media Spy;url=http://www.mediaspy.org;"); aI("text=Television;type=header;align=align;"); aI("text=Capital Cities
6pm to midnight;showmenu=SMenu1;"); aI("text=Capital Cities & Sub TV
6am to midnight;showmenu=Smenu3"); aI("text=Regional Areas
6pm to midnight;showmenu=SMenu2;"); aI("text=Radio;type=header;align=align;"); aI("text=Coming Soon;"); aI("text=;type=header;align=right;image=includes/MenuCurve.gif;"); } with(milonic=new menuname("SMenu1")){ style=SubmenuStyle;itemwidth=200;overflow="scroll"; aI("text=Weekly Results;showmenu=SMenu104;"); aI("text= - (2007) By City;showmenu=SMenu101;"); aI("text= - By Network;showmenu=SMenu102;"); aI("text=Daily Results;"); aI("text= - (2007) By Month;showmenu=SMenu103;"); } with(milonic=new menuname("SMenu101")){ style=SubmenuStyle;itemwidth=200;overflow="scroll"; aI("text=Sydney
ABC / Nine / SBS / Seven / Ten;url=tvc_citydetail.php?city=syd"); aI("text=Melbourne
ABC / Nine / SBS / Seven / Ten;url=tvc_citydetail.php?city=mel"); aI("text=Brisbane
ABC / Nine / SBS / Seven / Ten;url=tvc_citydetail.php?city=bne"); aI("text=Adelaide
ABC / Nine / SBS / Seven / Ten;url=tvc_citydetail.php?city=adl"); aI("text=Perth
ABC / Nine / SBS / Seven / Ten;url=tvc_citydetail.php?city=pth"); } with(milonic=new menuname("SMenu102")){ style=SubmenuStyle;itemwidth=200;overflow="scroll"; aI("text=ABC Television;url=tvc_netdetail.php?network=abc"); aI("text=Nine Network;url=tvc_netdetail.php?network=nine"); aI("text=SBS Television;url=tvc_netdetail.php?network=sbs"); aI("text=Seven Network;url=tvc_netdetail.php?network=seven"); aI("text=Network Ten;url=tvc_netdetail.php?network=ten"); } with(milonic=new menuname("SMenu103")){ style=SubmenuStyle;itemwidth=200;overflow="scroll"; aI("text=Whole Year;url=tvc_daily.php?month=all"); aI("text=January;url=tvc_daily.php?month=january"); aI("text=February;url=tvc_daily.php?month=february"); aI("text=March;url=tvc_daily.php?month=march"); aI("text=April;url=tvc_daily.php?month=april"); } with(milonic=new menuname("SMenu104")){ style=SubmenuStyle;itemwidth=200;overflow="scroll"; aI("text=2007;url=tvc_2007.php"); aI("text=2006;url=tvc_2006.php"); } with(milonic=new menuname("SMenu2")){ style=SubmenuStyle;itemwidth=200;overflow="scroll"; aI("text=Weekly Results;showmenu=SMenu203;"); aI("text=By Region;showmenu=SMenu201;"); aI("text=By Network;showmenu=SMenu202;"); } with(milonic=new menuname("SMenu201")){ style=SubmenuStyle;itemwidth=200;overflow="scroll"; aI("text=Northern NSW
ABC / NBN / SBS / Prime / SC Ten;url=tvr_regiondetail.php?region=nnsw"); aI("text=Southern NSW
ABC / WIN / SBS / Prime / SC Ten;url=tvr_regiondetail.php?region=snsw"); aI("text=Victoria
ABC / WIN / SBS / Prime / SC Ten;url=tvr_regiondetail.php?region=vic"); aI("text=Queensland
ABC / WIN / SBS / Seven / SC Ten;url=tvr_regiondetail.php?region=qld"); aI("text=Tasmania
ABC / WIN / SBS / Southern Cross;url=tvr_regiondetail.php?region=tas"); } with(milonic=new menuname("SMenu202")){ style=SubmenuStyle;itemwidth=200;overflow="scroll"; aI("text=ABC Television;url=tvr_netdetail.php?network=abc"); aI("text=NBN / WIN Television;url=tvr_netdetail.php?network=nbnwin"); aI("text=Prime / Seven Queensland;url=tvr_netdetail.php?network=prm7qld"); aI("text=SBS Television;url=tvr_netdetail.php?network=sbs"); aI("text=Southern Cross;url=tvr_netdetail.php?network=scb"); } with(milonic=new menuname("SMenu203")){ style=SubmenuStyle;itemwidth=200;overflow="scroll"; aI("text=2007;url=tvr_2007.php"); aI("text=2006;url=tvr_2006.php"); } with(milonic=new menuname("SMenu3")){ style=SubmenuStyle;itemwidth=200;overflow="scroll"; aI("text=By Week;url=tvc_2007sub.php;"); } drawMenus();