


_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=20            // 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=5               // Only needed for Netscape 4.x
_scrollDelay=0              // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#C0C0C0";
oncolor="#640000";
offbgcolor="#ffffff";
offcolor="#003366";
bgimage="";
bordercolor="#dcdcdc";
borderstyle="solid";
menubgimage="";
borderwidth=1;
separatorcolor="#dcdcdc";
separatorsize="1";
alignment="center"; 
padding=5;
fontsize="70%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#948A8A";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#777777', Direction=120, Strength=2)";
outfilter="randomdissolve(duration=0.2)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
menuwidth="748";
top=0;
left=0;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=<center>home;url=main.html;status=Back To Home Page;");
aI("text=<center>news;url=news_uk.html;status=news about Lumen;");
aI("text=<center>approach;url=approach.html;status=approach;");
aI("text=<center>products;showmenu=Products;");
aI("text=<center>reviews;url=reviews_uk.html;status=reviews;");
aI("text=<center>listen;url=listen_uk.html;status=where tu buy;");
aI("text=<center>insights;url=insights_uk.html;status=insights;");
aI("text=<center>legacy ;showmenu=legacy;status=old products page;");
aI("text=<center>contact;url=contact_uk.html;status=contact;");
}



with(milonic=new menuname("Philosopy")){
style=menuStyle;
overflow="scroll";
aI("text=Philosopy;url=pholosopy_uk.html;status=Philosopy;");
aI("text=Mission;url=aaa_uk.html;status=Mission;");
}


with(milonic=new menuname("news")){
style=menuStyle;
overflow="scroll";
aI("text=<center>coming soon;url=pholosopy_uk.html;status=coming soon;");
aI("text=<center>coming soon;url=pholosopy_uk.html;status=coming soon;");
}


with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=<center>aquila;url=aquila_uk.html;status=aquila;");
aI("text=<center>artisan;url=artisan_uk.html;status=artisan;");
aI("text=<center>silverflame;url=silverflame_d_uk.html;status=silverflame;");
aI("text=<center>mystere;url=mystere_uk.html;status=mystere;");
}

with(milonic=new menuname("legacy")){
style=menuStyle;
overflow="scroll";
aI("text=<center>products ;showmenu=legacyproducts;");
}

with(milonic=new menuname("legacyproducts")){
style=menuStyle;
overflow="scroll";
aI("text=<center>diamondlight;url=diamondlight_uk.html;status=diamondlight;");
aI("text=<center>whitelight d;url=whitelight_d_uk.html;status=whitelight d;");
aI("text=<center>whiteflame d;url=whiteflame_d_uk.html;status=whiteflame d;");
}

with(milonic=new menuname("listen")){
style=menuStyle;
overflow="scroll";
aI("text=<center>Europe;url=index_uk.html;status=Europe;");
aI("text=<center>Usa-Mexico;url=index_uk.html;status=Usa-Mexico;");
aI("text=<center>China;url=index_uk.html;status=China;");
}


with(milonic=new menuname("gallery")){
style=menuStyle;
overflow="scroll";
aI("text=diamondlight;url=galle4ry;status=diamondlight;");
aI("text=whitelight d;url=galle5ry;status=whitelight d;");
aI("text=whiteflame d;url=gal5lery;status=whiteflame d;");
aI("text=silverflame ;url=galle7ry;status=silverflame;");
aI("text=aquila;url=galle8ry;status=fill text;");
}


with(milonic=new menuname("Job Opportunities")){
style=menuStyle;
overflow="scroll";
aI("text=Work with us;url=index_uk.htm;status=****;");
}

with(milonic=new menuname("Lumen White")){
style=menuStyle;
overflow="scroll";
aI("text=test;url=;status=test;");
aI("text=test;url=;status=test;");
aI("text=test;url=;status=test;");
aI("text=test;url=;status=test;");
aI("text=test;url=;status=test;");
}

drawMenus();

