// 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
				[ 890, 170, 115, 12, null, [ "transparent", "#481011", "left", 0, 0, 0, 0, true, "'Times New Roman', serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#F7EFD5", "#481011", "left", 0, 0, 0, 0, true, "'Times New Roman', serif", 11, "images/spacer.gif", 0, 0, 0 ] ]
			],
			// content ----------
			[		
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >HOME</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >1. Entrance</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/hurunui-village-entrance.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >3. Stable Store</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/hurunui-village-stable-store.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >5. Campervan Park</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/hurunui-campervan-park.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >14. Cobb Cottage</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/hurunui-accommodation-cobb-cottage.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >15. Honeymoon Suite</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/hurunui-accommodation-honeymoon-suite.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >16. Vineyard</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/hurunui-pioneer-village-vineyard.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >WINE GALLERY</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/stables-wine-gallery.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >COBB GALLERY</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/hurunui-cobb-cottages-gallery.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >THE LEGEND</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/hurunui-hotle-the-legend.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >MAP LOCATION</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/hurunui-map-location.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >CONTACT US</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/hurunui-pioneer-village-contact-us.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='115' height='12'><tr><td valign='middle' class='MenuCell' onmouseover=this.style.backgroundColor='#F7EFD5'; onmouseout=this.style.backgroundColor='transparent'; >RESERVATIONS</td></tr></table>", new WinTarget("http://www.hurunuipioneervillage.co.nz/reservations-hurunui-accommodation.php"), 0 ]
			]
		];
