var prop = [
90, // transparancy of the items
145, // left position of the whole menu
50, // height position of the whole menu
80, // width of the head items of the menu
18, // top of the head items of the menu
3, // 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
3, // space between the header and the items
140, // width of the items
18, // 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
1, // space between the item panels (multi-level)
1, //left padding in the head item block
10, // top padding in the head item block
'icons/folder2.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 =[
['Start',null,'_top','white','#336699','#CCCCFF','#003366',
[
['Start side','http://www.i-gruppen.dk/main.html','_self','white','#336699','#CCCCFF','#003366'],
['Webmail','http://webmail.123hotel.dk','_blank','white','#336699','#CCCCFF','#003366'],
['Statistik','http://stat.123hotel.dk','_blank','white','#336699','#CCCCFF','#003366'],
['Login','http://www.i-gruppen.dk/login/default.asp','_self','white','#336699','#CCCCFF','#003366']
]],

['Gruppen',null,'_self','white','#336699','#CCCCFF','#003366',
[
['Aksel Nissen','http://www.i-gruppen.dk/aksel.html','_self','white','#336699','#CCCCFF','#003366'],
['Kasper Kammersgaard','http://www.i-gruppen.dk/kasper.html','_self','white','#336699','#CCCCFF','#003366'],
['Kuno Faurskov','http://www.i-gruppen.dk/kuno.html','_self','white','#336699','#CCCCFF','#003366'],
['Thomas Jensen','http://www.i-gruppen.dk/thomas.html','_self','white','#336699','#CCCCFF','#003366'],
['Jacob Christensen','http://www.i-gruppen.dk/jacob.html','_self','white','#336699','#CCCCFF','#003366']
]],

['Om os',null,'_self','white','#336699','#CCCCFF','#003366'],


['Gæstebog','http://www.i-gruppen.dk/g_bog/default.asp','_self','white','#336699','#CCCCFF','#003366'],


['Fotos',null,'_self','white','#336699','#CCCCFF','#003366',
[
['Fotoserie u. tekst','http://www.i-gruppen.dk/foto.asp','_self','white','#336699','#CCCCFF','#003366'],
['Fotos med tekst','http://www.i-gruppen.dk/ms/index1.asp','_self','white','#336699','#CCCCFF','#003366']
]],

['Links',null,'_self','white','#336699','#CCCCFF','#003366',
[
['Links','http://www.i-gruppen.dk/link/links.asp','_self','white','#336699','#CCCCFF','#003366'],
['Godkendelse af links','http://www.i-gruppen.dk/link/admin.asp','_self','white','#336699','#CCCCFF','#003366']
]]

];