// 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
				[ 1, 224, 163, 45, null, [ "#1773B2", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#015690", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 163, 30, null, [ "#015690", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#1773B2", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 163, 30, null, [ "#015690", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#1773B2", "#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='163' height='45'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Home</td></tr></table>", new WinTarget("http://www.warmbreeze.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='163' height='45'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>About Us</td></tr></table>", new WinTarget("http://www.warmbreeze.co.nz/home-heating-warm-breeze-about-us.php"), 0 ],
				[ "<table width='163' height='30' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Testimonials</td></tr></table>", new WinTarget("http://www.warmbreeze.co.nz/testimonials.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='163' height='45'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Central Heating</td></tr></table>", new WinTarget("http://www.warmbreeze.co.nz/home-heating-central-heating.php"), 0 ],
				[ "<table width='163' height='30' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Designer Grills</td></tr></table>", new WinTarget("http://www.warmbreeze.co.nz/designer-grills.php"), 1 ],
				[ "<table width='163' height='30' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Gallery </td></tr></table>", new WinTarget("http://www.warmbreeze.co.nz/gallery-test.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='163' height='45'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Hot Water Heating</td></tr></table>", new WinTarget("http://www.warmbreeze.co.nz/home-heating-hot-water-heating.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='163' height='45'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Monthly Specials</td></tr></table>", new WinTarget("http://www.warmbreeze.co.nz/home-central-heating-solutions-monthly-specials.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='163' height='45'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Contact Us</td></tr></table>", new WinTarget("http://www.warmbreeze.co.nz/home-heating-central-heating-contact-us.php"), 0 ],
				[ "<table width='163' height='30' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Check Gas Availability</td></tr></table>", new WinTarget("http://www.warmbreeze.co.nz/check-gas-availability.php"), 1 ]
			]
		];

