// 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, 196, 35, null, [ "#292929", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#720711", "#FFFFFF", "right", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 196, 25, null, [ "#292929", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#720711", "#FFFFFF", "spacer", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 196, 25, null, [ "#292929", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#720711", "#FFFFFF", "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='196' height='35'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >Home</td></tr></table>", new WinTarget("http://www.kapitidoors.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='35'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >About Us</td></tr></table>", new WinTarget("http://www.kapitidoors.co.nz/about-us.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='35'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >Services</td></tr></table>", new WinTarget("http://www.kapitidoors.co.nz/wellington-door-services.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='35'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >DIY Tips</td></tr></table>", new WinTarget("http://www.kapitidoors.co.nz/diy-door-tips.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='35'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell'; >Contact Us</td></tr></table>", new WinTarget("http://www.kapitidoors.co.nz/contact-kapiti-doors.php"), 0 ]
			]
		];

