


/*****************************************************************************
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.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;
	this.ie7=(this.ver.indexOf("MSIE 7")>-1 && this.dom)?1:0;
	this.ie8=(this.ver.indexOf("MSIE 8")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6||this.ie7||this.ie8
	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.ie7 || this.ie8 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this
}
var bw=new lib_bwcheck()

var mDebugging=2 

oCMenu=new makeCoolMenu("oCMenu")
oCMenu.useframes=1 
oCMenu.frame="content"

oCMenu.useclick=0

oCMenu.useNS4links=0  

oCMenu.NS4padding=0 

oCMenu.checkselect=1
                                                                                             
oCMenu.offlineUrl="" //Value: "path_to_menu_file_offline/ menu.js"
//The onlineUrl variable is the online path to your script. Place in the full path to where your js file is. Remember to end with a slash.
oCMenu.onlineUrl="http://www.permalight.de//" //Value: "path_to_menu_file_online/"

oCMenu.pagecheck=1 
oCMenu.checkscroll=1 
oCMenu.resizecheck=1 
oCMenu.wait=500 

//Background bar properties
oCMenu.usebar=0 
oCMenu.barcolor="#00a02f" 
oCMenu.barwidth="100%" 
oCMenu.barheight="100%" 
oCMenu.barx=0 
oCMenu.bary=0 
oCMenu.barinheritborder=0 

//Placement properties
oCMenu.rows=1 
oCMenu.fromleft=23
oCMenu.fromtop=75
oCMenu.pxbetween=0 

oCMenu.menuplacement=0

oCMenu.level[0]=new Array() 
oCMenu.level[0].width=145 
oCMenu.level[0].height=35
oCMenu.level[0].bgcoloroff="#ffffff" 
oCMenu.level[0].bgcoloron="#ffffff" 
oCMenu.level[0].textcolor="Black" 
oCMenu.level[0].hovercolor="#00a02f" 
oCMenu.level[0].style="padding:3px; font-family:arial,helvetica,verdana; font-size:15px;font-weight:bold" 
oCMenu.level[0].border=0 
oCMenu.level[0].bordercolor="#82A0D2" 
oCMenu.level[0].offsetX=-2
oCMenu.level[0].offsetY=0
oCMenu.level[0].NS4font="arial,helvetica,verdana"
oCMenu.level[0].NS4fontSize="2"

/*New: Added animation features that can be controlled on each level.*/
oCMenu.level[0].clip=0 
oCMenu.level[0].clippx=0 
oCMenu.level[0].cliptim=0 
oCMenu.level[0].filter=0 

oCMenu.level[0].align="bottom" //Value: "top" || "bottom" || "left" || "right" 

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new Array() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=20
oCMenu.level[1].style="padding:3px; font-family:arial,helvetica,verdana; font-size:15px;text-align:justify;font-weight:bold"
oCMenu.level[1].align="middle" 
oCMenu.level[1].offsetX=-2
oCMenu.level[1].offsetY=0
oCMenu.level[1].border=1
oCMenu.level[1].bordercolor="#BABAAA"
oCMenu.level[1].textcolor="Black"
oCMenu.level[1].hovercolor="#ffffff" 
oCMenu.level[1].bgcoloroff="#ffffff" 
oCMenu.level[1].bgcoloron="#00a02f" 

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new Array()
oCMenu.level[2].width=150
oCMenu.level[2].height=20
oCMenu.level[2].bordercolor="#BABAAA"
oCMenu.level[2].textcolor="Black"
oCMenu.level[2].hovercolor="#ffffff" 
oCMenu.level[2].bgcoloroff="#ffffff" 
oCMenu.level[2].bgcoloron="#00a02f" 

oCMenu.level[2].style="padding:3px; font-family:arial,helvetica,verdana; font-size:15px;text-align:justify;font-weight:bold"

oCMenu.level[2].align="middle" 
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].border=1
oCMenu.level[2].bordercolor="#BABAAA"
oCMenu.level[2].NS4font="arial,helvetica"
oCMenu.level[2].NS4fontSize="1"

oCMenu.makeMenu('top0','','&nbsp;Home','templates/startseite.html','content','55')
	
oCMenu.makeMenu('top1','','&nbsp;&Uuml;ber&nbsp;uns','','content','84')
	oCMenu.makeMenu('sub10','top1','Unternehmen','/info_neu/felder.html','content','270')
	oCMenu.makeMenu('sub11','top1','Firmengeschichte','/info_neu/geschichte.html','content','270')
	oCMenu.makeMenu('sub12','top1','Rohmaterial&nbsp;für&nbsp;Weiterverarbeiter > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','','content','270')
	    oCMenu.makeMenu('sub121','sub12','Produkte','/info_roh/produkte.html','content','250')
	    oCMenu.makeMenu('sub122','sub12','Qualität','/info_roh/qualitaet.html','content','250')
	    oCMenu.makeMenu('sub123','sub12','Materialeigenschaften','/info_roh/rohmaterial.html','content','250')
	oCMenu.makeMenu('sub13','top1','Zertifikate','/info_neu/zertifikate1.html','content','270')
	oCMenu.makeMenu('sub14','top1','AGB','/info_neu/agb.html','content','270')
	oCMenu.makeMenu('sub15','top1','Messen,&nbsp;Seminare,&nbsp;Tagungen','/info_neu/messen1.html','content','270')
	
	
oCMenu.makeMenu('top2','','Produktangebot','','content','125')
	oCMenu.makeMenu('sub20','top2','Katalogprodukte&nbsp;&nbsp;&nbsp; > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','','content','270')
	   
	 oCMenu.makeMenu('sub201','sub20','Rettungswegschilder,&nbsp;Notleuchten > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp','','content','400')
	     oCMenu.makeMenu('sub2011','sub201','Rettungszeichen&nbsp;gemäß ASR&nbsp;A 1.3/BGV A 8 ','/shop/main.php3?auswahl=Rettungszeichen+gemaeß+ASR,+BGV','content','390')
            oCMenu.makeMenu('sub2012','sub201','Rettungszeichen&nbsp;gemäß&nbsp;BGV&nbsp;A8 ','/shop/main.php3?auswahl=Rettungszeichen+gemaeß+BGV','content','390')
            oCMenu.makeMenu('sub2013','sub201','Kombischilder&nbsp;gemäß&nbsp;ASR&nbsp;A 1.3/BGV A 8','/shop/main.php3?auswahl=Kombischilder+gemaeß+ASR,+BGV','content','390')
            oCMenu.makeMenu('sub2014','sub201','Notleuchten','/shop/main.php3?auswahl=Notleuchten','content','390')
            oCMenu.makeMenu('sub2015','sub201','Erste-Hilfe-Einrichtungen','/shop/main.php3?auswahl=Erste-Hilfe-Einrichtungen','content','390')
            oCMenu.makeMenu('sub2016','sub201','Praxisbewährte&nbsp;Rettungsschilder','/shop/main.php3?auswahl=Praxisbewaehrte+Rettungsschilder  ','content','390')
            oCMenu.makeMenu('sub2017','sub201','Blanko&nbsp;Nasen-,&nbsp;Fahnenschilder','/shop/main.php3?auswahl=Blanko,+Nasen-,+Fahnenschilder','content','390')
            oCMenu.makeMenu('sub2018','sub201','Wegweiser,&nbsp;Notfall-,&nbsp;Alarmpläne','/shop/main.php3?auswahl=Notfall-,+Alarmplaene','content','390')
           
        oCMenu.makeMenu('sub202','sub20','Türmarkierungen, Türwächter','/shop/main.php3?auswahl=Tuermarkierungen,+Tuerwächter','content','400')
        
        oCMenu.makeMenu('sub203','sub20','Brandschutzschilder > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp','','content','400')
   	     oCMenu.makeMenu('sub2031','sub203','Nationale&nbsp;Brandschutzschilder','/shop/main.php3?auswahl=Nationale+Brandschutzschilder','content','290')
            oCMenu.makeMenu('sub2032','sub203','Internationale&nbsp;Brandschutzschilder','/shop/main.php3?auswahl=Internationale+Brandschutzschilder','content','290')
            oCMenu.makeMenu('sub2033','sub203','Verbotszeichen','/shop/main.php3?auswahl=Verbotszeichen','content','290')
          
            
        oCMenu.makeMenu('sub204','sub20','Boden-, Treppenmarkierungen','/shop/main.php3?auswahl=Boden-,+Treppenmarkierungen','content','400')
        oCMenu.makeMenu('sub205','sub20','Wandmarkierungen','/shop/main.php3?auswahl=Wandmarkierungen','content','400')
        oCMenu.makeMenu('sub206','sub20','Warnmarkierungen','/shop/main.php3?auswahl=Warnmarkierungen','content','400')
        oCMenu.makeMenu('sub207','sub20','Zubehör','/shop/main.php3?auswahl=Zubeh%F6r','content','400')
        
        
        
      
        
oCMenu.makeMenu('sub21','top2','Nachleuchtendes&nbsp;Rohmaterial&nbsp;&nbsp;&nbsp; > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp','','content','270')      
         
          oCMenu.makeMenu('sub211','sub21','Nachleuchtende&nbsp;Folie','/shop/main_herst_green.php3?auswahl=Nachleuchtende+Folie+auf+Rolle','content','250')
          oCMenu.makeMenu('sub212','sub21','Nachleuchtender&nbsp;Kunststoff','/shop/main_herst_green.php3?auswahl=Nachleuchtender+Kunststoff+als+Platte','content','250')
          oCMenu.makeMenu('sub213','sub21','Nachleuchtendes&nbsp;Aluminium','/shop/main_herst_green.php3?auswahl=Nachleuchtendes+Aluminium+als+Platte','content','250')
          oCMenu.makeMenu('sub214','sub21','Nachleuchtende Farbfolie','/shop/main_herst_green.php3?auswahl=Nachleuchtende+Farbfolie+auf+Rolle','content','250')
	    

oCMenu.makeMenu('top3','','&nbsp;Suche','shop/suche_alles.php3','content','60')

oCMenu.makeMenu('top4','','&nbsp;Warenkorb','shop/cart.php3','content','93')




oCMenu.makeMenu('top5','','&nbsp;Auswahlhilfe','','frmPageView','105')

	oCMenu.makeMenu('sub50','top5','Die&nbsp;richtige&nbsp;Leuchtqualität','/info_roh/pigmente1.html','content','270')
	oCMenu.makeMenu('sub51','top5','Schildergrößen,&nbsp;Erkennungsweiten','/info_end/rettungszeichen3.html','content','270')
	oCMenu.makeMenu('sub52','top5','Schilderform','/info_end/form.html','content','270')
	oCMenu.makeMenu('sub53','top5','Materialauswahl','/info_end/rettungszeichen2.html','content','270')
	oCMenu.makeMenu('sub54','top5','Einsatzzwecke','/info_end/zweck.html','content','270')
	oCMenu.makeMenu('sub55','top5','Leitsysteme >  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','','top','270')
	     oCMenu.makeMenu('sub551','sub55','Beschreibung','/info_end/leitsysteme.html','content','150')
	     oCMenu.makeMenu('sub552','sub55','Beratung','/info_end/beratung_leit.html','content','150')
	oCMenu.makeMenu('sub56','top5','Normen&nbsp;und&nbsp;Gesetze&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','','top','270')
	     oCMenu.makeMenu('sub561','sub56','DIN&nbsp;67510','/info_neu/din.html','content','120')
	     oCMenu.makeMenu('sub562','sub56','BGR&nbsp;216','/info_neu/bgr.html','content','120')
	
	

oCMenu.makeMenu('top6','','&nbsp;Service','','frmPageView','74')
	
	oCMenu.makeMenu('sub60','top6','Lieferservice','/info_end/service_relaunch.html','content','220')	
	
	oCMenu.makeMenu('sub61','top6','Druckkompetenz > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','','content','220')
	    oCMenu.makeMenu('sub611','sub61','Pigmente','/info_end/pigmente3.html','content','170')
	    oCMenu.makeMenu('sub612','sub61','Entwicklung','/info_end/entwicklung.html','content','170')
	    oCMenu.makeMenu('sub613','sub61','Herstellung','/info_end/herstellung.html','content','170')
	    
	oCMenu.makeMenu('sub62','top6','Infos&nbsp;für&nbsp;Weiterverarbeiter > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','','content','220')
	    oCMenu.makeMenu('sub621','sub62','Produkte','/info_roh/produkte.html','content','210')
	    oCMenu.makeMenu('sub622','sub62','Qualität','/info_roh/qualitaet.html','content','210')
	    oCMenu.makeMenu('sub623','sub62','Materialeigenschaften','/info_roh/rohmaterial.html','content','210')
	   	
	oCMenu.makeMenu('sub63','top6','Musteranforderung','/info_neu/kataloganforderung.html','content','220')	
	oCMenu.makeMenu('sub64','top6','Kataloganforderung','/info_neu/kataloganforderung.html','content','220')
	oCMenu.makeMenu('sub65','top6','Downloads','/info_neu/downloads.html','content','220')	
	
		
 oCMenu.makeMenu('sub66','top6','Newsletter > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','','top','220')
	    oCMenu.makeMenu('sub661','sub66','Archiv','/info_neu/archiv.html','content','170')
	    oCMenu.makeMenu('sub662','sub66','Downloads','/info_neu/download_nl.html','content','170')
           oCMenu.makeMenu('sub663','sub66','NL&nbsp;bestellen','/info_neu/nl_new.html','content','170')
           oCMenu.makeMenu('sub664','sub66','NL&nbsp;abbestellen','/info_neu/nl_abmeldung.html','content','170')
           oCMenu.makeMenu('sub665','sub66','Adressänderung','/info_neu/nl_aenderung.html','content','170')



oCMenu.makeMenu('top7','','&nbsp;Projektplanung','','frmPageView','180')
	
	oCMenu.makeMenu('sub70','top7','Projektservice','/info_end/projektservice.html','content','170')	
	oCMenu.makeMenu('sub71','top7','Referenzen','/info_end/projektreferenzen.html','content','170')	
	oCMenu.makeMenu('sub72','top7','Projektbeispiele > &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;','','content','170')
	    oCMenu.makeMenu('sub721','sub72','Schiffe','/info_end/p_schiffe.html','content','200')
	    oCMenu.makeMenu('sub722','sub72','Lager-,&nbsp;Produktionshallen','/info_end/p_betriebe.html','content','200')
	    oCMenu.makeMenu('sub723','sub72','Tunnel','/info_end/p_tunnel.html','content','200')
           oCMenu.makeMenu('sub724','sub72','öffentl.&nbsp;Gebäude','/info_end/p_gebaeude.html','content','200')


		
//Leave these two lines! Making the styles and then constructing the menu
oCMenu.makeStyle(); oCMenu.construct()
