function lib_bwcheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion; this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6
	this.mac=this.agent.indexOf("Mac")>-1
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this
}
var bw=new lib_bwcheck() 
var mDebugging=2 
oCMenu=new makeCoolMenu("oCMenu")
oCMenu.useframes=0
oCMenu.frame="frmMain"
oCMenu.useclick=0
oCMenu.useNS4links=1  
oCMenu.NS4padding=2 
oCMenu.checkselect=0

oCMenu.offlineUrl="file:///F|/Arbeiten lokal/Internet/Internet BI GmbH neu/English/" 

oCMenu.onlineUrl="http://www.belte.de/English/" 

oCMenu.pagecheck=1 
oCMenu.checkscroll=1 
oCMenu.resizecheck=1 
oCMenu.wait=100 

//Background bar properties
oCMenu.usebar=0 //If you want to use a background-bar for the top items set this on - Value: 1 || 0
oCMenu.barcolor="#cc6666" 
oCMenu.barwidth="menu" //The width of the background bar. Set this to "menu" if you want it to be the same width as the menu. 
oCMenu.barheight="100%" 
oCMenu.barx="menu" 
oCMenu.bary=0 
oCMenu.barinheritborder=0 
//Placement properties
oCMenu.rows=0 
oCMenu.fromleft=15 
oCMenu.fromtop=171 
oCMenu.pxbetween=0 

oCMenu.menuplacement="center"
oCMenu.menuplacement=0

//TOP LEVEL PROPERTIES - ALL OF THESE MUST BE SPESIFIED FOR LEVEL[0]
oCMenu.level[0]=new Array() 
oCMenu.level[0].width=269 
oCMenu.level[0].height=237 
oCMenu.level[0].bgcoloroff="#cccc99" 
oCMenu.level[0].bgcoloron="#cccc99" 
oCMenu.level[0].textcolor="Black" 
oCMenu.level[0].hovercolor="#FF9900" 
oCMenu.level[0].style="" 
oCMenu.level[0].border=0 
oCMenu.level[0].bordercolor="" 
oCMenu.level[0].offsetX=0 //(x-Abstand zwischen level-0-Bild und Level-1-Bild)
oCMenu.level[0].offsetY=140 //(y-Abstand zum level-0-Bild) 
oCMenu.level[0].NS4font="tahoma,arial,helvetica"
oCMenu.level[0].NS4fontSize="1"


oCMenu.level[0].align="right" 

oCMenu.level[1]=new Array() 
oCMenu.level[1].width=110
oCMenu.level[1].height=31
oCMenu.level[1].bgcoloroff="#cccc99" 
oCMenu.level[1].bgcoloron="#cccc99" 
oCMenu.level[1].textcolor="a38205" 
oCMenu.level[1].hovercolor="#000000" 
oCMenu.level[1].style="font-family:arial,helvetica; font-size:13px; font-weight:standard; text-align:center" 
oCMenu.level[1].border=0 
oCMenu.level[1].bordercolor="ffffff" 
oCMenu.level[1].NS4font="arial,helvetica"
oCMenu.level[1].NS4fontSize="3"

oCMenu.makeMenu('top0','','','','',0,0,'../images-en/qualitymanagement.gif','../images-en/qualitymanagement-aktiv.gif')
	oCMenu.makeMenu('sub00','top0','','l_qualitaet-systeme.htm','',0,0,'../images-en/button-to-qm-systems.gif','../images-en/button-to-qm-systems-aktiv.gif')
	oCMenu.makeMenu('sub10','top0','','l_qualitaet.htm','',0,0,'../images-en/button-to-qm.gif','../images-en/button-to-qm-aktiv.gif')
	 	 //makeMenu('sub20','top0', 'text', link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
	
oCMenu.makeStyle(); oCMenu.construct()