var prop = [
90, // transparancy of the items
27, // left position of the whole menu
130, // height position of the whole menu
130, // width of the head items of the menu
15, // top of the head items of the menu
2, // space between the head items
1, // width of the border of the head items
'black',//bordercolor of the head items
0, // 1 to set the head items bold , 1 to set the head items normal
11, // font-size of the head items
'verdana', // font-family of the head items
'solid', // border style of the head items
4, // space between the header and the items
140, // width of the items
20, // heigth of the items
1, // width of the border items
'black', // color of the item border
'solid', // border style of the items
10,//font size of the items
'verdana', // font-family of the items
2, // space between the item panels (multi-level)
3, //left padding in the head item block
10, // top padding in the head item block
];

//link ==> [text,url,target,text_color,background_color,text_color_onmouseover,background_color_onmouseover]
//link with items ==> [text,url,target,text_color,background_color,text_color_onmouseover,background_color_onmouseover,[items]] 
var link =[
['Sport Benessere','http://www.michelangelo76.it/home.htm','_self','white','#336699','darkblue','lightblue',[
['Tecniche allenamento','http://www.michelangelo76.it/allenamento.htm','_self','white','#336699','darkblue','lightblue'],
['Stretching','http://www.michelangelo76.it/recupero.htm','_self','white','#336699','darkblue','lightblue'],
['Alimentazione','http://www.michelangelo76.it/alimentazione.htm','_self','white','#336699','darkblue','lightblue',]
]],
['Tipi Massaggi','http://www.michelangelo76.it/home.htm','_self','white','#336699','darkblue','lightblue',
[
['Mass. terapeutico','http://www.michelangelo76.it/terapeutico.htm','_self','white','#336699','darkblue','lightblue'],
['Mass. sportivo','http://www.michelangelo76.it/sportivo.htm','_self','white','#336699','darkblue','lightblue'],
['Linfodrenaggio','http://www.michelangelo76.it/linfodrenaggio.htm','_self','white','#336699','darkblue','lightblue'],
['Mass. con oli essenziali','http://www.michelangelo76.it/oliessenziali.htm','_self','white','#336699','darkblue','lightblue',]
]],
['Mass. bioenergetici','http://www.michelangelo76.it/home.htm','_top','white','#336699','darkblue','lightblue',
[
['Ayurvedico','http://www.michelangelo76.it/ayurvedico.htm','_self','white','#336699','darkblue','lightblue'],
['Shiatsu','http://www.michelangelo76.it/shiatsu.htm','_self','white','#336699','darkblue','lightblue'],
['Mass. sensoriale (musicoterapia)','http://www.michelangelo76.it/sensoriale.htm','_self','white','#336699','darkblue','lightblue',]
]],
['Contatti&Info','http://www.michelangelo76.it/home.htm','_top','white','#336699','darkblue','lightblue',
[
['Qualcosa di me','http://www.michelangelo76.it/info.htm','_self','white','#336699','darkblue','lightblue'],
['Aziende e Società','http://www.michelangelo76.it/aziende.htm','_self','white','#336699','darkblue','lightblue'],
['Domande&Risposte','http://www.michelangelo76.it/domande.htm','_self','white','#336699','darkblue','lightblue'],
['Contattami','mailto:michelangelo76@virgilio.it','_self','white','#336699','darkblue','lightblue'],
["Home",'http://www.michelangelo76.it/home.htm','_self','white','#336699','darkblue','lightblue',]
]]


];