// Initialize Main Menu
function menuInitialize(){
  xM=new makeCM("xM"); 
  xM.resizeCheck=0; 
  xM.rows=0;    // xm.rows=1; for horizontal, in a row menu
  xM.onlineRoot=""; 
  xM.pxBetween=0; 
  xM.fillImg="/img/spacer.gif"; 
  if(ie) { xM.fromTop=100; } else if(op) { xM.fromTop=98; } else { xM.fromTop=98; }
  if(ie) { xM.fromLeft=10; } else if(op) { xM.fromLeft=8; } else { xM.fromLeft=8; }
  xM.wait=500; 
  xM.zIndex=400;
  xM.useBar=1; 
  xM.barWidth="menu"; 
  xM.barHeight="menu"; 
  xM.barX=0;
  xM.barY="menu"; 
  xM.barClass="clBar"; 
  xM.barBorderX=0; 
  xM.barBorderY=0; 
  xM.level[0]=new cm_makeLevel(158,19,"clT","clTover",1,1,"clB",0,"right",-36,4,"/img/rtarrow.gif",9,7); 
  xM.level[1]=new cm_makeLevel(192,19,"clS","clSover",1,1,"clB",0,"right",-36,4,"/img/rtarrow.gif",9,7);
  xM.level[2]=new cm_makeLevel(158,19,"clS2","clS2over"); 
  xM.level[3]=new cm_makeLevel(158,19);
  xM.makeMenu('m1','','Hauptseite','http://dynkit.methodica.info/html_de/index.htm','_top');
  xM.makeMenu('m2','','Dienstleistungen','http://dynkit.methodica.info/html_de/serv/services.htm','_top'); 
  xM.makeMenu('m21','m2','Modelle und Systeme','http://dynkit.methodica.info/html_de/serv/modelsys.htm','_top'); 
  xM.makeMenu('m22','m2','Algorithmen und Berechnungen','http://dynkit.methodica.info/html_de/serv/numalg.htm','_top'); 
  xM.makeMenu('m23','m2','Optimierung und Simulation','http://dynkit.methodica.info/html_de/serv/optim.htm','_top'); 
  xM.makeMenu('m3','','Produkte','http://dynkit.methodica.info/html_de/prod/products.htm','_top'); 
  xM.makeMenu('m31','m3','TransAlign','http://dynkit.methodica.info/html_de/prod/ta/prtransalign.htm','_top'); 
  xM.makeMenu('m311','m31','Basisfunktionen','http://dynkit.methodica.info/html_de/prod/ta/prbasfunct.htm','_top'); 
  xM.makeMenu('m312','m31','Mathcad&copy; Lösung','http://dynkit.methodica.info/html_de/prod/ta/prmathcad.htm','_top'); 
  xM.makeMenu('m313','m31','Mathcad&copy; Server Lösung','http://dynkit.methodica.info/html_de/prod/ta/prmathcadsrvr.htm','_top'); 
  xM.makeMenu('m4','','Methoden','http://dynkit.methodica.info/html_de/meth/methods.htm','_top'); 
  xM.makeMenu('m41','m4','Analyse und UADM','http://dynkit.methodica.info/html_de/meth/uadm0000.htm','_blank'); 
  xM.makeMenu('m5','','Downloads','http://dynkit.methodica.info/html_de/down/downloads.htm','_top'); 
  xM.makeMenu('m51','m5','White Papers','http://dynkit.methodica.info/html_de/down/wpapers.htm','_top'); 
  xM.makeMenu('m52','m5','Flyers','http://dynkit.methodica.info/html_de/down/flyers.htm','_top'); 
  xM.makeMenu('m53','m5','TransAlign Software','http://dynkit.methodica.info/html_de/down/ta/dltransalign.htm','_top'); 
  xM.makeMenu('m531','m53','Basisfunktionen','http://dynkit.methodica.info/html_de/down/ta/dlbasfunct.htm','_top'); 
  xM.makeMenu('m532','m53','Mathcad&copy; Lösung','http://dynkit.methodica.info/html_de/down/ta/dlmathcad.htm','_top'); 
  xM.makeMenu('m533','m53','Mathcad&copy; Server Lösung','http://dynkit.methodica.info/html_de/down/ta/dlmathcadsrvr.htm','_top'); 
  xM.makeMenu('m6','','&Uuml;ber DynKIT','http://dynkit.methodica.info/html_de/about.htm','_top'); 
  xM.menuPlacement=new Array(100,120,140,160,180,200);
  xM.construct();
}

