/* 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=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=1 // The time delay before menus open on mouse over _subOffsetTop=0 // Sub menu top offset _subOffsetLeft=0 // Sub menu left offset with(menuStyle=new mm_style()){ //image="#"; //menubgimage="#"; onbgcolor="#409E78"; oncolor="#FFFFFF"; offbgcolor="#7FBEA5"; offcolor="#14003F"; bordercolor="#FFFFFF"; borderstyle="solid"; borderwidth=1; separatorcolor="#FFFFFF"; separatorsize="1"; padding=4; fontsize="12"; fontstyle="normal"; fontweight="normal"; fontfamily="Arial, helvetica, sanserif"; pagecolor="#000000"; pagebgcolor="#BFDED2"; //headercolor="#00CC00"; //headerbgcolor="#ffffff"; //subimage="#"; //subimagepadding="#"; //overfilter="Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)"; //Fade(duration=0.2); //outfilter="randomdissolve(duration=0.3)"; } with(subMenuStyle=new mm_style()){ //image="#"; onbgcolor="#7FBEA5"; oncolor="#ffffff"; offbgcolor="#BFDED2"; offcolor="#000000"; bordercolor="#007D4B"; borderstyle="solid"; borderwidth=1; separatorcolor="#007D4B"; separatorsize="1"; padding=4; fontsize="12"; fontweight="normal"; fontstyle="normal"; fontfamily="Arial, helvetica, sanserif"; //pagecolor="#000000"; //pagebgcolor="#C3DDF6"; //headercolor="#00CC00"; //headerbgcolor="#ffffff"; //subimage="#"; //subimagepadding="2"; //overfilter="Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)'"; //Fade(duration=0.2); //outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Root do not edit")){ style=menuStyle;screenposition="top;left";top="offset=110";left=4;alwaysvisible=1; aI("text=Home;showmenu=Home;status=Home;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/index.htm;") aI("text=Buy Online;showmenu=Buy Online;status=Buy Online;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/viewallcategories.asp;") aI("text=Products & Services;showmenu=Products & Services;status=Products & Services;url=#;") aI("text=Further Information;showmenu=Further Information;status=Further Information;url=#;") aI("text=Contact Us;showmenu=Contact Us;status=Contact Us;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/contact.htm;") } with(milonic=new menuname("Home")){ } with(milonic=new menuname("Buy Online")){ } with(milonic=new menuname("Products & Services")){ style=subMenuStyle;overflow="scroll"; aI("text=Milling ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=241;") aI("text=Joinery ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=242;") aI("text=Mouldings ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=243;") aI("text=Sheet Materials ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=244;") aI("text=Doors ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=245;") aI("text=Decking ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=246;") aI("text=Log Cabins ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=247;") aI("text=Timber Types ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=248;") } with(milonic=new menuname("Further Information")){ style=subMenuStyle;overflow="scroll"; aI("text=Collection or Delivery ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=181;") aI("text=Cancellations & Refunds ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=183;") aI("text=Your Privacy & Security ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=240;") aI("text=Chain of Custody ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=182;") aI("text=FAQs ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=185;") aI("text=Industry Links ;url=http://websites.uk-plc.net/Frank_R_Pratt_Ltd/asp/epage.asp?pageID=184;") } with(milonic=new menuname("Contact Us")){ } drawMenus();