
/*
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=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#A7CBF2";
oncolor="#0C239B";
offcolor="#ffffff";
offbgcolor="transparent";
bordercolor="#296488";
borderwidth=0;
padding=4;
separatorcolor="#4F637D";
separatorsize=1;
fontsize="10pt";
fontstyle="normal";
fontweight=900;
fontfamily="Verdana, Tahoma, Arial";
align="center";
menubgimage="images/bar.jpg";
}
with(menuStyleSub=new mm_style()){
onbgcolor="#A7CBF2";
oncolor="#0C239B";
offcolor="#ffffff";
offbgcolor="#A7CBF2";
bordercolor="#296488";
borderwidth=0;
padding=4;
separatorcolor="#4F637D";
separatorsize=1;
fontsize="10pt";
fontstyle="normal";
fontweight=900;
fontfamily="Verdana, Tahoma, Arial";
align="center";
}

with(milonic=new menuname("Main Menu")){
screenposition="center";
style=menuStyle;
top=91;
menuwidth=778;
menuheight=28;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.asp;status=Back To Home Page;");
aI("text=Catalogues;showmenu=Catalogue");
aI("text=Asset Sales;showmenu=AssetSales;");
aI("text=Services;url=services.asp;status=Services;");
aI("text=FAQs;url=faq.asp;status=FAQs");
aI("text=About Us;url=aboutus.asp;status=About Us;");
aI("text=Contact Us;url=contact.asp;status=Contact Us;");
aI("text=Links;url=links.asp;status=Links;");
}

with(milonic=new menuname("Catalogue")){
style=menuStyleSub;
aI("text=General Auction;url=Catalogue.asp;status=Auction;");
}

with(milonic=new menuname("AssetSales")){
style=menuStyleSub;
aI("text=Auction;url=Assetsales.asp?asset=1;status=Auction;");
aI("text=Tender;url=Assetsales.asp?asset=2;status=Tender;");
aI("text=Private Treaty;url=Assetsales.asp?asset=3;status=Private Treaty;");
aI("text=Properties;url=Assetsales.asp?asset=4;status=Properties;");
aI("text=Business;url=Assetsales.asp?asset=5;status=Business;");
}



drawMenus();

