// Copyright (c) 2001-2004 André Dietisheim

var sfdCollapsingMenu  = [
		// globals -----------------
		[	Xmenu.prototype.HORIZONTAL,
			1, // delay in sec. before closing menu
			false, // classic menu: onclick / onmouseover
			true, // horizontal & vertical menu: menu appears below/right of the root-node
			false, // 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 ------------------
			[	[ "#4E4B4A", "#B8B8BD" ], // onclick-menu: color of clicked node
				[ 29, 1, 111, 23, null, [ "#020180", "#ffffff", "center", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, sans-serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#ffffff", "#020180", "center", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 111, 23, null, [ "#020180", "#ffffff", "center", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#ffffff", "#020180", "center", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 8, 111, 23, null, [ "#020180", "#ffffff", "center", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#ffffff", "#020180", "center", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ]
			],
			// content ----------
			[		
				[ "<table cellpadding=0 cellspacing=0 border=0 width='111' height='23'><tr><td width='111' class='MenuCell' onmouseover=this.style.color='#020180'; onmouseout=this.style.color='#ffffff';>home</td></tr></table>", new WinTarget("http://www.invercargillrentalproperties.co.nz/index.php"), 0 ],
				[ "<table width='111' height='23' cellpadding=0 cellspacing=0><tr><td width='111' class='MenuCellDropdown1' onmouseover=this.style.color='#020180'; onmouseout=this.style.color='#ffffff';>sitemap</td></tr></table>", new WinTarget("http://www.invercargillrentalproperties.co.nz/sitemap.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='111' height='23'><tr><td width='111' class='MenuCell' onmouseover=this.style.color='#020180'; onmouseout=this.style.color='#ffffff';>tenants</td></tr></table>", new WinTarget("http://www.invercargillrentalproperties.co.nz/invercargill-tenants-information.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='111' height='23'><tr><td width='111' class='MenuCell' onmouseover=this.style.color='#020180'; onmouseout=this.style.color='#ffffff';>landlords</td></tr></table>", new WinTarget("http://www.invercargillrentalproperties.co.nz/invercargill-landlords-information.php"), 0 ],
				[ "<table width='111' height='23' cellpadding=0 cellspacing=0><tr><td width='111' class='MenuCellDropdown1' onmouseover=this.style.color='#020180'; onmouseout=this.style.color='#ffffff';>Submit Property</td></tr></table>", new WinTarget("http://www.invercargillrentalproperties.co.nz/submit-property-landlords-free-advertising.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='111' height='23'><tr><td width='111' class='MenuCell' onmouseover=this.style.color='#020180'; onmouseout=this.style.color='#ffffff';>available</td></tr></table>", new WinTarget("http://www.invercargillrentalproperties.co.nz/invercargill-available-rental-properties.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='111' height='23'><tr><td width='111' class='MenuCell' onmouseover=this.style.color='#020180'; onmouseout=this.style.color='#ffffff';>contact</td></tr></table>", new WinTarget("http://www.invercargillrentalproperties.co.nz/invercargill-rentals-contact.php"), 0 ]
			]
		];
