// Copyright (c) 2005 Village Tronic
		
var vtvoila = [
		// globals -----------------
		[	Xmenu.prototype.HORVERT,
			1, // 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
			false,	// highlight clicked nodes
			[ 97, 0 ],	// XlayerParent width, height
			"../vtbook/gfx/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "#eeeeee", "#ff0000" ], // onclick-menu: color of clicked node
				[ 0, 0, 130, 23, null, [ null, "black", "center", 0, 0, 0, 0, false, "Arial, Helvetica, sans serif", 13, false, null, 0, 0, 0 ],[ null, "#ff0000", "center", 0, 0, 0, 0, false, "Arial, Helvetica, sans serif", 13, null, 0, 0, 0 ] ], // 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 ]]
				[ 20, 0, 110, 20, null, [ "#cccccc", "black", "left", 0, 0, 0, 4, false, "Arial, Helvetica, sans serif", 13, false, null, 0, 0, 0 ],[ "#eeeeee", "#ff0000", "left", 0, 0, 0, 4, false, "Arial, Helvetica, sans serif", 13, null, 0, 0, 0 ] ],
			],
			// content ----------
			[	[ "VT&nbsp;Voil&agrave;", new WinTarget( "index.html" ), 0 ], // content: [text, href, hierarchyLevel]
				[ "Features", new WinTarget( "#featur" ), 0 ],
					[ "Hey!", new WinTarget( "#hey" ), 1 ], // content: [text, href, hierarchyLevel]
					[ "Jump!", new WinTarget( "#jump" ), 1 ],
					[ "Voil&agrave;", new WinTarget( "#voila" ), 1 ],
					[ "Customization", new WinTarget( "#custom" ), 1 ],
				[ "VTBook", new WinTarget( "../vtbook/index.html" ), 0 ],
				[ "MPDD&nbsp;Pro", new WinTarget( "../e_pr_mpddpro.html" ), 0 ],
				[ "Manual", new WinTarget( "manual.html" ), 0 ],
				[ "Downloads", new WinTarget( "download.html" ), 0 ]
			]
		];
