


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
//onbgcolor="#4F8EB6";
onbgcolor="#ccccff";
//oncolor="#ffffff";
oncolor="#000000";
//offbgcolor="#DCE9F0";
offbgcolor="#ffffff";
offcolor="#6666CC";
//bordercolor="#296488";
bordercolor="#000066";
borderstyle="solid";
borderwidth=1; //1
separatorcolor="#2D729D";
separatorsize="1"; //1
padding=5;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menu/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=8)";
outfilter="randomdissolve(duration=0.3)";
openstyle="rtl";
align="center"
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=470; //470
left=575;
alwaysvisible=1;
orientation="vertical";
aI("imagealign=right;text=This is a demo website for<br>IT Trade Link Ltd<br>if you're in the IT industry - check out<br>www.ittradelink.co.uk<br>providing fully managed price & data feeds,<br> web shops, PC Quotation Systems, <br>Point-of-sale Pricelists and <br>Personalised Marketing Flyers.<br><font color='#FF0000'>Click here to visit www.ittradelink.com...</font>;url=http://www.ittradelink.com/;target=_blank;status=IT Trade Link;");
//<font face="Verdana"><font size="1">This is a demo website for IT Trade Link Ltd<br>if you're in the IT industry - check out</font> <a href="http://www.ittradelink.co.uk"><br><strong><font size="2">www.ittradelink.co.uk </font></strong></a><br><font size="1">providing fully managed price &amp; data feeds, web shops, PC Quotation Systems, Point-of-sale Pricelists and Personalised Marketing Flyers. </font></font>}
}



drawMenus();


