// 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 ------------------
			[	[ "#4E4B4A", "#B8B8BD" ], // onclick-menu: color of clicked node
				[ 0, 1, 196, 28, null, [ "#670099", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#9C59BD", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 196, 24, null, [ "#670099", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#9C59BD", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ 1, 2, 196, 24, null, [ "#670099", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#9C59BD", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ]/*,
				[ 1, 0, 131, 24, null, [ "#2088B6", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#43BBCD", "#FFFFFF", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ] ,
				[ 0, 8, 102, 20, null, [ "#4E4B4A", "#FFFFFF", "center", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, sans-serif", 12, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#B8B8BD", "#FFFFFF", "center", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, sans-serif", 12, "images/spacer.gif", 0, 0, 0 ] ]*/
			],
			// content ----------
			[		
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='28'><tr><td class='MenuCell' valign='middle' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>HOME</td></tr></table>", new WinTarget("http://www.castleking.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='28'><tr><td class='MenuCell' valign='middle' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>ABOUT US</td></tr></table>", new WinTarget("http://www.castleking.co.nz/about-castle-king.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='28'><tr><td class='MenuCell' valign='middle' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>HIRE OPTIONS</td></tr></table>", new WinTarget("http://www.castleking.co.nz/bouncy-castle-hire.php"), 0 ],
				[ "<table width='196' height='24' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>BOUNCY CASTLES</td></tr></table>", new WinTarget("http://www.castleking.co.nz/bouncy-castles.php"), 1 ],
				[ "<table width='196' height='24' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>SUMO SUITS</td></tr></table>", new WinTarget("http://www.castleking.co.nz/sumo-suits.php"), 1 ],
				[ "<table width='196' height='24' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>SPECIAL PROMOTIONS</td></tr></table>", new WinTarget("http://www.castleking.co.nz/special-promotions.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='28'><tr><td class='MenuCell' valign='middle' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>FAQ&#039;S</td></tr></table>", new WinTarget("http://www.castleking.co.nz/bouncy-castle-faqs.php"), 0 ],
				[ "<table width='196' height='24' cellpadding=0 cellspacing=0><tr><td class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>TERMS & CONDITIONS</td></tr></table>", new WinTarget("http://www.castleking.co.nz/terms--conditions.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='28'><tr><td class='MenuCell' valign='middle' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>CONTACT US</td></tr></table>", new WinTarget("http://www.castleking.co.nz/contact-castle-king.php"), 0 ]
			]
		];
