// 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
				[ 0, 3, 140, 32, 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, 200, 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, 200, 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='140' height='32'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Home</td></tr></table>", new WinTarget("http://www.bramco.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='140' height='32'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>About Us</td></tr></table>", new WinTarget("http://www.bramco.co.nz/about-bramco.php"), 0 ],
				[ "<table width='200' height='24' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Media</td></tr></table>", new WinTarget("http://www.bramco.co.nz/bramco-tvnz-on-demand.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='140' height='32'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Products</td></tr></table>", new WinTarget("http://www.bramco.co.nz/granite-marble-stone.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='140' height='32'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Residential</td></tr></table>", new WinTarget("http://www.bramco.co.nz/residential-benchtops-and-vanities.php"), 0 ],
				[ "<table width='200' height='24' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='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='140' height='32'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='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='140' height='32'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>FAQ&#039;s</td></tr></table>", new WinTarget("http://www.bramco.co.nz/faqs.php"), 0 ],
				[ "<table width='200' height='24' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Product Care</td></tr></table>", new WinTarget("http://www.bramco.co.nz/residential-technical-information.php"), 1 ],
				[ "<table width='200' height='24' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='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='140' height='32'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Contact</td></tr></table>", new WinTarget("http://www.bramco.co.nz/contact-bramco.php"), 0 ],
				[ "<table width='200' height='24' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Showroom</td></tr></table>", new WinTarget("http://www.bramco.co.nz/bramco-showroom.php"), 1 ]
			]
		];

