<!--
function init_ex(level,opened,description,filename,isFolder){
this.level = level 
this.opened = opened 
this.description = description 
this.filename = filename 
this.isFolder = isFolder
} 
var ex=new Array 
ex[0]=new init_ex(0,true,'Murrplastik','../../Default.aspx',true)
ex[1]=new init_ex(1,false,'Home','home.htm',false)
ex[2]=new init_ex(1,false,'Produkte','products.htm',true)
ex[3]=new init_ex(2,false,'Präzisionsspritzguss','products/psg.htm',false)
ex[4]=new init_ex(2,false,'Formen- und Werkzeugbau','products/fwz.htm',false)
ex[5]=new init_ex(2,false,'Ventile und Aktuatoren','products/vnt.htm',true)
ex[6]=new init_ex(3,false,'Feinregulier- und Unterdruckventile','products/vnt/fuu.htm',false)
ex[7]=new init_ex(3,false,'Rückschlagventile und Verbindungsstücke','products/vnt/ruv.htm',false)
ex[8]=new init_ex(3,false,'Elektrisch betätigte Ventile','products/vnt/ebv.htm',false)
ex[9]=new init_ex(2,false,'Lüfter, Getriebe und Motoren','products/lgm.htm',false)
ex[10]=new init_ex(2,false,'Mechatronische Baugruppen','products/mct.htm',false)
ex[11]=new init_ex(2,false,'Medizintechnik, Inhalatoren','products/mdz.htm',false)
ex[12]=new init_ex(1,false,'Unternehmen','company.htm',true)
ex[13]=new init_ex(2,false,'Profil','company/profile.htm',true)
ex[14]=new init_ex(3,false,'Geschichte','company/profile/history.htm',false)
ex[15]=new init_ex(3,false,'Firmenstruktur','company/profile/organisation.htm',false)
ex[16]=new init_ex(3,false,'Qualitätsmanagement','company/profile/cert.htm',false)
ex[17]=new init_ex(2,false,'Jobs/Karriere','company/career.htm',false)
ex[18]=new init_ex(1,false,'Aktuell','actual.htm',true)
ex[19]=new init_ex(2,false,'Innovationen','actual/innovation.htm',false)
ex[20]=new init_ex(2,false,'Presse','actual/press.htm',true)
ex[21]=new init_ex(3,false,'News über uns','actual/press/news_about.htm',false)
ex[22]=new init_ex(3,false,'News von uns','actual/press/news_from.htm',false)
ex[23]=new init_ex(3,false,'Mailing-Liste','actual/press/maillist.htm',false)
ex[24]=new init_ex(1,false,'Kontakt','contact.htm',true)
ex[25]=new init_ex(2,false,'Unternehmen','contact/company.htm',false)
ex[26]=new init_ex(2,false,'Vertretungen weltweit','contact/world.htm',false)
ex[27]=new init_ex(2,false,'Vertretungen Europa','contact/europe.htm',false)
ex[28]=new init_ex(2,false,'Vertretungen Deutschland','contact/germany.htm',false)
ex[29]=new init_ex(2,false,'Hauptsitz','contact/head.htm',false)
ex[30]=new init_ex(2,false,'Anfahrt','contact/conveys.htm',false)
ex[31]=new init_ex(1,false,'Support','support.htm',true)
ex[32]=new init_ex(2,false,'Anfragen','support/contact_supp.htm',false)
ex[33]=new init_ex(1,false,'Sitemap','sitemap.htm',false)
ex[34]=new init_ex(-1,true,'','',false)
//-->

