// 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
				[ 195, -29, 105, 29, null, [ "#FFFFFF", "#005950", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 15, false, "images/spacer.gif", 0, 0, 0 ],[ "#699A98", "#005950", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 15, "images/spacer.gif", 0, 0, 0 ] ],
				[ -20, 0, 145, 26, null, [ "#A3C1C0", "#005950", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 13, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#699A98", "#005950", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 13, "images/spacer.gif", 0, 0, 0 ] ],
				[ 1, 4, 145, 26, null, [ "#A3C1C0", "#005950", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 13, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#699A98", "#005950", "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='105' height='29'><tr><td width='105' class='MenuCell'>Home</td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='105' height='29'><tr><td width='105' class='MenuCell'>About Us</td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/about-goldmark-group.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='105' height='29'><tr><td width='105' class='MenuCell'>Services</td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/shop-fitting-services.php"), 0 ],
				[ "<table width='145' height='26' cellpadding=0 cellspacing=0><tr><td width='105' class='MenuCellDropdown1'>Shopfitting</td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/shopfitting-wellington.php"), 1 ],
				[ "<table width='145' height='26' cellpadding=0 cellspacing=0><tr><td width='105' class='MenuCellDropdown1'>Kitchens</td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/high-end-kitchens.php"), 1 ],
				[ "<table width='145' height='26' cellpadding=0 cellspacing=0><tr><td width='105' class='MenuCellDropdown1'>Restaurants And Bars</td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/reataurants-and-bars.php"), 1 ],
				[ "<table width='145' height='26' cellpadding=0 cellspacing=0><tr><td width='105' class='MenuCellDropdown1'>Office Joinery</td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/office-joinery.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='105' height='29'><tr><td width='105' class='MenuCell'>Portfolio</td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/goldmark-fitted-shops.php"), 0 ],
				[ "<table width='145' height='26' cellpadding=0 cellspacing=0><tr><td width='105' class='MenuCellDropdown1'>Levi&#039;s®</td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/flight-centre-shopfit.php"), 1 ],
				[ "<table width='145' height='26' cellpadding=0 cellspacing=0><tr><td width='105' class='MenuCellDropdown1'>Urban Loft</td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/urban-loft-shopfit.php"), 1 ],
				[ "<table width='145' height='26' cellpadding=0 cellspacing=0><tr><td width='105' class='MenuCellDropdown1'>Partridge Jewellers </td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/partridge-jewellers-shopfit.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='105' height='29'><tr><td width='105' class='MenuCell'>Contact Us</td></tr></table>", new WinTarget("http://www.goldmarkgroup.co.nz/contact-goldmark-industries.php"), 0 ]
			]
		];
