	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='red';			// Background color when mouse is over
	var HighSubBgColor='red';			// Background color when mouse is over on subs
	var FontLowColor='gray';			// Font color when mouse is not over
	var FontSubLowColor='gray';			// Font color subs when mouse is not over
	var FontHighColor='gray';			// Font color when mouse is over
	var FontSubHighColor='gray';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Geneva, Arial, Helvetica, sans-serif"	// Font family menu items, arial
	var FontSize=10;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='right';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='right';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=37;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=0;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

Menu1=new Array("[ Basis ]","home.html","",2,20,95);
	Menu1_1=new Array("deutsch","home.html","",0,20,95);
	Menu1_2=new Array("english","en.html","",0);

Menu2=new Array("[ Galerie ]","","",3,20,95);
	Menu2_1=new Array("Crew","galerie.html","",0,20,95);
	Menu2_2=new Array("Cross","galerie2.html","",0,20,95);
	Menu2_3=new Array("Jerseys","galerie3.html","",0,20,95);
	
Menu3=new Array("[ Kaufen ]","","",2,20,95);
	Menu3_1=new Array("Shop","http://www.velomods.com/shop/xtc/index.php","",0,20,95);
	Menu3_2=new Array("life+farbe","shop03.html","",0);
	
Menu4=new Array("[ Firma ]","","",4,20,80);
	Menu4_1=new Array("Impressum","impressum.html","",0,20,80);	
	Menu4_2=new Array("AGB","agb.html","",0);
	Menu4_3=new Array("Kontakt","kontakt.html","",0);
	Menu4_4=new Array("Newletter","news.html","",0);