// Copyright (c) 2001-2004 André Dietisheim

var pastaCollapsingHightlight = [
		// globals -----------------
		[	Xmenu.prototype.COLLAPSING,
			1, // delay in sec. before closing menu
			true, // vertical or horizontal menu: onclick / onmouseover
			true, // horizontal & vertical menu: menu appears below/right of the root-node
			true,  // horizontal menu: each hierarchy starts on same X
			false, // keep expansion state
			true, // onclick menu: highlight clicked nodes
			[ 20, 1 ],	// XlayerParent width, height
			"img/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "#ffffff", "#000099" ], // onclick-menu: color of clicked node
				[ 20, 5, 250, 50, null, [ "#ffffff", "#000099", "center", 0, 0, 0, 16, true, "Arial, Helvetica, sans serif", 16, false, "img/arrow_vert.gif", 5, 3, 10 ],[ "#bec8fc", "#000000", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif, sans serif", 1, "img/spacer.gif", 1, 1, 0 ] ],
				[ 10, 10, 250, 50, null, [ "#ffffff", "#000099", "center", 0, 0, 0, 14, true, "Arial, Helvetica, sans serif", 14, false, "img/arrow_vert.gif", 5, 3, 10 ],[ "#bec8fc", "#000000", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif, sans serif", 1, "img/spacer.gif", 1, 1, 0 ] ],
			],
			// content ----------
			[		[ "Helen Gunderson Biography", new FrameTarget("../bio.html", "main"), 0 ],
					[ "Collection Summary", new FrameTarget("../summary.html", "main"), 0 ],
					[ "Map of the Road I Grew Up On Area", new FrameTarget( "../maps.html", "main" ), 0 ],
					[ "Images", null, 0 ],
						[ "By Family", new FrameTarget("../family.html", "main"), 1 ],
						[ "Images from Rolfe and Pocahontas", new FrameTarget( "../towns.html", "main" ), 1 ],
						[ "Images of Farm Work and Livestock", new FrameTarget( "../farmwrk.html", "main" ), 1 ],
						[ "Farmsteads and Structures by Family", new FrameTarget( "../farms.html", "main"), 1 ],
						[ "Residents and former residents of the area", new FrameTarget("../people.html", "main"), 1 ],
					[ "Oral Histories", new FrameTarget( "../dgrant.html", "main" ), 0 ]
			]
		];
