// 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
				[ 0, 30, 145, 23, null, [ "#0474B8", "#FFFFFF", "right", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 14, false, "images/spacer.gif", 0, 0, 0 ],[ "#03517E", "#FFFFFF", "right", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 14, "images/spacer.gif", 0, 0, 0 ] ],
				[ 1, 4, 145, 23, null, [ "#0474B8", "#FFFFFF", "right", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 14, false, "images/spacer.gif", 0, 0, 0 ],[ "#03517E", "#FFFFFF", "right", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, Geneva, sans-serif", 14, "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='145' height='23'><tr><td width='145' class='MenuCell'>Home</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/index.php"), 0 ],
				[ "<table width='145' height='23' cellpadding=0 cellspacing=0><tr><td width='145' class='MenuCellDropdown1'>Core Values</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/core-values.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='145' height='23'><tr><td width='145' class='MenuCell'>Current Newsletter</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/april09-newsletter.php"), 0 ],
				[ "<table width='145' height='23' cellpadding=0 cellspacing=0><tr><td width='145' class='MenuCellDropdown1'>Newsletter Apr09</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/newsletter-apr9.php"), 1 ],
				[ "<table width='145' height='23' cellpadding=0 cellspacing=0><tr><td width='145' class='MenuCellDropdown1'>Newsletter Feb09</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/february09-newsletter.php"), 1 ],
				[ "<table width='145' height='23' cellpadding=0 cellspacing=0><tr><td width='145' class='MenuCellDropdown1'>Newsletter Jan09</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/january-newsletter.php"), 1 ],
				[ "<table width='145' height='23' cellpadding=0 cellspacing=0><tr><td width='145' class='MenuCellDropdown1'>Newsletter Dec08</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/newsletter.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='145' height='23'><tr><td width='145' class='MenuCell'>Salvation Explained</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/salvation-explained.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='145' height='23'><tr><td width='145' class='MenuCell'>Forgiveness Explained</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/christian-forgiveness-explained.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='145' height='23'><tr><td width='145' class='MenuCell'>Gallery</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/church-gallery.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='145' height='23'><tr><td width='145' class='MenuCell'>FAQ</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/faq.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='145' height='23'><tr><td width='145' class='MenuCell'>Podcasts</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/podcasts-listen-preaching-sermon-teaching-bible-study-encouragement-worship-.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='145' height='23'><tr><td width='145' class='MenuCell'>Contact Us</td></tr></table>", new WinTarget("http://www.abundantlifechurch.org.nz/contact-alcc.php"), 0 ]
			]
		];

