// 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, 1, 153, 24, null, [ "#A52F3B", "#FFFFFF", "right", 0, 0, 0, 0, true, "Arial, Helvetica, sans-serif", 12, false, "images/spacer.gif", 0, 0, 0 ],[ "#FFFFFF", "#A52F3B", "right", 0, 0, 0, 0, true, "Arial, Helvetica, sans-serif", 12, "images/spacer.gif", 0, 0, 0 ] ],
				[ 1, 4, 153, 24, null, [ "#A52F3B", "#FFFFFF", "right", 0, 0, 0, 0, true, "Arial, Helvetica, sans-serif", 12, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#CC4D59", "#FFFFFF", "right", 0, 0, 0, 0, true, "Arial, Helvetica, sans-serif", 12, "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='153' height='24'><tr><td width='153' class='MenuCell' onmouseover=this.style.color='#A52F3B'; onmouseout=this.style.color='#FFFFFF'; >Currently For Sale</td></tr></table>", new WinTarget("http://www.architectural-antiques.co.nz/selection-of-items-for-sale.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='153' height='24'><tr><td width='153' class='MenuCell' onmouseover=this.style.color='#A52F3B'; onmouseout=this.style.color='#FFFFFF'; >Home</td></tr></table>", new WinTarget("http://www.architectural-antiques.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='153' height='24'><tr><td width='153' class='MenuCell' onmouseover=this.style.color='#A52F3B'; onmouseout=this.style.color='#FFFFFF'; >Architectural Antiques </td></tr></table>", new WinTarget("http://www.architectural-antiques.co.nz/architectural-antiques.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='153' height='24'><tr><td width='153' class='MenuCell' onmouseover=this.style.color='#A52F3B'; onmouseout=this.style.color='#FFFFFF'; >Stained Glass</td></tr></table>", new WinTarget("http://www.architectural-antiques.co.nz/stained-glass-panels-windows-doors.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='153' height='24'><tr><td width='153' class='MenuCell' onmouseover=this.style.color='#A52F3B'; onmouseout=this.style.color='#FFFFFF'; >Building Materials</td></tr></table>", new WinTarget("http://www.architectural-antiques.co.nz/building-materials.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='153' height='24'><tr><td width='153' class='MenuCell' onmouseover=this.style.color='#A52F3B'; onmouseout=this.style.color='#FFFFFF'; >Furniture</td></tr></table>", new WinTarget("http://www.architectural-antiques.co.nz/furniture.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='153' height='24'><tr><td width='153' class='MenuCell' onmouseover=this.style.color='#A52F3B'; onmouseout=this.style.color='#FFFFFF'; >Contact &amp; Location</td></tr></table>", new WinTarget("http://www.architectural-antiques.co.nz/contact-the-pumphouse.php"), 0 ]
			]
		];
