// 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, 101, 199, 26, null, [ "", "#ffffff", "right", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "#658095", "#ffffff", "right", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 14, "images/spacer.gif", 0, 0, 0 ] ],
				[ 1, 0, 199, 26, null, [ "#4a6985", "#ffffff", "right", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "#658095", "#ffffff", "right", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 14, "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='199' height='26'><tr><td width='150' class='MenuCell'  >Home</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='199' height='26'><tr><td width='150' class='MenuCell'  >About Envirotect</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/envirotect-air-maintenance-system.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='199' height='26'><tr><td width='150' class='MenuCell'  >Mission Statement</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/envirotect-mission-statement.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='199' height='26'><tr><td width='150' class='MenuCell'  >Filters</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/envirotect-filters.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='199' height='26'><tr><td width='150' class='MenuCell'  >Aromatherapy</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/envirotect-aromatherapy.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='199' height='26'><tr><td width='150' class='MenuCell'  >Warranty</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/warranty.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='199' height='26'><tr><td width='150' class='MenuCell'  >Healthy Home Tips</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/healthy-home-tips.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='199' height='26'><tr><td width='150' class='MenuCell'  >Side Effects</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/side-effects.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='199' height='26'><tr><td width='150' class='MenuCell'  >Testimonials</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/envirotect-testimmonials.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='199' height='26'><tr><td width='150' class='MenuCell'  >Contact Us</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/envirotect-contact-us.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='199' height='26'><tr><td width='150' class='MenuCell'  >Opportunities</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/envirotect-jobs.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='199' height='26'><tr><td width='150' class='MenuCell'  >Request Demo</td></tr></table>", new WinTarget("http://www.envirotect.co.nz/request-demo.php"), 0 ]
			]
		];
