﻿/*MENUSETUP*MENUSETUP*MENUSETUP*MENUSETUP*MENUSETUP*MENUSETUP*MENUSETUP*/

oM=new makeCM("oM"); oM.resizeCheck=0; oM.rows=1; oM.onlineRoot="";oM.offlineRoot="";  oM.pxBetween =0;oM.fillImg=""; 

/*Platzierung der Menuleiste auf der Seite*/
oM.fromTop=0; oM.fromLeft=155; oM.wait=300; oM.zIndex=400; oM.barWidth="900";

oM.useBar=1;  oM.barHeight="menu"; oM.barX=0;oM.barY="menu"; oM.barClass="clBar"; oM.barBorderX=0; oM.barBorderY=0;

/*Style und Breite,H?he der Levels*/
oM.level[0]=new cm_makeLevel(90,21,"clT","clTover",1,1,"clB",0,"bottom",0,0,0,0,0);
oM.level[1]=new cm_makeLevel(90,22,"clS","clSover",1,1,"clB",0,"right",0,0,"",10,10);

/*Untermenus tiefere Levels als hier gebraucht*/
oM.level[2]=new cm_makeLevel(110,22,"clS2","clS2over");
oM.level[3]=new cm_makeLevel(140,22);

/*Hauptmenus*/
/*makeMenu=function(name,parent,txt,lnk,targ,w,h,img1,img2,cl,cl2,align,rows,nolink,onclick,onmouseover,onmouseout)*/
oM.makeMenu('m1','','home','index.html');
oM.makeMenu('m2','','about','');
oM.makeMenu('m3','','products','');
oM.makeMenu('m4','','data','');
oM.makeMenu('m5','','literature','');
oM.makeMenu('m6','','links','links.html');
oM.makeMenu('m7','','contact','');

/*Untermenus*/
/*oM.makeMenu('id','id_higher_level','menuname','','',breite,0); 
Breite angeben, wenn nicht der defaultwert von oben gebraucht werden soll*/

oM.makeMenu('m10','m2','about wgms','about.html','',120,0);
oM.makeMenu('m11','m2','tasks','tasks.html','',120,0);
oM.makeMenu('m12','m2','funding','funding.html','',120,0);
oM.makeMenu('m13','m2','user statistics','userstat.html','',120,0);
oM.makeMenu('m14','m3','fog','fog.html','',70,0);
oM.makeMenu('m15','m3','gmbb','gmbb.html','',70,0);
oM.makeMenu('m16','m3','wgi','wgi.html','',70,0);
oM.makeMenu('m17','m4','exploration','dataexp.html','',120,0);
oM.makeMenu('m18','m4','order','order.html','',120,0);
oM.makeMenu('m19','m4','submission','datasub.html','',120,0);
oM.makeMenu('m20','m4','guidelines','guidelines.html','',120,0);
oM.makeMenu('m21','m4','database statistics','databasestat.html','',120,0);
oM.makeMenu('m22','m5','selected literature','literature.html','',120,0);
oM.makeMenu('m23','m5','published by wgms','pub_wgms.html','',120,0);
oM.makeMenu('m24','m7','wgms','zh.html','',170,0);
oM.makeMenu('m25','m7','national correspondents','nc.html','',170,0);
oM.makeMenu('m26','m7','guest scientists and trainees','gs+tr.html','',170,0);


/*Platzierung (x-Werte)*/
oM.menuPlacement=new Array(10,67,125,200,250,330,380)
oM.construct()
