	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#000000';			// Background color when mouse is not over
	var LowSubBgColor='#000000';		// Background color when mouse is not over on subs
	var HighBgColor='#CCCCCC';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';		// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';		// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';		// Font color subs when mouse is not over
	var FontHighColor='#000000';		// Font color when mouse is over
	var FontSubHighColor='#000000';		// Font color subs when mouse is over
	var BorderColor='#CCCCCC';			// Border color
	var BorderSubColor='#CCCCCC';		// Border color for subs
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"			// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// 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=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=800;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';		// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['http://www.rock-gegen-hiv.de/images/design/arrow_r.gif',7,8,'http://www.rock-gegen-hiv.de/images/design/arrow_d.gif',8,8,'http://www.rock-gegen-hiv.de/images/design/arrow_r.gif',7,8];	// Arrow source, width and height

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


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.php","",0,20,145);


Menu2=new Array("Rock-gegen-HIV","index.php?site=about","",5,20,145);
Menu2_1=new Array("About","index.php?site=about","",0,20,150);
Menu2_2=new Array("Bands","index.php?site=bands","",0);
Menu2_3=new Array("Karten","index.php?site=karten/preise","",3);
	Menu2_3_1=new Array("Preise","index.php?site=karten/preise","",0,20,140);
	Menu2_3_2=new Array("Reservierung","index.php?site=karten/reservierung","",0);
	Menu2_3_3=new Array("Pressekarten","index.php?site=karten/reservierung&presse=1","",0);
Menu2_4=new Array("Archiv","index.php?site=archiv","",5);
	Menu2_4_1=new Array("RGH 2005","index.php?site=archiv/rgh2005","",0,20,140);
	Menu2_4_2=new Array("RGH 2006","index.php?site=archiv/rgh2006","",0);
	Menu2_4_3=new Array("RGH 2007","index.php?site=archiv/rgh2007","",0);
	Menu2_4_4=new Array("RGH 2008","index.php?site=archiv/rgh2008","",0);
	Menu2_4_5=new Array("RGH 2009","javascript:alert('Review folgt...')","",0);
Menu2_5=new Array("AIDS-Info","index.php?site=aids","",0);


Menu3=new Array("Extras","index.php?site=extras","",3,20,145);
Menu3_1=new Array("Media","index.php?site=media","",5,20,150);
	Menu3_1_1=new Array("Bandpics","index.php?site=media/bandpics","",0,20,150);
	Menu3_1_2=new Array("Plakate & Flyer","index.php?site=media/plakate","",0);
	Menu3_1_3=new Array("Grafiken","index.php?site=media/gfx","",0);
	Menu3_1_4=new Array("RGH-Galerie","javascript:window.open('http://gallery.slt-media.de/')","",4);
		Menu3_1_4_1=new Array("RGH 2006","javascript:window.open('http://www.netzbiest.de/alben/rgh06/')","",0,20,130);
		Menu3_1_4_2=new Array("RGH 2007","javascript:window.open('http://gallery.slt-media.de/thumbnails.php?album=5')","",0);
		Menu3_1_4_3=new Array("RGH 2008","javascript:window.open('http://gallery.slt-media.de/thumbnails.php?album=8')","",0);
		Menu3_1_4_4=new Array("RGH 2009","javascript:alert('Bilder folgen...')","",0);
	Menu3_1_5=new Array("Presseartikel","index.php?site=media/presse","",0);
Menu3_2=new Array("Presse","http://presse.rock-gegen-hiv.de/","",1);
	Menu3_2_1=new Array("Pressekarten","index.php?site=karten/reservierung&presse=1","",0,20,150);
Menu3_3=new Array("Guestbook","javascript:window.open('http://www.rgh-guestbook.de.vu/')","",0);


Menu4=new Array("FanListing","index.php?site=listing/members","",2,20,145);
Menu4_1=new Array("View Entries","index.php?site=listing/members","",0,20,150);
Menu4_2=new Array("Add Entry","index.php?site=listing/join","",0);


Menu5=new Array("Legal & Contact","javascript:void(0)","",3,20,145);
Menu5_1=new Array("Impressum","index.php?site=impressum","",0,20,150);
Menu5_2=new Array("Anfahrt","index.php?site=anfahrt","",0);
Menu5_3=new Array("Disclaimer","javascript:window.open('http://www.disclaimer.de/disclaimer.htm?farbe=CCCCCC/000000/000000/000000')","",0);
