_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=Columnists;onfunction=showtip('The Jako Columnists');showmenu=sub77;"); aI("text=Gallery;onfunction=showtip('Photo Gallery');showmenu=sub87;"); aI("text=St. Lucian Artists;onfunction=showtip('Prominent St. Lucian Artists');showmenu=sub84;"); aI("text=4th World;url=main.asp?sID=12&page=4th_world;target=_self;onfunction=showtip('4th World Reggae Band');"); aI("text=Press Releases;url=main.asp?sID=11&page=pressreleases;target=_self;onfunction=showtip('Jako Productions Press Releases');"); } with(milonic=new menuname("sub77")){ style=menuStyle; margin=10; aI("text=Modeste Downes;url=main.asp?sID=11&page=downes_column;target=_self;onfunction=showtip('The Modeste Downes Column');"); aI("text=Peter Lansiquot;url=main.asp?sID=11&page=thejakospeaks;target=_self;onfunction=showtip('Peter Lansiqout Column');"); aI("text=Anderson Reynolds;url=main.asp?sID=11&page=the_reynolds_column;target=_self;onfunction=showtip('Anderson Reynolds Column');"); aI("text=Jacques Compton;url=main.asp?sID=11&page=jacquescompton;target=_self;onfunction=showtip('Articles by Jacques Compton');"); } with(milonic=new menuname("sub84")){ style=menuStyle; margin=10; aI("text=Writers;url=main.asp?sID=11&page=lucianwriters;target=_self;onfunction=showtip('Prominent St. Lucian Writers');"); aI("text=Visual Artists;url=main.asp?sID=11&page=lucianvisualartists;target=_self;onfunction=showtip('Prominent St. Lucian Visual Artists');"); aI("text=Culture Heroes;url=main.asp?sID=15&page=cultureheroes;target=_self;onfunction=showtip('Declared Culture Heroes of St. Lucia');"); } with(milonic=new menuname("sub87")){ style=menuStyle; margin=10; aI("text=Scenic St. Lucia;onfunction=showtip('Scenic Views from Around St. Lucia');showmenu=sub88;"); aI("text=Events;onfunction=showtip('Literary, musical, and cultural events');showmenu=sub94;"); aI("text=Jako Models;onfunction=showtip('Models, Jako Modeling Agency');showmenu=sub96;"); } with(milonic=new menuname("sub88")){ style=menuStyle; margin=10; aI("text=Vieux Fort;url= http://www.jakoproductions.com/photo_gallery.asp?category=Vieux%20Fort;target=;onfunction=showtip('Images of Vieux Fort');"); aI("text=castries;url=http://www.jakoproductions.com/photo_gallery.asp?category=castries;target=;onfunction=showtip('Images of castries');"); } with(milonic=new menuname("sub94")){ style=menuStyle; margin=10; aI("text=Launch of Canticles;url=http://www.jakoproductions.com/photo_gallery.asp?category=Launch%20of%20Canticles;target=;onfunction=showtip('The Launching of Canticles');"); aI("text=1st Jako Live Jamz;onfunction=showtip('Jako Productions 1st Live Jamz in your Neighborhood');showmenu=sub98;"); } with(milonic=new menuname("sub96")){ style=menuStyle; margin=10; aI("text=Christi ;url=http://www.jakoproductions.com/photo_gallery.asp?category=Christi St Rose;target=;onfunction=showtip('Jako Models');"); aI("text=Dornalie Charles;url= http://www.jakoproductions.com/photo_gallery.asp?category=Dornalie%20Charles;target=;onfunction=showtip('Jako Modeling Agency');"); } with(milonic=new menuname("sub98")){ style=menuStyle; margin=10; aI("text=The Fans;url=http://www.jakoproductions.com/photo_gallery.asp?category=Fans;target=_self;onfunction=showtip('Fans at Jako Productions 1st Live Jamz in your Neighborhood');"); }