
/*
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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(windows98style=new mm_style()){
onbgcolor="#00007F";
oncolor="#FFFFFF";
offbgcolor="#eeeeee";
offcolor="#000000";
bordercolor="#BFBFBF";
borderstyle="raised";
borderwidth=2;
separatorsize="2";
padding=4;
fontsize="75%";
fontfamily="tahoma, verdana";
high3dcolor="#eeeeee";
low3dcolor="#7F7F7F";
swap3d="1";
}


<!-- Main menu -->
with(milonic=new menuname("Main Menu")){
style=windows98style;
top=1;
left=350;
alwaysvisible=1;
imageheight=20;
orientation="horizontal";
aI("text=HOME;url=../remember.html;status=Back To "Remember" page;");
aI("text=Colonial;showmenu=colonial;");
aI("text=Victorian;showmenu=victorian;");
aI("text=Modern;showmenu=modern;");

}

<!-- Colonial -->
with(milonic=new menuname("colonial")){
style=windows98style;
aI("text=Colonial ;url=col/colonial.html;");
<!-- ("text=description;url=some.html;"); -->aI

}

<!-- Victorian -->
with(milonic=new menuname("victorian")){
style=windows98style;
aI("text=Victorian;url=../vic/victorian.html;");
<!-- aI("text=description;url=some.html;"); -->

}


<!-- Modern -->
with(milonic=new menuname("modern")){
style=windows98style;
aI("text=modern;url=../mod/modern.html;");
<!-- aI("text=description;url=some.html;"); -->
}

drawMenus();


