
var pastaHorizontal = [
		// globals -----------------
		[	Xmenu.prototype.HORIZONTAL,
			10, // delay in sec. before closing menu
			false, // 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,	// highlight clicked nodes
			[ 15, 5 ],	// XlayerParent width, height
			"files/spacer.gif" // spacer url
		],
			// styles ------------------
			//our blue = "#1f4f8f"
			//our red = "#5f0050"
			//sample fading [0, 100, 10, 100]
			[	[ "#5f0050", "white" ], // onclick-menu: color of clicked node
// xlayer style: [xOffset, yOffset, width, height, fading: [start_val, stop_val, steps, delay(ms)], style onmouseout: [bgcolor, fgcolor, align, bold, fontFace, fontSize, img, img_width, img_height, tile(horiz/vert)], onmouseover: [ bgcolor, fgcolor, align, fontFace, fontSize ]]
				[ 0, 0, 95, 30, null, [ "black", "white", "center", 0, 0, 0, 0, true, "Arial, Helvetica, sans serif", 12, false, "", 0, 0, 10 ],[ "#1f4f8f", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 2, null, 1, 20, 0 ] ], 
				[ 0, 0, 120, 20, null, [ "white", "black", "center", 0, 0, 0, 0, true, "Arial, Helvetica, sans serif", 12, false, "", 0, 0, 10 ],[ "#1f4f8f", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 1, "files/spacer.gif", 1, 1, 0 ] ]
			],
			// content ----------
			[	[ "Home", new WinTarget( "index.htm"), 0 ], // content: [text, href, hierarchyLevel],
					[ "Worship Service", new WinTarget( "Map.htm") , 1 ],
					[ "What's Happening", new WinTarget( "WhatsHappening.htm") , 1 ],
					[ "Invite a Friend", new WinTarget( "InviteAFriend.htm") , 1 ],
					[ "Photo Album", new WinTarget( "PhotoAlbum.htm") , 1 ],
					[ "Our New Home", new WinTarget( "OurNewHome.htm") , 1 ],
					
				[ "About Us", null, 0 ],
					[ "Our Beginnings", new WinTarget( "OurBeginnings.htm") , 1 ],
					[ "Our Values", new WinTarget( "OurValues.htm") , 1 ],
					[ "Our Leaders", new WinTarget( "OurLeaders.htm") , 1 ],
					
				[ "Services", null, 0 ],
					[ "What Can I Expect", new WinTarget( "WhatCanIExpect.htm" ), 1 ],
					[ "7 Reasons to Visit", new WinTarget( "7ReasonsVisit.htm") , 1 ],
				[ "Children", null, 0 ],
					[ "Nursery", new WinTarget( "Nursery.htm" ), 1 ],
					[ "Toddler", new WinTarget( "Toddler.htm" ), 1 ],
					[ "Crosswalk", new WinTarget( "Crosswalk.htm" ), 1 ],
					[ "Bible Study", new WinTarget( "BibleStudyFellowship.htm" ), 1 ],
					[ "Bible Quizzing", new WinTarget( "BibleQuizzing.htm" ), 1 ],
					[ "Choir", new WinTarget( "Choir.htm" ), 1 ],
				[ "Youth", null, 0 ],
					[ "SafeHouse", new WinTarget( "SafeHouse.htm" ), 1 ],
					[ "Bible Study", new WinTarget( "YouthBibleStudyFellowship.htm" ), 1 ],
					[ "Bible Quizzing", new WinTarget( "YouthBibleQuizzing.htm" ), 1 ],
				[ "Becoming A Christian", new WinTarget( "BecomingAChristian.htm" ), 0 ],
				
				[ "Contact Us", new WinTarget( "QuickConnect.htm" ), 0 ],
					[ "Quick Connect", new WinTarget( "QuickConnect.htm" ), 1 ],
					[ "Prayer Requests", new WinTarget( "PrayerRequests.htm" ), 1 ],
				[ "Links", new WinTarget( "Links.htm" ), 0 ]
			]
		];

