_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(menuStyle=new mm_style()){ onbgcolor="#24786B"; oncolor="#ffffff"; offbgcolor="#FFFFFF"; offcolor="#24786B"; bordercolor="#24786B"; borderstyle="solid"; borderwidth=1; separatorcolor="#CCCCCC"; separatorsize="3"; padding=5; fontsize="100%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor="black"; pagebgcolor="#FFFFFF"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="http://www.jakoproductions.com/images/arrow_sub.gif"; onsubimage="http://www.jakoproductions.com/images/arrow_sub_on.gif"; subimagepadding="2"; overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.3)"; } //DYNAMIC MENU DATA HERE //LIST MAINLINKS FOR 'MAIN MENU with(milonic=new menuname("Main Menu")){ style=menuStyle; top=35; left=2; alwaysvisible=1; orientation="horizontal"; aI("text=Music;showmenu=sub27;"); aI("text=About Us;url=main.asp?sID=11&page=about_us;target=_self;"); aI("text=Guestbook;url=http://www.jakoproductions.com/guestbook;target=_self;"); aI("text=Gallery;url=http://www.jakoproductions.com/photo_gallery.asp;target=_self;"); aI("text=E-mail Us;url=http://www.jakoproductions.com/email_us.asp;target=_self;"); } with(milonic=new menuname("sub27")){ style=menuStyle; margin=10; aI("text=Freedom;showmenu=sub28;"); aI("text=Changes In Tyme;showmenu=sub33;"); aI("text=Jah No Dead;showmenu=sub36;"); } with(milonic=new menuname("sub28")){ style=menuStyle; margin=10; aI("text=Record Label Review;url=http://www.jakoproductions.com/main.asp?sID=12&page=freedom;target=_self;"); aI("text=Song By Song Review;url=http://www.jakoproductions.com/main.asp?sID=12&page=song_by_song_review;target=_self;"); aI("text=Itooba;url=http://www.jakoproductions.com/main.asp?sID=12&page=itoobaa;target=_self;"); aI("text=Buy CD;url=http://www.cdbaby.com/itoobaa;target=_blank;"); } with(milonic=new menuname("sub33")){ style=menuStyle; margin=10; aI("text=Record Label Review;url=http://www.jakoproductions.com/main.asp?sID=12&page=changes_in_tyme;target=_self;"); aI("text=Buy CD;url=http://www.cdbaby.com/cd/jeanseverin;target=_blank;"); } with(milonic=new menuname("sub36")){ style=menuStyle; margin=10; aI("text=Record Label Review;url=http://www.jakoproductions.com/main.asp?sID=12&page=jah_no_dead;target=_self;"); }