// 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 ------------------
			[	[ "#ff4400", "#ffaaaa" ], // onclick-menu: color of clicked node
				[ 0, 152, 147, 20, null, [ "", "#DEDEDE", "right", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "", "#FFFFFF", "right", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, Geneva, sans-serif", 10, "images/spacer.gif", 0, 0, 0 ] ],
				[ 2, 0, 147, 20, null, [ "#616161", "#DEDEDE", "left", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "#616161", "#FFFFFF", "spacer", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, Geneva, sans-serif", 10, "images/spacer.gif", 0, 0, 0 ] ]/*,
				[ 1, 6, 146, 22, null, [ "#00472F", "#FFFFFF", "left", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, Geneva, sans-serif", 10, false, "images/spacer.gif", 0, 0, 0 ],[ "#FFFFFF", "#00472F", "spacer", 0, 0, 0, 0, true, "Verdana, Arial, Helvetica, Geneva, sans-serif", 10, "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='147' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#FFFFFF'; onmouseout=this.style.color='#DEDEDE'; >Landscape</td></tr></table>", new WinTarget("http://www.eunoiaphoto.co.nz/coastline-lakes-mountains-photography.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='147' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#FFFFFF'; onmouseout=this.style.color='#DEDEDE'; >Black & White</td></tr></table>", new WinTarget("http://www.eunoiaphoto.co.nz/black-and-white-photography.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='147' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#FFFFFF'; onmouseout=this.style.color='#DEDEDE'; >Nature</td></tr></table>", new WinTarget("http://www.eunoiaphoto.co.nz/nature.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='147' height='20'><tr><td class='MenuCell' onmouseover=this.style.color='#FFFFFF'; onmouseout=this.style.color='#DEDEDE'; >Recent </td></tr></table>", new WinTarget("http://www.eunoiaphoto.co.nz/recent-work-from-the-new-zealand-landscape.php"), 0 ]
			]
		];
