// 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 ------------------
			[	[ "#62971C", "#ffffff" ], // onclick-menu: color of clicked node
				[ -191, -24, 141, 23, null, [ "#62971C", "#FFFFFF", "center", 0, 0, 0, 0, true, "'Times New Roman', serif", 13, false, "images/spacer.gif", 0, 0, 0 ],[ "#81AC49", "#FFFFFF", "center", 0, 0, 0, 0, true, "'Times New Roman', serif", 13, "images/spacer.gif", 0, 0, 0 ] ],
				[ 1, 5, 141, 23, null, [ "#62971C", "#FFFFFF", "center", 0, 0, 0, 0, true, "'Times New Roman', serif", 13, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#81AC49", "#FFFFFF", "center", 0, 0, 0, 0, true, "'Times New Roman', 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='141' height='23'><tr><td width='141' class='MenuCell' onmouseover=this.style.color='#FFFFFF'; onmouseout=this.style.color='#FFFFFF'; >Home</td></tr></table>", new WinTarget("http://www.fibrezone.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='141' height='23'><tr><td width='141' class='MenuCell' onmouseover=this.style.color='#FFFFFF'; onmouseout=this.style.color='#FFFFFF'; >About Us</td></tr></table>", new WinTarget("http://www.fibrezone.co.nz/about-us-natural-fibre.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='141' height='23'><tr><td width='141' class='MenuCell' onmouseover=this.style.color='#FFFFFF'; onmouseout=this.style.color='#FFFFFF'; >Possum Fur</td></tr></table>", new WinTarget("http://www.fibrezone.co.nz/possum-natural-fibre.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='141' height='23'><tr><td width='141' class='MenuCell' onmouseover=this.style.color='#FFFFFF'; onmouseout=this.style.color='#FFFFFF'; >Merino</td></tr></table>", new WinTarget("http://www.fibrezone.co.nz/merino-natural-fibre.php"), 0 ],
				[ "<table width='160' height='23' cellpadding=0 cellspacing=0><tr><td width='160' class='MenuCellDropdown1' onmouseover=this.style.color='#FFFFFF'; onmouseout=this.style.color='#FFFFFF'; >Merino Knitwear</td></tr></table>", new WinTarget("http://www.fibrezone.co.nz/merino-knitwear.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='141' height='23'><tr><td width='141' class='MenuCell' onmouseover=this.style.color='#FFFFFF'; onmouseout=this.style.color='#FFFFFF'; >Merino / Possum</td></tr></table>", new WinTarget("http://www.fibrezone.co.nz/merino-possum-natural-fibre.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='141' height='23'><tr><td width='141' class='MenuCell' onmouseover=this.style.color='#FFFFFF'; onmouseout=this.style.color='#FFFFFF'; >Contact Us</td></tr></table>", new WinTarget("http://www.fibrezone.co.nz/contact-fibrezone-natural-fibre.php"), 0 ]
			]
		];
