// 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
				[ 1, 37, 150, 20, null, [ "", "#FFFFFF", "left", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "", "#C8AAA0", "left", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, "images/spacer.gif", 0, 0, 0 ] ],
				[ 1, 0, 150, 20, null, [ "#E1E1E1", "#FFFFFF", "left", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "#FFFFFF", "#FFFFFF", "spacer", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, "images/spacer.gif", 0, 0, 0 ] ]/*,
				[ 1, 6, 146, 22, null, [ "#00472F", "#FFFFFF", "left", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "#FFFFFF", "#00472F", "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='150' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#ED413B'; onmouseout=this.style.color='#000000'; >Glass Splashbacks</td></tr></table>", new WinTarget("http://www.focusglasswellington.co.nz/splash-backs.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='150' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#ED413B'; onmouseout=this.style.color='#000000'; >Mirrors</td></tr></table>", new WinTarget("http://www.focusglasswellington.co.nz/mirrors.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='150' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#ED413B'; onmouseout=this.style.color='#000000'; >Bathrooms</td></tr></table>", new WinTarget("http://www.focusglasswellington.co.nz/glass-showers.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='150' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#ED413B'; onmouseout=this.style.color='#000000'; >Windows</td></tr></table>", new WinTarget("http://www.focusglasswellington.co.nz/aluminium-glazing.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='150' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#ED413B'; onmouseout=this.style.color='#000000'; >Cat Door Installation</td></tr></table>", new WinTarget("http://www.focusglasswellington.co.nz/cat-door-installation.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='150' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#ED413B'; onmouseout=this.style.color='#000000'; >Glass Repairs</td></tr></table>", new WinTarget("http://www.focusglasswellington.co.nz/glass-repairs.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='150' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#ED413B'; onmouseout=this.style.color='#000000'; >Commercial Glazing</td></tr></table>", new WinTarget("http://www.focusglasswellington.co.nz/contract-work.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='150' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#ED413B'; onmouseout=this.style.color='#000000'; >Doors & Balustrades</td></tr></table>", new WinTarget("http://www.focusglasswellington.co.nz/glass-doors-balustrades.php"), 0 ]
			]
		];
