// 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
				[ 19, 188, 163, 30, null, [ "#B90000", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/spacer.gif", 0, 0, 0 ],[ "#ED0000", "#730000", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 163, 24, null, [ "#B90000", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#ED0000", "#730000", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 12, "images/spacer.gif", 0, 0, 0 ] ],
				[ 0, 0, 163, 24, null, [ "#B90000", "#ffffff", "center", 0, 0, 0, 0, true, "Arial, Verdana, Helvetica, sans-serif", 11, false, "images/arrow_vert.gif", 0, 0, 0 ],[ "#ED0000", "#730000", "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='163' height='30'><tr><td class='MenuCell' onmouseover=this.style.color='#730000';this.style.backgroundColor='#ED0000'; onmouseout=this.style.color='#ffffff';this.style.backgroundColor='#B90000';>HOME</td></tr></table>", new WinTarget("http://www.portfoliomodels.co.nz/index.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='163' height='30'><tr><td class='MenuCell' onmouseover=this.style.color='#730000';this.style.backgroundColor='#ED0000'; onmouseout=this.style.color='#ffffff';this.style.backgroundColor='#B90000';>ABOUT US</td></tr></table>", new WinTarget("http://www.portfoliomodels.co.nz/about-us-portfolio-models.php"), 0 ],
				[ "<table width='163' height='24' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.style.color='#730000';this.style.backgroundColor='#ED0000'; onmouseout=this.style.color='#ffffff';this.style.backgroundColor='#B90000';>AGENCY</td></tr></table>", new WinTarget("http://www.portfoliomodels.co.nz/agency.php"), 1 ],
				[ "<table width='163' height='24' cellpadding=0 cellspacing=0><tr><td  class='MenuCellDropdown1' onmouseover=this.style.color='#730000';this.style.backgroundColor='#ED0000'; onmouseout=this.style.color='#ffffff';this.style.backgroundColor='#B90000';>APPLY</td></tr></table>", new WinTarget("http://www.portfoliomodels.co.nz/apply.php"), 1 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='163' height='30'><tr><td class='MenuCell' onmouseover=this.style.color='#730000';this.style.backgroundColor='#ED0000'; onmouseout=this.style.color='#ffffff';this.style.backgroundColor='#B90000';>MODEL WORKSHOPS</td></tr></table>", new WinTarget("http://www.portfoliomodels.co.nz/workshops.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='163' height='30'><tr><td class='MenuCell' onmouseover=this.style.color='#730000';this.style.backgroundColor='#ED0000'; onmouseout=this.style.color='#ffffff';this.style.backgroundColor='#B90000';>CURRENT CAMPAIGNS</td></tr></table>", new WinTarget("http://www.portfoliomodels.co.nz/current-campaigns.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='163' height='30'><tr><td class='MenuCell' onmouseover=this.style.color='#730000';this.style.backgroundColor='#ED0000'; onmouseout=this.style.color='#ffffff';this.style.backgroundColor='#B90000';>GALLERY</td></tr></table>", new WinTarget("http://www.portfoliomodels.co.nz/portfolio-models-gallery.php"), 0 ],
				[ "<table cellpadding=0 cellspacing=0 border=0 width='163' height='30'><tr><td class='MenuCell' onmouseover=this.style.color='#730000';this.style.backgroundColor='#ED0000'; onmouseout=this.style.color='#ffffff';this.style.backgroundColor='#B90000';>NEWS</td></tr></table>", new WinTarget("http://www.portfoliomodels.co.nz/model-agency-news.php"), 0 ]
			]
		];

