ScriptBreaker_items.js =
var prop = [
90, // transparancy of the items
100, // left position of the whole menu
100, // height position of the whole menu
100, // width of the head items of the menu
22, // 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
'arial', // font-family of the head items
'solid', // border style of the head items
3, // space between the header and the items
95, // width of the items
22, // 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
'arial', // 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
'images/arrow.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 =[
['<b>Forside</b>','index.htm','_top','red','#336699','darkblue','lightblue',[
['startside','Startside.htm','mainframe','darkblue','#9999BB','red','lightblue']
]],
['Nyheder',null,'_top','white','#336699','darkblue','lightblue',
[
['Nyheder','nyheder.htm','mainframe','darkblue','#9999BB','red','lightblue'],
['Artikler',null,'_blank','darkblue','#9999BB','red','lightblue',
[
['Seneste','artikler-seneste.htm','mainframe','darkblue','#9999BB','red','lightblue'],
['Arkiv','artikler-arkiv.htm','mainframe','darkblue','#9999BB','red','lightblue']
]]
]],
['Spillerne',null,'_top','white','#336699','darkblue','lightblue',
[
['Profiler','profiler.htm','mainframe','darkblue','#9999BB','red','lightblue'],
['Spillerstats','spillerstats.htm','mainframe','darkblue','#9999BB','red','lightblue']
]],
['Kampe',null,'_top','white','#336699','darkblue','lightblue',
[
['Kampkalender','kampkalender.htm','mainframe','darkblue','#9999BB','red','lightblue'],
['Kampreferat',null,'mainframe','darkblue','#9999BB','red','lightblue',
[
['Seneste','kampreferat-seneste.htm','mainframe','darkblue','#9999BB','red','lightblue'],
['Arkiv','kampreferat-arkiv.htm','mainframe','darkblue','#9999BB','red','lightblue']
]],
['Puljen','puljen.htm','mainframe','darkblue','#9999BB','red','lightblue'],
['Træning','traening.htm','mainframe','darkblue','#9999BB','red','lightblue']
]],
['Holdet',null,'_top','white','#336699','darkblue','lightblue',
[
['Historie','historie.htm','mainframe','darkblue','#9999BB','red','lightblue'],
['Billedarkiv','billedarkiv.htm','mainframe','darkblue','#9999BB','red','lightblue']
]],
['GFC Interaktiv',null,'_top','white','#336699','darkblue','lightblue',
[
['Gæstebog','
http://www.wservice.dk/wservice-dk/gbook/default.asp?id=2269','mainframe','darkblue','#9999BB','red','lightblue'],
['Fodboldspil','fodboldspil.htm','mainframe','darkblue','#9999BB','red','lightblue'],
['Kontakt','kontakt.htm','mainframe','darkblue','#9999BB','red','lightblue'],
['Links','links.htm','mainframe','darkblue','#9999BB','red','lightblue']
]]
];