// Copyright (c) 2001-2004 André Dietisheim

var sfdCollapsingMenu  = [
		// globals -----------------
		[	Xmenu.prototype.VERTICAL,
			1, // delay in sec. before closing menu
			false, // classic menu: onclick / onmouseover
			false, // horizontal & vertical menu: menu appears below/right of the root-node
			true, // horizontal menu: each hierarchy starts on same X
			false,  // keep expansion state
			false, // onclick menu: highlight clicked nodes
			[ 20, 1 ],	// XlayerParent width, height
			"images/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "#ff4400", "#ffaaaa" ], // onclick-menu: color of clicked node
				[ 0, 253, 176, 34, null, [ "#386eae", "#ffffff", "left", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "#052C57", "#ffffff", "left", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, "images/spacer.gif", 0, 0, 0 ] ],
				[ 2, -2, 176, 34, null, [ "#386eae", "#ffffff", "left", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "#052C57", "#FFFFFF", "spacer", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, "images/spacer.gif", 0, 0, 0 ] ],
				[2, 0, 176, 34, null, [ "#386eae", "#ffffff", "left", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "#052C57", "#FFFFFF", "spacer", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, Geneva, sans-serif", 10, "images/spacer.gif", 0, 0, 0 ] ]/*,
				[ 0, 8, 128, 28, null, [ "#032A61", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 13, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#7B8EB6", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 13, "images/spacer.gif", 0, 0, 0 ] ]*/
			],
			// content ----------
			[		
				[ "<table cellpadding=0 cellspacing=0 border=0 width='176' height='24'><tr><td class='MenuCell' onmouseover=this.style.backgroundColor='#052C57'; onmouseout=this.style.backgroundColor='#386eae';>Mortgages</td></tr></table>", new WinTarget("http://www.purefin.co.nz/mortgages.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='176' height='24'><tr><td class='MenuCell' onmouseover=this.style.backgroundColor='#052C57'; onmouseout=this.style.backgroundColor='#386eae';>Investments</td></tr></table>", new WinTarget("http://www.purefin.co.nz/financial-investments.php"), 0 ],
				[ "<table width='176' height='34' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.style.backgroundColor='#052C57'; onmouseout=this.style.backgroundColor='#386eae';>Retirement Calculator</td></tr></table>", new WinTarget("http://www.purefin.co.nz/quick-retirement-calculator.php"), 1 ],
				[ "<table width='176' height='34' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.style.backgroundColor='#052C57'; onmouseout=this.style.backgroundColor='#386eae';>Income Tax Calculator</td></tr></table>", new WinTarget("http://www.purefin.co.nz/income-tax-calculator.php"), 1 ],
				[ "<table width='176' height='34' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.style.backgroundColor='#052C57'; onmouseout=this.style.backgroundColor='#386eae';>Credit Calculator</td></tr></table>", new WinTarget("http://www.purefin.co.nz/credit-mortgage-retirement-calculator.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='176' height='24'><tr><td class='MenuCell' onmouseover=this.style.backgroundColor='#052C57'; onmouseout=this.style.backgroundColor='#386eae';>Insurance</td></tr></table>", new WinTarget("http://www.purefin.co.nz/insurance-advice.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='176' height='24'><tr><td class='MenuCell' onmouseover=this.style.backgroundColor='#052C57'; onmouseout=this.style.backgroundColor='#386eae';>Kiwisaver</td></tr></table>", new WinTarget("http://www.purefin.co.nz/kiwisaver-advice.php"), 0 ],
				[ "<table width='176' height='34' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.style.backgroundColor='#052C57'; onmouseout=this.style.backgroundColor='#386eae';>Kiwisaver Calculator</td></tr></table>", new WinTarget("http://www.purefin.co.nz/kiwisaver-calculator.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='176' height='24'><tr><td class='MenuCell' onmouseover=this.style.backgroundColor='#052C57'; onmouseout=this.style.backgroundColor='#386eae';>Employer Kiwisaver</td></tr></table>", new WinTarget("http://www.purefin.co.nz/employer-kiwisaver-advice.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='176' height='24'><tr><td class='MenuCell' onmouseover=this.style.backgroundColor='#052C57'; onmouseout=this.style.backgroundColor='#386eae';>Pure Financial Tips</td></tr></table>", new WinTarget("http://www.purefin.co.nz/pure-financial-tips.php"), 0 ]
			]
		];
