var prop = [
90, // transparancy of the items
30, // left position of the whole menu
170, // height position of the whole menu
115, // width of the head items of the menu
22, // 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
150, // 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
'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
'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 =[

// erster punkt
['<b>Auto</b>','auto.html','_self','white','#666666','red','999999',
	[
// erste unterpunkte

	]
],



['<b>Fahrer</b>','fahrer.html','_self','white','#666666','red','999999',
	[

	]
],


['<b>Termine</b>','termine_2007.html','_self','white','#666666','red','999999',
	[
		['<b>Termine 2005</b>','termine_2005.html','_self','ffffff','#808080','darkblue','999999'],
		['<b>Termine 2006</b>','termine_2006.html','_self','ffffff','#808080','darkblue','999999'],
		['<b>Termine 2007</b>','termine_2007.html','_self','ffffff','#808080','darkblue','999999']
	]
],


['<b>Strecken</b>','strecke_oschersleben.html','_self','white','#666666','red','999999',
	[
		['<b>Oschersleben (D)</b>','strecke_oschersleben.html','_self','ffffff','#808080','darkblue','999999'],
		['<b>Hockenheimring (D)</b>','strecke_hockenheimring.html','_self','ffffff','#808080','darkblue','999999'],
		['<b>Nürburgring (D)</b>','strecke_nuerburgring.html','_self','ffffff','#808080','darkblue','999999'],
		['<b>Assen (NL)</b>','strecke_assen.html','_self','ffffff','#808080','darkblue','999999'],
		['<b>SPA (B)</b>','strecke_spa.html','_self','ffffff','#808080','darkblue','999999'],
		['<b>Zolder (B)</b>','strecke_zolder.html','_self','ffffff','#808080','darkblue','999999']
	]
],


['<b>Galerie</b>','galerie.html','_self','white','#666666','red','999999',
	[

	]
],


['<b>Berichte</b>','berichte.html','_self','white','#666666','red','999999',
	[

	]
],



['<b>Marktplatz</b>','mobile.html','_self','white','#666666','red','999999',
	[
		['<b>mobile.de</b>','mobile.html','_self','ffffff','#808080','darkblue','999999'],
		['<b>Vette-Markt</b>','vette_markt.html','_self','ffffff','#808080','darkblue','999999']
	]
],


['<b>Impressum</b>','impressum.html','_self','white','#666666','red','999999']

];
