var prop = [
98, // transparancy of the items
170, // left position of the whole menu
114, // height position of the whole menu
100, // width of the head items of the menu
18, // top of the head items of the menu
0, // space between the head items
1, // width of the border of the head items
'#406ab0',//bordercolor of the head items
1, // 1 to set the head items bold , 1 to set the head items normal
12, // font-size of the head items
'verdana', // font-family of the head items
'solid', // border style of the head items
0, // space between the header and the items
132, // width of the items
18, // heigth of the items
1, // width of the border items
'#406ab0', // color of the item border
'solid', // border style of the items
12,//font size of the items
'verdana', // font-family of the items
2, // space between the item panels (multi-level)
1, //left padding in the head item block
10, // top padding in the head item block
'images/Pil.gif' // icon at the left when there are subitems
];

//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 =[

['Forside','index.html','_top','#406AB0','#99ccff','#406AB0','#ffffff',],

['Rideskole',null,'_top','#406AB0','#99ccff','#406AB0','#ffffff',
[
 ['Hold','hold.html','_top','#406AB0','#99ccff','#406AB0','#ffffff'],
 ['Priser','priser.html','_top','#406AB0','#99ccff','#406AB0','#ffffff'],
 ['Heste og Ponyer','hesteogponyer.html','_top','#406AB0','#99ccff','#406AB0','#ffffff'],
 ['Aktiviteter','aktiviteter.html','_top','#406AB0','#99ccff','#406AB0','#ffffff'],
 ['Traditioner',null,'_top','#406AB0','#99ccff','#406AB0','#ffffff']
]],

['Ridelejr','ridelejr.html','_top','#406AB0','#99ccff','#406AB0','#ffffff',],

['Pension',null,'_top','#406AB0','#99ccff','#406AB0','#ffffff',
[
 ['Priser','priser.html','_top','#406AB0','#99ccff','#406AB0','#ffffff'],
 ['Rideklub','http://www.fhsr.dk','_blank','#406AB0','#99ccff','#406AB0','#ffffff']
]],

['Om Digels',null,'_top','#406AB0','#99ccff','#99ccff','#ffffff',
[
 ['Facilitet','faciliteter.html','_top','#406AB0','#99ccff','#406AB0','#ffffff'],
 ['Ridehusplan','ridehusplan.html','_top','#406AB0','#99ccff','#406AB0','#ffffff'],
 ['Familien','familien.html','_top','#406AB0','#99ccff','#406AB0','#ffffff'],
 ['Visioner',null,'_top','#406AB0','#99ccff','#99ccff','#ffffff']
]],

['Kontakt','kontakt.html','_top','#406AB0','#99ccff','#406AB0','#ffffff',],

['Links',null,'_top','#406AB0','#99ccff','#406AB0','#ffffff',]

];
