/*****************************************************************************
Default browsercheck - Leave this one
******************************************************************************/
function lib_bwcheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion
	this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0;
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
	this.ie7=(this.ver.indexOf("MSIE 7")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6||this.ie7
	this.mac=this.agent.indexOf("Mac")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0;
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie7 ||this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5)
	return this
}
var bw=new lib_bwcheck() //Funktion browsercheck

var mDebugging=2 //General debugging variable. Set to 0 for no debugging, 1 for alerts or 2 for status debugging.

oCMenu=new makeCoolMenu("oCMenu") //Making the menu object. Argument: menuname
oCMenu.useframes=0 //Do you want to use the menus as coolframemenu or not? (in frames or not) - Value: 0 || 1
oCMenu.frame= "" //The name of your main frame (where the menus should appear). Leave empty if you're not using frames - Value: "main_frame_name"

oCMenu.useclick=0
oCMenu.useNS4links=0
oCMenu.NS4padding=2
oCMenu.checkselect=1
oCMenu.offlineUrl="file:///C|/WINDOWS/Desktop/Testframe/"
oCMenu.onlineUrl="./"
oCMenu.pagecheck=0
oCMenu.checkscroll=0
oCMenu.resizecheck=1
oCMenu.wait=150
oCMenu.usebar=0
oCMenu.barcolor="FFFFFF"
oCMenu.barwidth="100%"
oCMenu.barheight="menu"
oCMenu.barx=0
oCMenu.bary=0
oCMenu.barinheritborder=0
oCMenu.rows=1
oCMenu.fromleft=210
oCMenu.fromtop=81
oCMenu.pxbetween=10
oCMenu.menuplacement="left"
oCMenu.level[0]=new Array()
oCMenu.level[0].width="40"
oCMenu.level[0].height="25"
oCMenu.level[0].bgcoloroff="transparent"
oCMenu.level[0].bgcoloron="transparent"
oCMenu.level[0].textcolor="black"
oCMenu.level[0].hovercolor="#F50000"
oCMenu.level[0].style="padding:2px; font-family:lucida sans unicode; font-size:14,5px"
oCMenu.level[0].border=0
oCMenu.level[0].bordercolor="white"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].NS4font="tahoma,arial,helvetica"
oCMenu.level[0].NS4fontSize="2"
oCMenu.level[0].clip=1
oCMenu.level[0].clippx=8
oCMenu.level[0].cliptim=0
oCMenu.level[0].filter=0
oCMenu.level[0].align="bottom"
oCMenu.level[1]=new Array()
oCMenu.level[1].width=120
oCMenu.level[1].height=oCMenu.level[0].height
oCMenu.level[1].style="padding:2px; font-family:lucida sans unicode; font-size:12px"
oCMenu.level[1].align="center"
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+45
oCMenu.level[1].offsetY=0
oCMenu.level[1].border=1
oCMenu.level[1].bordercolor="black"
oCMenu.level[1].textcolor="black"
oCMenu.level[1].bgcoloroff="white"
oCMenu.level[1].bgcoloron="white"
oCMenu.level[1].hovercolor="#F50000"
oCMenu.makeMenu('start','','Start','index.htm','','0','41')
oCMenu.makeMenu('wir','','Wir über uns','','', '1','123')
oCMenu.makeMenu('wir_aufgaben','wir','Aufgaben & Ziele','aufgaben.htm','')
oCMenu.makeMenu('wir_mitarbeiter','wir','Mitarbeiter','mitarbeiter.htm','')
oCMenu.makeMenu('wir_Kontakt','wir','Kontakt','kontakt.htm','')
oCMenu.makeMenu('veranstaltungen','','Veranstaltungen','','', '1','153')
oCMenu.makeMenu('veranstaltungen_freizeiten','veranstaltungen','Freizeiten','freizeiten.htm','')

oCMenu.makeMenu('veranstaltungen_seminare','veranstaltungen','Seminare','seminar.htm','')
oCMenu.makeMenu('zelte','','Zelte','','', '1','67')
oCMenu.makeMenu('zelte_zeltlager','zelte','Zeltlager','zeltlager.htm','')
oCMenu.makeMenu('zelte_zeltverleih','zelte','Zeltverleih','zeltverleih.htm','')
oCMenu.makeMenu('zuschuesse','','Zuschüsse','zuschuesse.htm','','0','90')
oCMenu.makeMenu('berichte','','Berichte','berichte.htm','','0','71')
oCMenu.makeMenu('infoboerse','','Infobörse','infoboerselinks.htm','','0','83')

oCMenu.makeStyle(); oCMenu.construct()

