/*
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=0; // Sub menu top offset
_subOffsetLeft=-2; // Sub menu left offset
with(menuStyle=new mm_style()){
onbgcolor="#928A63";
oncolor="#ffffff";
offbgcolor="#B1A674";
offcolor="#ffffff";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Arial";
fontweight="bold";
pagecolor="#000000";
subimage="/menu/arrow.gif";
subimagepadding="2";
itemheight="20";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
borderwidth=1;
bordercolor="#000000";
borderstyle="solid";
separatorheight=1;
separatorsize=1;
separatorcolor="#000000";
}
with(milonic=new menuname("menu_5")){
style=menuStyle;
overflow="scroll";
itemwidth=200;
aI("text=All About Mortgages;url=/page.asp?pageid=0|5|10&id=0|all_about_mortgages");
aI("text=Seminars;url=/page.asp?pageid=0|5|11&id=0|seminars;showmenu=menu_11");
aI("text=Mortgage Calculator;url=/mortgage_calc.asp");
aI("text=Glossary;url=/page.asp?pageid=0|5|13&id=0|glossary");
}
with(milonic=new menuname("menu_11")){
style=menuStyle;
overflow="scroll";
itemwidth=200;
aI("text=Register Now;url=/formbuilder/form_builder.asp?pageid=0|5|11|14&form_id=1");
}
drawMenus();