/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#CC3300';			// Background color when mouse is not over
	var LowSubBgColor='#FFCC99';			// Background color when mouse is not over on subs
	var HighBgColor='#FFCC99';			// Background color when mouse is over
	var HighSubBgColor='#CC3300';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='#CC3300';			// Border color
	var BorderSubColor='#CC3300';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana,Arial,Helvetica,sans-serif"	// Font family menu items
	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='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=125;				// Menu offset x coordinate
	var StartLeft=40;				// 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;			// First level items layout horizontal 1 or 0
	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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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("News","","",5,23,55);

	Menu1_1=new Array("Unsere Messetermine","messe.html","",0,23,170);
	Menu1_2=new Array("Partikelabscheider<br>(Feinstaub)","partikelab.html","",0,40,170);
	Menu1_3=new Array("CO2 neutral heizen","co2neutral.html","",0);
	Menu1_4=new Array("Brennholz","brennholz.html","",0);
	Menu1_5=new Array("CookCook","cookcook.html","",0);
	
Menu2=new Array("Ausstellung","ausstellung-1.html","",0,23,106);

Menu3=new Array("Systeme","","",4,23,100);
	Menu3_1=new Array("Kachelofen","","",8,23,122);	
		Menu3_1_1=new Array("Grundofen","grundofen.html","",0,23,122);	
		Menu3_1_2=new Array("Warmluftofen","warmluft.html","",0);
		Menu3_1_3=new Array("Kombiofen","kombi.html","",0);
		Menu3_1_4=new Array("Kachelofen<br>mit Sichtscheibe","kachelofen_sicht.html","",0,40,122);
		Menu3_1_5=new Array("Hypokauste","hypokauste.html","",0);
		Menu3_1_6=new Array("Coterra","coterra.html","",0);
		Menu3_1_7=new Array("Kesseltechnik","kachelofen_kessel.html","",0);
		Menu3_1_8=new Array("Pellet","kachelofen_pellet.html","",0);
	Menu3_2=new Array("Kamin","","",4);
		Menu3_2_1=new Array("offener Kamin","kamin_offen.html","",0,23,120);	
		Menu3_2_2=new Array("Heizkamin","heizkamin.html","",0);
		Menu3_2_3=new Array("Kachelkamin","kachelkamin.html","",0);
		Menu3_2_4=new Array("Kesseltechnik","kamin_kessel.html","",0);
	Menu3_3=new Array("Kaminofen","","",2);
		Menu3_3_1=new Array("Kaminofen","kaminofen.html","",1,23,120);
			Menu3_3_1_1=new Array("Aktionswochen","alt_aktion6-kamino.html","",0,23,120);
		Menu3_3_2=new Array("Pelletofen","pellet-kea.html","",1,23,120);
			Menu3_3_2_1=new Array("Aktionswochen","alt_aktion4-pelleto.html","",0,23,120);
	Menu3_4=new Array("Herde","","",2,23,120);
		Menu3_4_1=new Array("Kachelherde","herd.html","",0,23,120);
		Menu3_4_2=new Array("CookCook","cookcook.html","",0);
							
Menu4=new Array("Info anfordern","kontaktversuch.html","",0,23,110);

Menu5=new Array("Anfahrtsskizze","anfahrt.html","",0,23,119);

Menu6=new Array("Partner","","",2,23,72);
	Menu6_1=new Array("Technik","pa-technik.html","",0,23,72);
	Menu6_2=new Array("Keramik","pa-keramik.html","",0);

Menu7=new Array("Impressum","impressum.html","",0,23,100);		