// Copyright (c) 2007 Village Tronic
		
var vidock2 = [
		// 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
			[ 196, 0 ],	// XlayerParent width, height
			"/site/gfx/spacer.gif" // spacer url
		],
			// styles ------------------
			[	[ "#eeeeee", "#ff0000" ], // onclick-menu: color of clicked node
				[ 0, 0, 196, 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, 196, 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 ----------
			[	[ " ", new WinTarget( "index.html" ), 0 ], // content: [text, href, hierarchyLevel]
				[ " ", new WinTarget( "techspecs.html" ), 0 ],
				[ "Features", new WinTarget( "index.html" ), 0 ],
				[ "Installation", new WinTarget( "test.html" ), 0 ],
				[ "Buy Now!", new WinTarget( "buynow.html" ), 0 ]
			]
		];

