// Copyright (c) 2005 Village Tronic
		
var vtbook = [
		// 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, 97, 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, 135, 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 ----------
			[	[ "VTBook&nbsp;&nbsp;", new WinTarget( "/vtbook/index.html" ), 0 ], // content: [text, href, hierarchyLevel]
				[ "Reviews&nbsp;&nbsp;&nbsp;&nbsp;", new WinTarget( "/vtbook/review.html" ), 0 ],
				[ "VTBook&nbsp;Magic", new WinTarget( "/vtbook/magic.html" ), 0 ],
				[ "&nbsp;&nbsp;&nbsp;&nbsp;Accessories", new WinTarget( "/vtbook/accessories.html" ), 0 ],
					[ "DVI to VGA Adapter", new WinTarget( "/vtbook/accessories.html#dvitovga" ), 1 ], // content: [text, href, hierarchyLevel]
					[ "VTBook DualDisplay", new WinTarget( "/vtbook/dualdisplay.html" ), 1 ],
					[ "VTBook Overdrive", new WinTarget( "/vtbook/accessories.html#overdrive" ), 1 ],
					[ "VT MultiDisplay", new WinTarget( "/vtmd/index.html" ), 1 ],
				[ "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Applications", new WinTarget( "/vtbook/applications.html" ), 0 ],
					[ "Mobile MultiDisplay", new WinTarget( "/vtbook/applications.html" ), 1 ], // content: [text, href, hierarchyLevel]
					[ "Finance/Trading", new WinTarget( "/vtbook/finance.html" ), 1 ],
					[ "Web Publishing", new WinTarget( "/vtbook/applications.html#WebPublishing" ), 1 ],
					[ "Video Editing", new WinTarget( "/vtbook/applications.html#VideoEditing" ), 1 ],
				[ "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tech&nbsp;Specs", new WinTarget( "/vtbook/techspecs.html" ), 0 ],
				[ "&nbsp;&nbsp;FAQ", new WinTarget( "/vtbook/faq.html" ), 0 ],
					[ "General FAQ", new WinTarget( "/vtbook/faq.html" ), 1 ], // content: [text, href, hierarchyLevel]
					[ "Technical FAQ", new WinTarget( "/vtbook/tech_faq.html" ), 1 ],
					[ "Tested Hardware", new WinTarget( "/vtbook/compatibility.html" ), 1 ],
				[ "Downloads", new WinTarget( "/vtbook/download.html" ), 0 ]
			]
		];
