/* Milonic DHTML Menu - JavaScript Website Navigation System. Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved. Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products This is a commercial software product, please visit http://www.milonic.com/ for more information. See http://www.milonic.com/license.php for Commercial License Agreement All Copyright statements must always remain in place in all files at all times ******* PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE ******* */ _menuCloseDelay=0 // The time delay for menus to remain visible on mouse out _menuOpenDelay=100 // The time delay before menus open on mouse over _subOffsetTop=0 // Sub menu top offset _subOffsetLeft=0 // Sub menu left offset //top level styles with(menuStyle=new mm_style()){ //image="http://images.uk-plc.net/templates/GBRSports/images/divider.gif"; //menubgimage="http://websites.uk-plc.net/yu-gi-oh_trading_cards_limited/asp/linkbg.gif"; onbgcolor="#8B211D"; oncolor="#FFFFFF"; offbgcolor="#D80303"; offcolor="#FFFFFF"; bordercolor="#00004F"; borderstyle="solid"; borderwidth=0; align="left"; separatorcolor="#7B0101"; separatorsize="1"; padding=3; fontsize="13px"; fontstyle="normal"; //fontweight="bold"; fontfamily="Arial, Helvetica, sans-serif"; pagecolor="#C02D27"; pagebgcolor="#D1D8F0"; //headercolor="#00CC00"; //headerbgcolor="#ffffff"; orientation="vertical"; //subimage="http://images.uk-plc.net/templates/GBRSports/images/divider.gif"; //subimagepadding="2"; //overfilter="Alpha(opacity=10)"; //Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5) //outfilter="randomdissolve(duration=0.3)"; } //level 2 styles with(level2MenuStyle=new mm_style()){ //image="http://websites.uk-plc.net/yu-gi-oh_trading_cards_limited/images/bullet.gif"; onbgcolor="#FFFFFF"; oncolor="#CC0000"; offbgcolor="#DBDBE6"; offcolor="#000066"; bordercolor="#000066"; borderstyle="solid"; borderwidth=1; separatorcolor="#000066"; separatorsize="1"; padding=4; fontsize="12px"; fontweight="normal"; fontstyle="normal"; fontfamily="Arial, Helvetica, sans-serif"; pagecolor="#000066"; pagebgcolor="#FFFFFF"; headercolor="#00CC00"; headerbgcolor="#ffffff"; //subimage="http://websites.uk-plc.net/yu-gi-oh_trading_cards_limited/images/arrow.gif"; //subimagepadding="2"; //overfilter="Alpha(opacity=99)"; //Fade(duration=0.15); outfilter="randomdissolve(duration=0.1)"; } //level 1 has been seperated out to relativemenutoplevel.asp for relative positioning //level 2 menus with(milonic=new menuname("catalogue")){ style=level2MenuStyle;menuwidth=110;overflow="scroll"; //aI("text=Skis;showmenu=Skis;status=Skis;url=http://purchasing.uk-plc.net/websites/menu.aspx?lngmenuid=36425;") } drawMenus();