// 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 ------------------
			[	[ "#E10915", "#000000" ], // onclick-menu: color of clicked node
				[ -140, 15, 140, 25, null, [ "E10915", "#ffffff", "center", 0, 0, 0, 0, true, "MS Serif, serif", 13, false, "images/spacer.gif", 0, 0, 0 ],[ "#ffffff", "#E10915", "center", 0, 0, 0, 0, true, "MS Serif, serif", 13, "images/spacer.gif", 0, 0, 0 ] ],
				[ 1, 0, 140, 25, null, [ "#E10915", "#ffffff", "center", 0, 0, 0, 0, true, "MS Serif, serif", 13, false, "images/spacer.gif", 0, 0, 0 ],[ "#C2000E", "#ffffff", "center", 0, 0, 0, 0, true, "MS Serif, serif", 13, "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='140' height='25'><tr><td width='140' class='MenuCell' onmouseover=this.style.color='#E10915'; onmouseout=this.style.color='#FFFFFF';>Home</td></tr></table>", new WinTarget("http://www.wellingtonflorists.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='140' height='25'><tr><td width='140' class='MenuCell' onmouseover=this.style.color='#E10915'; onmouseout=this.style.color='#FFFFFF';>About Us</td></tr></table>", new WinTarget("http://www.wellingtonflorists.co.nz/about-karori-flower-shop.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='140' height='25'><tr><td width='140' class='MenuCell' onmouseover=this.style.color='#E10915'; onmouseout=this.style.color='#FFFFFF';>Floral Arrangements</td></tr></table>", new WinTarget("http://www.wellingtonflorists.co.nz/floral-arrangements.php"), 0 ],
				[ "<table width='140' height='25' cellpadding=0 cellspacing=0><tr><td width='140' class='MenuCellDropdown1'>Wedding Flowers</td></tr></table>", new WinTarget("http://www.wellingtonflorists.co.nz/wedding-flowers.php"), 1 ],
				[ "<table width='140' height='25' cellpadding=0 cellspacing=0><tr><td width='140' class='MenuCellDropdown1'>Corporate Flowers</td></tr></table>", new WinTarget("http://www.wellingtonflorists.co.nz/corporate-flowers-wellington.php"), 1 ],
				[ "<table width='140' height='25' cellpadding=0 cellspacing=0><tr><td width='140' class='MenuCellDropdown1'>Sympathy Flowers</td></tr></table>", new WinTarget("http://www.wellingtonflorists.co.nz/sympathy-flowers.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='140' height='25'><tr><td width='140' class='MenuCell' onmouseover=this.style.color='#E10915'; onmouseout=this.style.color='#FFFFFF';>Freshly Cut Bouquet</td></tr></table>", new WinTarget("http://www.wellingtonflorists.co.nz/fresh-cut-flowers.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='140' height='25'><tr><td width='140' class='MenuCell' onmouseover=this.style.color='#E10915'; onmouseout=this.style.color='#FFFFFF';>Gifts</td></tr></table>", new WinTarget("http://www.wellingtonflorists.co.nz/gifts.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='140' height='25'><tr><td width='140' class='MenuCell' onmouseover=this.style.color='#E10915'; onmouseout=this.style.color='#FFFFFF';>Gallery</td></tr></table>", new WinTarget("http://www.wellingtonflorists.co.nz/gallery.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='140' height='25'><tr><td width='140' class='MenuCell' onmouseover=this.style.color='#E10915'; onmouseout=this.style.color='#FFFFFF';>Delivery</td></tr></table>", new WinTarget("http://www.wellingtonflorists.co.nz/delivered-wellington-flowers.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='140' height='25'><tr><td width='140' class='MenuCell' onmouseover=this.style.color='#E10915'; onmouseout=this.style.color='#FFFFFF';>Contact Us</td></tr></table>", new WinTarget("http://www.wellingtonflorists.co.nz/contact-karori-flower-shop.php"), 0 ]
			]
		];
