ordernumber="";//Once you have licensed FX Menu, the order number will be sent to you by share-it!.
emptyimage="image/transparent.gif";// Transparent image in gif format.
showdelay=200;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=800;//Time delay before submenus are hidden. Unit is milliseconds.
/*Start Style Declarations*/
with(itemStyle=new fxstyle()){
width=140;
height=17;
fontsize="8pt";
color="#CCCC66";
coloron="#000000";
bgcoloron="#CCCC99";
bgcolor=NN4?"none":"transparent";
fontfamily="Verdana,Arial";
paddingleft=3;
paddingtop=2;
arrowright=20;
arrowtop=1;
}
with(mainStyle=new fxmenustyle()){
filterover="GradientWipe(WipeStyle=2,motion='forward',duration=0.5);";
filterout="GradientWipe(WipeStyle=2,motion='reverse',duration=0.5);";
menuborderwidth=1;
menubordercolor="#FBDF95";
highlightpath=true;
wiseposition=true;
}
imageStyle=new cloneStyle(itemStyle);
imageStyle.paddingleft=0;
imageStyle.paddingtop=0;
with(new fxmenu("Lord Of The Rings")){
style=imageStyle;
menustyle=mainStyle
visible=true;
position="relative";
top=170;
left=59;
height=17;
orientation="horizontal";
menubgimage="image/lotr/lotrbg.jpg";
menumargin=10;
fx("image=image/lotr/thefilms.gif;imageon=image/lotr/thefilmson.gif;show=theFilms;width=116;top=120;");
fx("image=image/lotr/thelegend.gif;imageon=image/lotr/thelegendon.gif;show=theLegend;width=128;top=120;");
fx("bgimage=image/lotr/jointhering.gif;bgimageon=image/lotr/jointheringon.gif;show=joinTheRing;top=120;");
}
darkStyle=new cloneStyle(itemStyle);
darkStyle.bgcolor="#000000";
darkMenuStyle=new cloneStyle(mainStyle);
darkMenuStyle.separatorsize=1;
darkMenuStyle.separatorcolor="#FFFFFF";
with(new fxmenu("theFilms")){
style=darkStyle;
menustyle=darkMenuStyle
width=110;
menubgimage="image/lotr/subbg.jpg";
menumargin=4;
direction="up";
fx("text=The Story;");
fx("text=Behind the Film;");
fx("text=News & Events;");
fx("text=Exclusives;");
}
with(new fxmenu("theLegend")){
style=darkStyle;
menustyle=darkMenuStyle
width=120;
menubgimage="image/lotr/subbg.jpg";
menumargin=4;
direction="up";
fx("text=Galleries;");
fx("text=Downloads;");
fx("text=Explore the Epic;");
fx("text=Inside the Effects;");
}
with(new fxmenu("joinTheRing")){
style=darkStyle;
menustyle=darkMenuStyle
width=110;
menubgimage="image/lotr/subbg.jpg";
menumargin=4;
direction="up";
fx("text=Soundtrack;");
fx("text=Shop & Auction;");
fx("text=Community;");
fx("text=Partners;");
}
buildMenus();
|