// 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
				[ 98, 183, 147, 25, null, [ "#9D3327", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#ffffff", "#9D3327", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ -1, 0, 149, 25, null, [ "#ffffff", "#9D3327", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#9D3327", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, "images/spacer.gif", 0, 0, 0 ] ],
				[ -1, 0, 149, 25, null, [ "#ffffff", "#9D3327", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#9D3327", "#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='147' height='25'><tr><td class='MenuCell' onmouseover=this.style.color='#9d3327' onmouseout=this.style.color='#ffffff'>HOME</td></tr></table>", new WinTarget("http://www.smithsbookshop.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='147' height='25'><tr><td class='MenuCell' onmouseover=this.style.color='#9d3327' onmouseout=this.style.color='#ffffff'>LOCATE US</td></tr></table>", new WinTarget("http://www.smithsbookshop.co.nz/locate-us-smiths-bookshop-locations.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='147' height='25'><tr><td class='MenuCell' onmouseover=this.style.color='#9d3327' onmouseout=this.style.color='#ffffff'>NEWS & WHATS NEW</td></tr></table>", new WinTarget("http://www.smithsbookshop.co.nz/news.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='147' height='25'><tr><td class='MenuCell' onmouseover=this.style.color='#9d3327' onmouseout=this.style.color='#ffffff'>LINKS</td></tr></table>", new WinTarget("http://www.smithsbookshop.co.nz/antiquarian-second-hand-ephemera-links.php"), 0 ],
				[ "<table width='149' height='25' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.style.color='#ffffff' onmouseout=this.style.color='#9d3327'>SEARCH WEBSITE</td></tr></table>", new WinTarget("http://www.smithsbookshop.co.nz/search-smiths-website.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='147' height='25'><tr><td class='MenuCell' onmouseover=this.style.color='#9d3327' onmouseout=this.style.color='#ffffff'>CONTACT US</td></tr></table>", new WinTarget("http://www.smithsbookshop.co.nz/contact-us-smiths-bookshop.php"), 0 ]
			]
		];
