var topmenu_home = [
		// globals -----------------
		[	Xmenu.prototype.VERTICAL,
			0, // delay in sec. before closing menu
			false, // 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
			true,	// highlight clicked nodes
			[ 69, 29 ],	// XlayerParent width, height
			"images/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "white", "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, TopTextBorder, RightTextBorder, BottomTextBorder, LeftTextBorder, bold, fontFace, fontSize, img, img_width, img_height, tile(horiz/vert)], onmouseover: [ bgcolor, fgcolor, align, fontFace, fontSize ]]
				[ 0, 0, 69, 29, null, [ "#ff5500", "white", "center", 0, 0, 0, 0,  true, "Arial, Helvetica, sans serif", 13, false, null, 3, 5, 10, "images/top_menu_bg.gif" ],[ "#ff7c00", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 2, null, 1, 20, 0, "images/top_menu_bg_hl.gif" ] ], 
			],
			// content ----------
			[	[ "Home", new WinTarget( "index.php" ), 0 ] // content: [text, href, hierarchyLevel]
			]
		];

var topmenu_aboutus = [
		// globals -----------------
		[	Xmenu.prototype.VERTICAL,
			0, // delay in sec. before closing menu
			false, // 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
			true,	// highlight clicked nodes
			[ 80, 29 ],	// XlayerParent width, height
			"images/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "white", "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, TopTextBorder, RightTextBorder, BottomTextBorder, LeftTextBorder, bold, fontFace, fontSize, img, img_width, img_height, tile(horiz/vert)], onmouseover: [ bgcolor, fgcolor, align, fontFace, fontSize ]]
				[ 0, 0, 80, 29, null, [ "#ff5500", "white", "center", 0, 0, 0, 0,  true, "Arial, Helvetica, sans serif", 13, false, null, 3, 5, 10, "images/top_menu_bg.gif" ],[ "#ff7c00", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 2, null, 1, 20, 0, "images/top_menu_bg_hl.gif" ] ], 
			],
			// content ----------
			[	[ "About Us", new WinTarget( "aboutus.php" ), 0 ] // content: [text, href, hierarchyLevel]
			]
		];

var topmenu_job = [
		// globals -----------------
		[	Xmenu.prototype.VERTICAL,
			0, // delay in sec. before closing menu
			false, // 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
			true,	// highlight clicked nodes
			[ 135, 29 ],	// XlayerParent width, height
			"images/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "white", "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, TopTextBorder, RightTextBorder, BottomTextBorder, LeftTextBorder, bold, fontFace, fontSize, img, img_width, img_height, tile(horiz/vert)], onmouseover: [ bgcolor, fgcolor, align, fontFace, fontSize ]]
				[ 0, 0, 135, 29, null, [ "#ff5500", "white", "center", 0, 0, 0, 0,  true, "Arial, Helvetica, sans serif", 13, false, null, 3, 5, 10, "images/top_menu_bg.gif" ],[ "#ff7c00", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 2, null, 1, 20, 0, "images/top_menu_bg_hl.gif" ] ], 
			],
			// content ----------
			[	[ "Job Opportunities", new WinTarget( "job.php" ), 0 ] // content: [text, href, hierarchyLevel]
			]
		];

var topmenu_contact = [
		// globals -----------------
		[	Xmenu.prototype.VERTICAL,
			0, // delay in sec. before closing menu
			false, // 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
			true,	// highlight clicked nodes
			[ 90, 29 ],	// XlayerParent width, height
			"images/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "white", "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, TopTextBorder, RightTextBorder, BottomTextBorder, LeftTextBorder, bold, fontFace, fontSize, img, img_width, img_height, tile(horiz/vert)], onmouseover: [ bgcolor, fgcolor, align, fontFace, fontSize ]]
				[ 0, 0, 90, 29, null, [ "#ff5500", "white", "center", 0, 0, 0, 0,  true, "Arial, Helvetica, sans serif", 13, false, null, 3, 5, 10, "images/top_menu_bg.gif" ],[ "#ff7c00", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 2, null, 1, 20, 0, "images/top_menu_bg_hl.gif" ] ], 
			],
			// content ----------
			[	[ "Contact Us", new WinTarget( "contact.php" ), 0  ] // content: [text, href, hierarchyLevel]
			]
		];

var pastaHorizontal = [
		// 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
			true,	// highlight clicked nodes
			[ 20, 1 ],	// XlayerParent width, height
			"images/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "white", "white" ], // onclick-menu: color of clicked node
				[ 20, 12, 100, 35, null, [ "#ff5500", "white", "center", 0, 10, 0, 0, true, "Arial, Helvetica, sans serif", 14, false, "images/arrow_vert.gif", 5, 3, 10, "images/top_menu_bg.gif" ],[ "#ff6a00", "#ffbbaa", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 2, null, 1, 20, 0, "images/top_menu_bg_hl.gif" ] ], // 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 ]]
				[ 10, 2, 100, 30, null, [ "#ff6a00", "white", "center", 0, 0, 0, 0, true, "Arial, Helvetica, sans serif", 12, false, "images/arrow_vert.gif", 5, 3, 10, "images/top_menu_bg.gif" ],[ "#ff7c00", "#ffbbaa", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 1, "images/spacer.gif", 1, 1, 0, "images/top_menu_bg_hl.gif" ] ],
				[ 10, 2, 100, 20, null, [ "#ff8e00", "white", "center", 0, 0, 0, 0, true, "Arial, Helvetica, sans serif", 10, false, "images/arrow_vert.gif", 5, 3, 10, "images/top_menu_bg.gif" ],[ "#ffa000", "#ffbbaa", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 1, "images/spacer.gif", 1, 1, 0, "images/top_menu_bg_hl.gif" ] ],
				[ 10, 2, 100, 20, null, [ "#ffa000", "white", "center", 0, 0, 0, 0, true, "Arial, Helvetica, sans serif", 10, false, "images/arrow_vert.gif", 5, 3, 10, "images/top_menu_bg.gif" ],[ "#ffb200", "#ffccbb", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 1, "images/spacer.gif", 1, 1, 0, "images/top_menu_bg_hl.gif" ] ]
			],
			// content ----------
			[	[ "pasta", null, 0 ], // content: [text, href, hierarchyLevel]
					[ "spaghetti", null, 1 ],
						[ "bolognese", null, 2 ],
							[ "formaggio", new WinTarget( "#" ), 3 ],
						[ "carbonara", new WinTarget( "#" ), 2 ],
						[ "pesto", null, 2 ],
							[ "rosso", new WinTarget( "#" ), 3 ],
					[ "tortelloni", new WinTarget( "#" ), 1 ],
					[ "tagliatelle", null, 1 ],
						[ "alla panna", null, 2 ],
						[ "arrabiato", null, 2 ],
							[ "formaggio", new WinTarget( "#" ), 3 ], 
				[ "farfalle", new WinTarget( "http://www.puzzle.ch" ), 0 ]
			]
		];

var pastaHorizontalForFrames = [
		// 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
			true,	// highlight clicked nodes
			[ 20, 1 ],	// XlayerParent width, height
			"images/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "white", "white" ], // onclick-menu: color of clicked node
				[ 20, 10, 100, 25, null, [ "#ff5500", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 14, false, "images/arrow_vert.gif", 5, 3, 10, "images/top_menu_bg.gif" ],[ "#ff6a00", "#ffbbaa", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 2, null, 1, 20, 0, "images/top_menu_bg_hl.gif" ] ], // 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, 2, 100, 20, null, [ "#ff6a00", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 12, false, "images/arrow_vert.gif", 5, 3, 10, "images/top_menu_bg.gif" ],[ "#ff7c00", "#ffbbaa", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 1, "images/spacer.gif", 1, 1, 0, "images/top_menu_bg_hl.gif" ] ],
				[ 0, 2, 100, 20, null, [ "#ff8e00", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 10, false, "images/arrow_vert.gif", 5, 3, 10, "images/top_menu_bg.gif" ],[ "#ffa000", "#ffbbaa", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 1, "images/spacer.gif", 1, 1, 0, "images/top_menu_bg_hl.gif" ] ],
				[ 0, 2, 100, 20, null, [ "#ffa000", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 10, false, "images/arrow_vert.gif", 5, 3, 10, "images/top_menu_bg.gif" ],[ "#ffb200", "#ffccbb", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 1, "images/spacer.gif", 1, 1, 0, "images/top_menu_bg_hl.gif" ] ]
			],
			// content ----------
			[	[ "pasta", null, 0 ], // content: [text, href, hierarchyLevel]
					[ "spaghetti", null, 1 ],
						[ "bolognese", null, 2 ],
							[ "formaggio", new NewWinTarget( "http://www.puzzle.ch", 300, 300, 400, 400 ), 3 ],
						[ "carbonara", new WinTarget( "#" ), 2 ],
						[ "pesto", null, 2 ],
							[ "rosso", new FrameTarget( "http://www.barilla.it", "contentFrame" ), 3 ],
					[ "tortelloni", new FrameTarget( "http://www.barilla.it", "contentFrame" ), 1 ],
					[ "tagliatelle", null, 1 ],
						[ "alla panna", null, 2 ],
							[ "funghi", new WinTarget( "http://www.agnesi.it" ), 3 ],
						[ "arrabiato", new FrameTarget( "http://www.barilla.it", "contentFrame" ), 2 ]
			]
		];

var pastaCollapsingFading = [
		// 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,	// highlight clicked nodes
			[ 20, 1 ],	// XlayerParent width, height
			"images/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "white", "white" ], // onclick-menu: color of clicked node
				[ 20, 20, 100, 30, [ 0, 100, 10, 100 ], [ "#ff6a00", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 12, false, "images/arrow_vert.gif", 5, 3, 10, "images/top_menu_bg.gif" ],[ "#ff7c00", "#ffbbaa", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 1, "images/spacer.gif", 1, 1, 0, "images/top_menu_bg_hl.gif" ] ],
				[ 10, 2, 100, 20, null, [ "#ff8e00", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 10, false, "images/arrow_vert.gif", 5, 3, 10, "images/top_menu_bg.gif" ],[ "#ffa000", "#ffbbaa", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 1, "images/spacer.gif", 1, 1, 0, "images/top_menu_bg_hl.gif" ] ],
				[ 10, 2, 100, 20, null, [ "#ffa000", "white", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 10, false, "images/arrow_vert.gif", 5, 3, 10, "images/top_menu_bg.gif" ],[ "#ffb200", "#ffccbb", "center", 0, 0, 0, 10, true, "Arial, Helvetica, sans serif", 1, "images/spacer.gif", 1, 1, 0, "images/top_menu_bg_hl.gif" ] ]
			],
			// content ----------
			[		[ "spaghetti", null, 0 ],
						[ "bolognese", null, 1 ],
							[ "formaggio", new WinTarget( "#" ), 2 ],
						[ "carbonara", new WinTarget( "#" ), 1 ],
						[ "pesto", null, 1 ],
							[ "rosso", new WinTarget( "#" ), 2 ],
					[ "tortelloni", new WinTarget( "#" ), 0 ],
					[ "tagliatelle", null, 0 ],
						[ "alla panna", null, 1 ],
							[ "formaggio", new WinTarget( "#" ), 2 ],
						[ "arrabiato", new WinTarget( "#" ), 1 ]
			]
		];
		