// 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
				[ 0, 1, 138, 30, null, [ "#46B403", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#FFFFFF", "#46B403", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ -20, 1, 178, 28, null, [ "#46B403", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#F6F6F6", "#46B403", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 178, 28, null, [ "#46B403", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#F6F6F6", "#46B403", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ]
			],
			// content ----------
			[		
				[ "<table cellpadding=0 cellspacing=0 border=0 width='138' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >HOME</td></tr></table>", new WinTarget("http://www.allworks.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='138' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >ABOUT US</td></tr></table>", null, 0 ],
				[ "<table width='178' height='28' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1'; >ABOUT US</td></tr></table>", new WinTarget("http://www.allworks.co.nz/about-plants-to-you.php"), 1 ],
				[ "<table width='178' height='28' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1'; >TESTIMONIALS</td></tr></table>", new WinTarget("http://www.allworks.co.nz/testimonials.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='138' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >RESIDENTIAL</td></tr></table>", new WinTarget("http://www.allworks.co.nz/residential-landscaping.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='138' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >COMMERCIAL</td></tr></table>", new WinTarget("http://www.allworks.co.nz/commercial-landscaping.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='138' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >MAINTENANCE</td></tr></table>", new WinTarget("http://www.allworks.co.nz/garden-maintenance.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='138' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >PORTFOLIO</td></tr></table>", new WinTarget("http://www.allworks.co.nz/garden-and-landscaping-portfolio.php"), 0 ],
				[ "<table width='178' height='28' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1'; >RESIDENTIAL PORTFOLIO</td></tr></table>", new WinTarget("http://www.allworks.co.nz/residential-landscaping-portfolio-wellington.php"), 1 ],
				[ "<table width='178' height='28' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1'; >COMMERCIAL PORTFOLIO</td></tr></table>", new WinTarget("http://www.allworks.co.nz/commercial-landscaping-portfolio.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='138' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >CONTACT US</td></tr></table>", new WinTarget("http://www.allworks.co.nz/contact-plants-to-you.php"), 0 ]
			]
		];

