
	function mmLoadMenus() {
			if (window.mm_menu_mp) return;
			window.mm_menu_mp = new Menu("root",270,20,"Arial, Helvetica, sans-serif",12,"#ffffff","#0053a6","#8b1237","#ffffff","left","middle",3,0,500,-5,7,true,true,true,0,true,true);
			mm_menu_mp.addMenuItem("Fixed&nbsp;Rate&nbsp;Mortgages","location='fixed.aspx'");
			mm_menu_mp.addMenuItem("Variable&nbsp;Rate&nbsp;Mortgages","location='variable.aspx'");
			mm_menu_mp.addMenuItem("Pre-Approved&nbsp;Mortgages","location='preapproved.aspx'");
			mm_menu_mp.addMenuItem("Zero&nbsp;Down/100%&nbsp;Financing&nbsp;Mortgage","location='zerodown.aspx'");
			mm_menu_mp.addMenuItem("Self&nbsp;Employed&nbsp;Mortgage/No&nbsp;Income&nbsp;Qualifier","location='selfemployed.aspx'");
			mm_menu_mp.addMenuItem("Mortgage&nbsp;Renewal","location='mtgerenewal.aspx'");
			mm_menu_mp.addMenuItem("Debt&nbsp;Consolidation","location='debtconsol.aspx'");
			mm_menu_mp.addMenuItem("Home&nbsp;Equity&nbsp;Loans","location='homeequity.aspx'");
			mm_menu_mp.addMenuItem("Secured&nbsp;Visa&nbsp;Card","location='securedvisa.aspx'");
			mm_menu_mp.hideOnMouseOut=true;
			mm_menu_mp.menuBorder=0;
			mm_menu_mp.menuLiteBgColor='#060c00';
			mm_menu_mp.menuBorderBgColor='#060c00';
			mm_menu_mp.bgColor='#060c00';
			window.mm_menu_lc_sub = new Menu("Frequently&nbsp;Used&nbsp;Forms",270,20,"Arial, Helvetica, sans-serif",12,"#ffffff","#0053a6","#8b1237","#ffffff","left","middle",3,0,500,-75,0,true,true,true,0,true,true);
			mm_menu_lc_sub.addMenuItem("Blank&nbsp;Mortgage&nbsp;Application&nbsp;- Download & Fax In","location='forms/BlankMortgageApplication.pdf'");
			mm_menu_lc_sub.addMenuItem("TIPP's&nbsp;Program&nbsp;Application","location='forms/TheTIPPSProgramApplication.pdf'");
			mm_menu_lc_sub.addMenuItem("Employed&nbsp;Mortgage&nbsp;Checklist","location='forms/EmployedMortgageChecklist.pdf'");
			mm_menu_lc_sub.addMenuItem("Self-Employed&nbsp;Mortgage&nbsp;Checklist","location='forms/SelfEmployedMortgageChecklist.pdf'");
			mm_menu_lc_sub.addMenuItem("Gift&nbsp;Letter&nbsp;Template","location='forms/GiftLetterTemplate.pdf'");
			mm_menu_lc_sub.addMenuItem("Mortgage&nbsp;Verification&nbsp;Request","location='forms/MortgageVerificationRequest.pdf'");
			mm_menu_lc_sub.addMenuItem("Mortgage&nbsp;Discharge&nbsp;Statement&nbsp;Request","location='forms/MortgageDischargeStatementRequest.pdf'");
			mm_menu_lc_sub.addMenuItem("Stated&nbsp;Income&nbsp;Letter","location='forms/StatedIncomeLetter.pdf'");
			mm_menu_lc_sub.addMenuItem("Home&nbsp;Buyer&nbsp;Withdrawal&nbsp;Form","location='forms/HomeBuyersWithdrawl.pdf'");
			mm_menu_lc_sub.hideOnMouseOut=true;
			mm_menu_lc_sub.menuBorder=0;
			mm_menu_lc_sub.menuLiteBgColor='#060c00';
			mm_menu_lc_sub.menuBorderBgColor='#060c00';
			mm_menu_lc_sub.bgColor='#060c00';
			window.mm_menu_lc = new Menu("root",235,20,"Arial, Helvetica, sans-serif",12,"#ffffff","#0053a6","#8b1237","#ffffff","left","middle",3,0,500,0,0,true,true,true,0,true,true);
			mm_menu_lc.addMenuItem("CMHC&nbsp;&&nbsp;GE&nbsp;Capital&nbsp;Insurance","location='capitalinsurance.aspx'");
			mm_menu_lc.addMenuItem("TIPPS&nbsp;Program","location='tippsprogram.aspx'");
			mm_menu_lc.addMenuItem("Rate&nbsp;Holds","location='rateholds.aspx'");
			mm_menu_lc.addMenuItem("Payment&nbsp;Frequencies","location='paymentfrequencies.aspx'");
			mm_menu_lc.addMenuItem("Pre-Payment&nbsp;Privileges","location='prepaymentprivileges.aspx'");
			mm_menu_lc.addMenuItem("Home&nbsp;Buyer&nbsp;Plan","location='homebuyerplan.aspx'");
			mm_menu_lc.addMenuItem("Frequently&nbsp;Used&nbsp;Forms","location='forms.aspx'");	
			//mm_menu_lc.addMenuItem(mm_menu_lc_sub,"location='#");	
			//mm_menu_lc.addMenuItem("Don't have Adobe, download here it's free!","location='http://www.adobe.com/products/acrobat/readstep2.html'");	
			mm_menu_lc.addMenuItem("FAQ","location='faq.aspx'");
			mm_menu_lc.hideOnMouseOut=true;
			mm_menu_lc.childMenuIcon="images/arrows.gif";
			mm_menu_lc.menuBorder=0;
			mm_menu_lc.menuLiteBgColor='#060c00';
			mm_menu_lc.menuBorderBgColor='#060c00';
			mm_menu_lc.bgColor='#060c00';
			window.mm_menu_calc = new Menu("root",138,20,"Arial, Helvetica, sans-serif",12,"#ffffff","#0053a6","#8b1237","#ffffff","left","middle",3,0,500,0,0,true,true,true,0,true,true);
			mm_menu_calc.addMenuItem("Mortgage&nbsp;Calculator","location='http://www.u-savemortgage.ca/calculator.aspx'");
			mm_menu_calc.hideOnMouseOut=true;
			mm_menu_calc.menuBorder=0;
			mm_menu_calc.menuLiteBgColor='#060c00';
			mm_menu_calc.menuBorderBgColor='#060c00';
			mm_menu_calc.bgColor='#060c00';

			mm_menu_calc.writeMenus();
			} // mmLoadMenus()

			function pageWidth() {return window.innerWidth != null? window.innerWidth: document.body != null? document.body.clientWidth:null;}

			function pagepos()
			{
				pw = pageWidth();
				pos = pw / 2;
				return pos;
			}

			function windowOpener(url, name, args) {
				if (typeof(popupWin) != "object"){
				popupWin = window.open(url,name,args);
				} else {
					if (!popupWin.closed) { 
					popupWin.location.href = url;
					} else {
					popupWin = window.open(url, name,args);
					}
				}
				popupWin.focus();
			}
			