// 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
				[ 142, 1, 114, 28, null, [ "#E2091A", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#EB494E", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 115, 28, null, [ "#E2091A", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#EB494E", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ -3, 8, 115, 28, null, [ "#E2091A", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#EB494E", "#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='113' height='28'><tr><td width='113' class='MenuCell'>CONTACT US</td></tr></table>", new WinTarget("http://www.silvermoon.co.nz/contact-us.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='113' height='28'><tr><td width='113' class='MenuCell'>YOUR NEAREST STORE</td></tr></table>", new WinTarget("http://www.silvermoon.co.nz/your-nearest-store.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='113' height='28'><tr><td width='113' class='MenuCell'>CAREERS</td></tr></table>", new WinTarget("http://www.silvermoon.co.nz/careers.php"), 0 ],
				[ "<table width='115' height='28' cellpadding=0 cellspacing=0><tr><td width='115' class='MenuCellDropdown1'>CURRENT VACANCIES</td></tr></table>", new WinTarget("http://www.silvermoon.co.nz/currentvacancies.php"), 1 ],
				[ "<table width='115' height='28' cellpadding=0 cellspacing=0><tr><td width='115' class='MenuCellDropdown1'>APPLICATION</td></tr></table>", new WinTarget("http://www.silvermoon.co.nz/application.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='113' height='28'><tr><td width='113' class='MenuCell'>ABOUT US</td></tr></table>", new WinTarget("http://www.silvermoon.co.nz/about-us.php"), 0 ],
				[ "<table width='115' height='28' cellpadding=0 cellspacing=0><tr><td width='115' class='MenuCellDropdown1'>HOME</td></tr></table>", new WinTarget("http://www.silvermoon.co.nz/index.php"), 1 ],
				[ "<table width='115' height='28' cellpadding=0 cellspacing=0><tr><td width='115' class='MenuCellDropdown1'>TERMS &amp; CONDITIONS</td></tr></table>", new WinTarget("http://www.silvermoon.co.nz/policy.php"), 1 ],
				[ "<table width='115' height='28' cellpadding=0 cellspacing=0><tr><td width='115' class='MenuCellDropdown1'>INFORMATION</td></tr></table>", new WinTarget("http://www.silvermoon.co.nz/faq.php"), 1 ],
				[ "<table width='115' height='28' cellpadding=0 cellspacing=0><tr><td width='115' class='MenuCellDropdown1'>SILVER CARE</td></tr></table>", new WinTarget("http://www.silvermoon.co.nz/silvercare.php"), 1 ],
				[ "<table width='115' height='28' cellpadding=0 cellspacing=0><tr><td width='115' class='MenuCellDropdown1'>SHIPPING CHARGES</td></tr></table>", new WinTarget("http://www.silvermoon.co.nz/shippingcharges.php"), 1 ]
			]
		];
