// 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, 223, 196, 40, null, [ "#C6CDD3", "#30415B", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#EDEFF1", "#BE0078", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 196, 30, null, [ "#C6CDD3", "#1F1E1E", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#3F3F40", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 196, 30, null, [ "#C6CDD3", "#1F1E1E", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#3F3F40", "#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='196' height='40'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Home</td></tr></table>", new WinTarget("http://www.thomasplumbing.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='40'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>About Us</td></tr></table>", new WinTarget("http://www.thomasplumbing.co.nz/about-thomas-plumbing-and-gas.php"), 0 ],
				[ "<table width='196' height='30' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Agencies</td></tr></table>", new WinTarget("http://www.thomasplumbing.co.nz/rheem-rinnai-service-centre.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='40'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Residential & Rural</td></tr></table>", new WinTarget("http://www.thomasplumbing.co.nz/residential-plumbing-and-gas.php"), 0 ],
				[ "<table width='196' height='30' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Plumbing Maintenance</td></tr></table>", new WinTarget("http://www.thomasplumbing.co.nz/plumbing-maintenance-kapiti-coast.php"), 1 ],
				[ "<table width='196' height='30' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Gasfitting</td></tr></table>", new WinTarget("http://www.thomasplumbing.co.nz/gasfitting-household-gas-services-kapiti-coast.php"), 1 ],
				[ "<table width='196' height='30' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Rural Plumbing & Drainlaying</td></tr></table>", new WinTarget("http://www.thomasplumbing.co.nz/rural-plumbing-drainlaying.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='40'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Commercial</td></tr></table>", new WinTarget("http://www.thomasplumbing.co.nz/commercial-plumbing-kapiti-wellington.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='196' height='40'><tr><td class='MenuCell' onmouseover=this.className='MenuCellOver'; onmouseout=this.className='MenuCell';>Contact Us</td></tr></table>", new WinTarget("http://www.thomasplumbing.co.nz/contact-thomas-plumbing-and-gas-kapiti.php"), 0 ],
				[ "<table width='196' height='30' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.className='MenuCellDropdown1Over'; onmouseout=this.className='MenuCellDropdown1';>Booking Enquiry</td></tr></table>", new WinTarget("http://www.thomasplumbing.co.nz/thomas-plumbing-and-gas-booking-enquiry.php"), 1 ]
			]
		];

