// 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
				[ 30, 84, 120, 25, null, [ "#444c55", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#444c55", "#f07520", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 120, 25, null, [ "#444c55", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#444c55", "#f07520", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 4, 120, 25, null, [ "#444c55", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#444c55", "#f07520", "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='120' height='25'><tr><td class='MenuCell' onmouseover=this.style.color='#f07520' onmouseout=this.style.color='#ffffff'>Home</td></tr></table>", new WinTarget("http://www.instantpromotion.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='120' height='25'><tr><td class='MenuCell' onmouseover=this.style.color='#f07520' onmouseout=this.style.color='#ffffff'>About us</td></tr></table>", new WinTarget("http://www.instantpromotion.co.nz/about-instant-promotion.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='120' height='25'><tr><td class='MenuCell' onmouseover=this.style.color='#f07520' onmouseout=this.style.color='#ffffff'>Custom Posters</td></tr></table>", new WinTarget("http://www.instantpromotion.co.nz/custom-posters.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='120' height='25'><tr><td class='MenuCell' onmouseover=this.style.color='#f07520' onmouseout=this.style.color='#ffffff'>Advertising</td></tr></table>", new WinTarget("http://www.instantpromotion.co.nz/advertising.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='120' height='25'><tr><td class='MenuCell' onmouseover=this.style.color='#f07520' onmouseout=this.style.color='#ffffff'>Shopping Cart</td></tr></table>", new WinTarget("http://www.instantpromotion.co.nz/promo-products/_view_cart.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='120' height='25'><tr><td class='MenuCell' onmouseover=this.style.color='#f07520' onmouseout=this.style.color='#ffffff'>Contact Us</td></tr></table>", new WinTarget("http://www.instantpromotion.co.nz/contact-us-promo-kits.php"), 0 ]
			]
		];
