
//*********************** SUB NAVIGATION LAYOUT ***********************//
//*********************************************************************//

_menuCloseDelay=0;           // 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=0;            // Sub menu left offset

// ----------------------- SUB NAVIGATION MENUS -----------------------//

with(milonic=new menuname('products')) { 
	style=submenuStyle;
	menuwidth=210;
	margin=5;
	aI("text=CREDIT CARDS;url=index.php?pageId=credit-cards;status=;");
	aI("text=MOTOR VEHICLE FINANCE;url=index.php?pageId=motor-vehicle-finance;status=;");
	aI("text=HOME LOANS;url=index.php?pageId=home-loans;status=;");
		aI("text=NON-CONFORMING HOME LOANS;url=index.php?pageId=non-conforming;status=;");
	aI("text=COMMERCIAL LENDING;url=index.php?pageId=commercial-lending;status=;");
}
with(milonic=new menuname('wyntk')) { 
	style=submenuStyle;
	menuwidth=210;
	margin=5;
	aI("text=HOME PURCHASING;url=index.php?pageId=home-purchasing;status=;");
	aI("text=REFINANCE;url=index.php?pageId=refinance;status=;");
	aI("text=DEBT CONSOLIDATION;url=index.php?pageId=debt-consolidation;status=;");
	aI("text=HOME IMPROVEMENT;url=index.php?pageId=home-improvement;status=;");
}
with(milonic=new menuname('loanTools')) { 
	style=submenuStyle;
	menuwidth=210;
	margin=5;
	aI("text=LOAN CALCULATOR;url=index.php?pageId=loan-calculator;status=;");
	aI("text=STAMP DUTY CALCULATOR;url=index.php?pageId=stamp-duty-calculator;status=;");
	aI("text=BUDGET CALCULATOR;url=index.php?pageId=budget-calculator;status=;");
}


