// Copyright (c) 2007 Village Tronic
		
var vibook = [
		// 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
			[ 156, 0 ],	// XlayerParent width, height
			"/vtbook/gfx/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "#eeeeee", "#ff0000" ], // onclick-menu: color of clicked node
				[ 0, 0, 156, 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 ]]
				[ 0, 0, 156, 25, 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 ----------
			[	[ "Home", new WinTarget( "/vibook/it_index.html" ), 0 ], // content: [text, href, hierarchyLevel]
				[ "Specifiche", new WinTarget( "/vibook/techspecs.html" ), 0 ],
				[ "Recensioni", new WinTarget( "/vibook/reviews.html" ), 0 ],
				[ "Supporto e driver", new WinTarget( "/vibook/downloads.html" ), 0 ],
				[ "Acquista!", new WinTarget( "/vibook/buynow.html" ), 0 ]
			]
		];
