// Copyright (c) 2001-2004 André Dietisheim

var sfdCollapsingMenu  = [
		// globals -----------------
		[	Xmenu.prototype.VERTICAL,
			1, // delay in sec. before closing menu
			false, // classic menu: onclick / onmouseover
			false, // horizontal & vertical menu: menu appears below/right of the root-node
			true, // 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
				[ 11, 196, 205, 30, null, [ "#ffffff", "#000000", "left", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "transparent", "#ffffff", "left", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 205, 30, null, [ "#ffffff", "#000000", "left", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "#ffffff", "#ffffff", "spacer", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 10, "images/spacer.gif", 0, 0, 0 ] ],
				[0, 0, 205, 30, null, [ "#ffffff", "#000000", "left", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "#ffffff", "#ffffff", "spacer", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, Geneva, sans-serif", 10, "images/spacer.gif", 0, 0, 0 ] ]/*,
				[ 0, 8, 128, 28, null, [ "#032A61", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 13, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#7B8EB6", "#FFFFFF", "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='205' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Home</td></tr></table>", new WinTarget("http://www.mobilefonerescue.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='205' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Repair Services</td></tr></table>", new WinTarget("http://www.mobilefonerescue.co.nz/mobile-phone-repair-service.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='205' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Repair Enquiry</td></tr></table>", new WinTarget("http://www.mobilefonerescue.co.nz/mobile-phone-repair-enquiry.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='205' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>About Us</td></tr></table>", new WinTarget("http://www.mobilefonerescue.co.nz/about-us-mobilefone-rescue.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='205' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Locations</td></tr></table>", new WinTarget("http://www.mobilefonerescue.co.nz/mobilefone-rescue-locations.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='205' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Mobile Brands</td></tr></table>", new WinTarget("http://www.mobilefonerescue.co.nz/mobile-phone-fix-brands.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='205' height='30'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Contact Us</td></tr></table>", new WinTarget("http://www.mobilefonerescue.co.nz/mobilefone-rescue-contact-us.php"), 0 ]
			]
		];
