var dimensioneK = [
		// globals -----------------
		[	Xmenu.prototype.VERTICAL,
			2, // 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
			[ '/img/spacer.gif1', 20, 1 ]	// XlayerParent img
		],
			// styles ------------------
			[	[ "#ff4400", "#ffaaaa" ], // onclick-menu: color of clicked node
				[ 0, 2, 177, 20, null, [ "#eeeeee", "#000033", "center", true, "Arial, Helvetica", 14, false, "/img/arrow_horiz.gif", 3, 5, 10 ],[ "#E90000", "#dddddd", "center", true, "Verdana, Helvetica, Arial", 2, null, 1, 20, 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, 2, 177, 20, null, [ "#eeeeee", "#000033", "left", true, "Arial, Helvetica", 12, false, "/img/arrow_horiz.gif", 3, 5, 10 ],[ "#E40000", "#dddddd", "center", true, "Verdana, Helvetica, Arial", 1, "/img/spacer.gif2", 1, 1, 0 ] ],
				[ -8, 4, 120, 18, null,[ "#ffffff", "#000033", "left", true, "Arial, Helvetica", 10, false, "/img/arrow_horiz.gif", 3, 5, 10 ],[ "#DF0000", "#dddddd", "center", true, "Verdana, Helvetica, Arial", 1, "/img/spacer.gif3", 1, 1, 0 ] ],
				[ -4, 4, 100, 18, null,[ "#ffffff", "#000033", "left", true, "Arial, Helvetica", 10, false, "/img/arrow_horiz.gif", 3, 5, 10 ],[ "#DA0000", "#dddddd", "center", true, "Verdana, Helvetica, Arial", 1, "/img/spacer.gif4", 1, 1, 0 ] ]
			],
			// content ----------
			[	
			[ "Menu", null, 0 ], // content: [text, href, hierarchyLevel]
					[ "&nbsp;Comunicazioni", null, 1 ],
						[ "&nbsp;Circolari Regionali", "circolari regionali 2012.htm", 2 ],
						[ "&nbsp;Circolari Nazionali", "circolari nazionali 2012.htm", 2 ],
					[ "&nbsp;Calendario", null, 1 ],
					    [ "&nbsp;Anno 2012", "calendario 2012.htm", 2 ],
					    [ "&nbsp;Anno 2011", "calendario 2011.htm", 2 ],
					    [ "&nbsp;Anno 2010", "calendario 2010.htm", 2 ],
					    [ "&nbsp;Anno 2009", "calendario 2009.htm", 2 ],
					    [ "&nbsp;Anno 2008", "calendario 2008.htm", 2 ],
						[ "&nbsp;Anno 2007", "calendario 2007.htm", 2 ],						
					[ "&nbsp;Federazione e Norme", null, 1 ],
						[ "&nbsp;F.I.K.T.A.", "javascript:window.open('http://www.fikta.it','blank');void(0)", 2 ],
						[ "&nbsp;Programmi d'esame", "javascript:window.open('http://www.dimensionek.it/palestra/esami.htm','blank');void(0)", 2 ],
					    [ "&nbsp;Norme Competizioni", "javascript:window.open('http://www.dimensionek.it/palestra/norme.htm','blank');void(0)", 2 ],
						[ "&nbsp;Kata", "javascript:window.open('http://www.dimensionek.it/palestra/norme-kata.htm','blank');void(0)", 2 ],
						[ "&nbsp;Kumite", "javascript:window.open('http://www.dimensionek.it/palestra/norme-kumite.htm','blank');void(0)", 2 ],
						[ "&nbsp;Fukugo", "javascript:window.open('http://www.dimensionek.it/palestra/norme-fukugo.htm','blank');void(0)", 2 ],
						[ "&nbsp;Enbu", "javascript:window.open('http://www.dimensionek.it/palestra/norme-enbu.htm','blank');void(0)", 2 ],
						[ "&nbsp;Jiyu Ippon Kumite", "javascript:window.open('http://www.dimensionek.it/palestra/juipkumite.htm','blank');void(0)", 2 ], 
						[ "&nbsp;Presidenti di Giuria", "javascript:window.open('http://www.dimensionek.it/palestra/presidentigiuria.htm','blank');void(0)", 2 ], 	
					[ "&nbsp;Fikta Piemonte", null, 1 ],
						[ "&nbsp;Scuole Piemonte", "scuole.htm", 2 ],
						[ "&nbsp;Organigramma", "organigramma.htm", 2 ],
						[ "&nbsp;Tecnici Piemonte", "elenco tecnici 2007.htm", 2 ],
						[ "&nbsp;Modulistica", "modulistica 2007.htm", 2 ],
					[ "&nbsp;Galleria Fotografica", null, 1 ],
						[ "&nbsp;Anno 2007", "galleria foto.htm", 2 ],
						[ "&nbsp;Anno 2008-2011", "galleria foto 2008.htm", 2 ],
					[ "&nbsp;Contatti", "contatti.htm", 1 ],
					[ "&nbsp;Link", "link.htm", 1 ]
										
			]
		];

					//[ "&nbsp;News", "#", 1 ],
					//[ "&nbsp;Collegamenti", "#", 1 ],
					//[ "&nbsp;Messaggi", "#", 1 ]
		
