/***
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties
oCMenu.pxBetween=15
oCMenu.fromLeft=4
oCMenu.fromTop=170
oCMenu.rows=0
oCMenu.menuPlacement=0

oCMenu.offlineRoot=""     /*** file:///C|/Inetpub/wwwroot/dhtmlcentral/***/
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=1000
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=120
oCMenu.level[0].height=25
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass=0
oCMenu.level[0].offsetX=3
oCMenu.level[0].offsetY=10
oCMenu.level[0].rows=1
oCMenu.level[0].align="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 cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].style=""
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=15
oCMenu.level[1].offsetY=1
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].rows=0
oCMenu.level[1].align="bottom"

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
  oCMenu.makeMenu('top0','','|&nbsp;Willkommen','','',115,0,0)
         oCMenu.makeMenu('sub00','top0','&nbsp;Start - Home','../index.html','',120,0,0)
         oCMenu.makeMenu('sub03','top0','&nbsp;Kontakt','mailto:webmaster@rosentreff.de?subject=Feedback Rosenfreunde','',120,0,0)
         oCMenu.makeMenu('sub04','top0','&nbsp;Medienspiegel','../presse/medien.html','',120,0,0)
         oCMenu.makeMenu('sub05','top0','&nbsp;Impressum','../home/impressum.html','',120,0,0)
         oCMenu.makeMenu('sub06','top0','&nbsp;Anfahrt','../home/anfahrt.html','',120,0,0)

 /**********************  1  ********************/
  oCMenu.makeMenu('top1','','|&nbsp;Wir über uns','','',115,0,0)
         oCMenu.makeMenu('sub11','top1','&nbsp;über uns','../wir.html','',130,0,0)
         oCMenu.makeMenu('sub10','top1','&nbsp;Termine - News','../home/news.html','',130,0,0)

         oCMenu.makeMenu('sub12','top1','&nbsp;Garten-Flyer','../home/gartenflyer-2006.pdf','',130,0,0)


 /**********************  2  ********************/
  oCMenu.makeMenu('top2','','|&nbsp;Gartenporträts','','',115,0,0)
         oCMenu.makeMenu('sub20','top2','&nbsp;Unser Garten','../studium/construction.html','',130,0,0)
              oCMenu.makeMenu('sub200','sub20','&nbsp;Gartengeschichte','../garten/1home/geschichte.html','',130,0,0)
              oCMenu.makeMenu('sub201','sub20','&nbsp;Gartenplan','../garten/plan.html','',130,0,0)
              oCMenu.makeMenu('sub202','sub20','&nbsp;Ostborder','../garten/1home/ostborder.html','',130,0,0)
              oCMenu.makeMenu('sub203','sub20','&nbsp;Südborder','../garten/1home/suedborder.html','',130,0,0)
              oCMenu.makeMenu('sub204','sub20','&nbsp;Westborder','../garten/1home/westborder.html','',130,0,0)
              oCMenu.makeMenu('sub205','sub20','&nbsp;Nordborder','../garten/1home/nordborder.html','',130,0,0)



         oCMenu.makeMenu('sub21','top2','&nbsp;engl. Gärten','../construction.html','',130,0,0)
              oCMenu.makeMenu('sub210','sub21','&nbsp;Barnsley House','../garten/barnsley/barnsley.html','',130,0,0)
              oCMenu.makeMenu('sub211','sub21','&nbsp;Chiff Chaffs','../garten/chiffchaff/chiffchaff.html','',130,0,0)
              oCMenu.makeMenu('sub212','sub21','&nbsp; Hadspen Garden','../garten/hadspen/hadspen.html','',130,0,0)
              oCMenu.makeMenu('sub213','sub21','&nbsp; Hestercombe','../garten/hestercombe/hestercombe.html','',130,0,0)
              oCMenu.makeMenu('sub214','sub21','&nbsp; Heale Houes','../garten/heale/heale.html','',130,0,0)
              oCMenu.makeMenu('sub215','sub21','&nbsp; Hidcote Manor','../garten/hidcote/hidcote.html','',130,0,0)
              oCMenu.makeMenu('sub216','sub21','&nbsp; Mottisfont Abbey','../garten/mottisfont/mottisfont.html','',130,0,0)
              oCMenu.makeMenu('sub217','sub21','&nbsp; Sissinghurst','../garten/sissinghurst/sissinghurst.html','',130,0,0)
              oCMenu.makeMenu('sub218','sub21','&nbsp; Tintinhull','../garten/tintinhull/tintinhull.html','',130,0,0)
              oCMenu.makeMenu('sub219','sub21','&nbsp; Wisley Garden','../garten/wisley/wisley.html','',130,0,0)
              oCMenu.makeMenu('sub220','sub21','&nbsp; Verschiedene','../garten/various/various.html','',130,0,0)
              oCMenu.makeMenu('sub221','sub21','&nbsp; Verschiedene','../garten/various/various.html','',130,0,0)

        oCMenu.makeMenu('sub23','top2','&nbsp;Showgärten','../construction.html','',130,0,0)
              oCMenu.makeMenu('sub230','sub23','&nbsp;David Austin','../garten/austin/austin.html','',130,0,0)
              oCMenu.makeMenu('sub231','sub23','&nbsp;Appeltern','../garten/appeltern/appeltern.html','',130,0,0)
              oCMenu.makeMenu('sub232','sub23','&nbsp;Boomkamp','../garten/boomkamp/boomkamp.html','',130,0,0)
              oCMenu.makeMenu('sub233','sub23','&nbsp;Ros. Dortmund','../garten/dortmd/dortmd.html','',130,0,0)
              oCMenu.makeMenu('sub234','sub23','&nbsp;Ros. Sangerhausen','../garten/sangerhausen/sangerhausen.html','',130,0,0)
              oCMenu.makeMenu('sub235','sub23','&nbsp;St. Albans Rose','../garten/society/society.html','',130,0,0)
              oCMenu.makeMenu('sub236','sub23','&nbsp;Steinfurth','../garten/steinfurth/steinfurth.html','',130,0,0)
              oCMenu.makeMenu('sub237','sub23','&nbsp;Fam. Urbanek','../garten/urbanek/urbanek.html','',130,0,0)



 /**********************  3  ********************/
  oCMenu.makeMenu('top3','','|&nbsp;Information &nbsp;','','',115,0,0)

  oCMenu.makeMenu('sub30','top3','&nbsp;offene Pforte &nbsp;&nbsp;','../termine/index.html','',120,0,0)
         oCMenu.makeMenu('sub300','sub30','&nbsp;Termine','../information/termine.html','',120,0,0)

         oCMenu.makeMenu('sub302','sub30','&nbsp;Pforte 2007','../information/pforte2007/index.html','',120,0,0)
         oCMenu.makeMenu('sub303','sub30','&nbsp;Pforte 2006','../information/pforte2006/index.html','',120,0,0)
         oCMenu.makeMenu('sub304','sub30','&nbsp;Pforte 2005','../information/pforte2005/index.html','',120,0,0)
         oCMenu.makeMenu('sub305','sub30','&nbsp;Pforte 2003','../information/pforte2003/index.html','',120,0,0)
         oCMenu.makeMenu('sub306','sub30','&nbsp;Hintergrund','../information/euroga.html','',120,0,0)

  oCMenu.makeMenu('sub31','top3','&nbsp;News + Berichte','../information/index.html','',120,0,0)
         oCMenu.makeMenu('sub310','sub31','&nbsp;IPM 2007','../information/ipm2007/ipm2007.html','',110,0,0)
         oCMenu.makeMenu('sub311','sub31','&nbsp;IPM 2005','../information/ipm2005/ipm2005.html','',110,0,0)
         oCMenu.makeMenu('sub312','sub31','&nbsp;IPM 2004','../information/ipm2004/ipm2004.html','',110,0,0)
         oCMenu.makeMenu('sub313','sub31','&nbsp;IPM 2003','../information/ipm2003/ipm2003.html','',110,0,0)


  oCMenu.makeMenu('sub32','top3','&nbsp;Support &nbsp;&nbsp;','../information/support.html','',120,0,0)
         oCMenu.makeMenu('sub320','sub32','&nbsp;Umbau Vorgarten','../information/support/umbau-vorgarten.html','',120,0,0)
         oCMenu.makeMenu('sub321','sub32','&nbsp;Ramblerschnitt','../information/support/rambler.html','',120,0,0)
         oCMenu.makeMenu('sub322','sub32','&nbsp;Rosenpflege','../information/support/rosen.html','',120,0,0)
         oCMenu.makeMenu('sub323','sub32','&nbsp;Rasenpflege','../information/support/rasen.html','',120,0,0)
         oCMenu.makeMenu('sub324','sub32','&nbsp;Gartentipps','../information/support/tipps.html','',120,0,0)


  oCMenu.makeMenu('sub33','top3','&nbsp;Aktionen','../aktionen.html','',120,0,0)
         oCMenu.makeMenu('sub330','sub33','&nbsp;Picobello','../information/picobello/index.html','',120,0,0)
         oCMenu.makeMenu('sub331','sub33','&nbsp;Bankrosen','../vinxel/index.html','',120,0,0)
         oCMenu.makeMenu('sub332','sub33','&nbsp;Standesamt','../information/aktionen/standesamt.html','',120,0,0)
         oCMenu.makeMenu('sub333','sub33','&nbsp;Park Bachem','../information/aktionen/park.html','',120,0,0)
         oCMenu.makeMenu('sub334','sub33','&nbsp;Monatsfoto','../information/daypic/index.html','',120,0,0)



 /**********************  5  ********************/
  oCMenu.makeMenu('top5','','|&nbsp;Marktplatz','','',115,0,0)
        oCMenu.makeMenu('sub50','top5','&nbsp; Garten DVD','../markt/marktplatz.html','',120,0,0)
                oCMenu.makeMenu('sub500','sub50','&nbsp;Garten-DVD1','../markt/marktplatz.html','',130,0,0)
                oCMenu.makeMenu('sub501','sub50','&nbsp;Garten-DVD2','../markt/marktplatz.html','',130,0,0)

        oCMenu.makeMenu('sub51','top5','&nbsp; Irland-Haus','../markt/haus_irland/index.html','',120,0,0)

 /**********************  6  ********************/
  oCMenu.makeMenu('top6','','|&nbsp;Bibliothek','','',115,0,0)
        oCMenu.makeMenu('sub60','top6','&nbsp; Bücher','../bibliothek.html','',110,0,0)


 /**********************  7  ********************/
  oCMenu.makeMenu('top7','','|&nbsp;Rosenlinks','','',115,0,0)
        oCMenu.makeMenu('sub70','top7','&nbsp;Rosenlinks','../rosenlinks.html','',110,0,0)


 /**********************  9  ********************/
  oCMenu.makeMenu('top9','','|&nbsp;Gästebereich','','',115,0,0)
        oCMenu.makeMenu('sub90','top9','&nbsp;G&auml;stebuch','../gaestebuch4/index.php','',130,0,0)
                oCMenu.makeMenu('sub900','sub90','&nbsp;G&auml;stebuch neu','../gaestebuch4/index.php','',130,0,0)
                oCMenu.makeMenu('sub901','sub90','&nbsp;G&auml;stebuch alt','../gaestebuch/index.html','',130,0,0)
        oCMenu.makeMenu('sub91','top9','&nbsp;Diskussionsforum','../forum/index.html','',130,0,0)
        oCMenu.makeMenu('sub92','top9','&nbsp;Post- & Grusskarten','../cards/card.html','',150,0,0)

 /**********************  10  ********************/
  oCMenu.makeMenu('top10','','|&nbsp;WEBCAM','','',115,0,0)
        oCMenu.makeMenu('sub100','top10','<img src="../img/neu.gif">&nbsp;Garten-CAM','../webcam/cam.html','',120,0,0)


       /**********************  4  ********************/
  oCMenu.makeMenu('top4','','|&nbsp;Kunstgalerie','','',115,0,0)
         oCMenu.makeMenu('sub40','top4','&nbsp; Heidi Bauer','../kunst/index.html','',120,0,0)
                oCMenu.makeMenu('sub400','sub40','&nbsp;Galerie 1  ','../kunst/galerie1.html','',120,0,0)
                oCMenu.makeMenu('sub401','sub40','&nbsp;Galerie 2  ','../kunst/galerie2.html','',120,0,0)
                oCMenu.makeMenu('sub402','sub40','&nbsp;Gartenkunst','../kunst/gartenkunst.html','',120,0,0)
                oCMenu.makeMenu('sub403','sub40','&nbsp;Bronzeguss ','../kunst/bronze.html','',120,0,0)
                oCMenu.makeMenu('sub404','sub40','&nbsp;Diashow    ','../kunst/kunst_dia.html','',120,0,0)

         oCMenu.makeMenu('sub41','top4','&nbsp; Album 75.ter','../kunst/75ter.html','',120,0,0)



       /**********************  12  ********************/
   oCMenu.makeMenu('top12','','|&nbsp;Medienspiegel','','',115,0,0)
         oCMenu.makeMenu('sub120','top12','&nbsp;Medienspiegel','../presse/medien.html','',120,0,0)



 /**********************  11  ********************/
  oCMenu.makeMenu('top11','','|&nbsp;Privat','','',115,0,0)
        oCMenu.makeMenu('sub110','top11','&nbsp;Familie','../_privat/familie.html','',120,0,0)
        oCMenu.makeMenu('sub111','top11','&nbsp;Security-CAM','../_privat/cam.html','',120,0,0)
        oCMenu.makeMenu('sub112','top11','&nbsp;CAM-Archiv','../_privat/archiv.html','',120,0,0)

//Leave this line - it constructs the menu
oCMenu.construct()
