// 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 ------------------
			[	[ "#ff4400", "#ffaaaa" ], // onclick-menu: color of clicked node
				[ 41, -25, 100, 24, null, [ "#706F6D", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, false, "images/spacer.gif", 0, 0, 0 ],[ "#3D3938", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, "images/spacer.gif", 0, 0, 0 ] ],
				[ -30, 0, 160, 24, null, [ "#706F6D", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#3D3938", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 8, 160, 24, null, [ "#706F6D", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#3D3938", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, "images/spacer.gif", 0, 0, 0 ] ]
			],
			// content ----------
			[		
				[ "<table cellpadding=0 cellspacing=0 border=0 width='100' height='24'><tr><td width='100' class='MenuCell'>Home</td></tr></table>", new WinTarget("http://www.bramco.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='100' height='24'><tr><td width='100' class='MenuCell'>About Us</td></tr></table>", new WinTarget("http://www.bramco.co.nz/about-bramco.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='100' height='24'><tr><td width='100' class='MenuCell'>Products</td></tr></table>", new WinTarget("http://www.bramco.co.nz/granite-marble-stone/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='100' height='24'><tr><td width='100' class='MenuCell'>Residential</td></tr></table>", new WinTarget("http://www.bramco.co.nz/residential-benchtops-and-vanities.php"), 0 ],
				[ "<table width='160' height='24' cellpadding=0 cellspacing=0><tr><td width='160' class='MenuCellDropdown1'>Kitchen Tops</td></tr></table>", new WinTarget("http://www.bramco.co.nz/kitchen-tops.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='100' height='24'><tr><td width='100' class='MenuCell'>Commercial</td></tr></table>", new WinTarget("http://www.bramco.co.nz/commercial-foyer-fit-outs.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='100' height='24'><tr><td width='100' class='MenuCell'>FAQ's</td></tr></table>", new WinTarget("http://www.bramco.co.nz/faqs.php"), 0 ],
				[ "<table width='160' height='24' cellpadding=0 cellspacing=0><tr><td width='160' class='MenuCellDropdown1'>Product Care</td></tr></table>", new WinTarget("http://www.bramco.co.nz/residential-technical-information.php"), 1 ],
				[ "<table width='160' height='24' cellpadding=0 cellspacing=0><tr><td width='160' class='MenuCellDropdown1'>Undermount Bowl</td></tr></table>", new WinTarget("http://www.bramco.co.nz/undermount-bowls.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='100' height='24'><tr><td width='100' class='MenuCell'>Contact</td></tr></table>", new WinTarget("http://www.bramco.co.nz/contact-bramco.php"), 0 ]
			]
		];
