
ordernumber="";//Once you have licensed FX Menu, the order number will be sent to you by share-it!.

emptyimage="images/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=20;
color="#dd0000";
coloron="#000000";
bgcolor="#000000";
bgcoloron="#ffffff";
fontsize="8pt";
fontfamily="Verdana,Arial";
paddingtop=1;
paddingleft=3;
arrow="images/arrowred.gif";
arrowon="images/arrowblack.gif";
arrowright=20;
arrowtop=1;
bgimage="images/bg_80_red.gif";
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=90)";
menubgcolor="#dd0000";
menuborderwidth=1;
menubordercolor="#000000";
separatorsize=1;
separatorcolor="#000000";
highlightpath=true;
wiseposition=true;
position="relative";
menubgimage="images/bg_80_red.gif";
}


