/* file kmlist.js
   2003-02-09
   Programming by Keck-Media in 2003. All rights reserved.
   Copyright (c) 2002-2003 by Keck-Media, Michael Keck, Germany http://www.keck-media.de.
   All rights reserved.
   This script is not freeware!
   Your are not allowed to copy, modify, redistribute ore use it without informed us!
*/
/*
ussage:
  begKM(move left,use spacer,menu width)
        num       y | n      num   
    addKM(imgwidth,imgheight,imgborder,imgalt,link,target,window.open.features,if onmouseover,show a msg statusbar)
          num      num       num       str    str  str    str                  y | n          y | n
  endKM();
*/
begKM(5,'y',120);
   addKM(120,20,'0','Greifswalder Bands','site.php?cid=01/01','','','y','y');
   addKM(120,20,'0','Auf den Strassen','site.php?cid=01/02','','','y','y');
   addKM(120,20,'0','Jugend und Politik','site.php?cid=01/03','','','y','y');
   addKM(120,20,'0','Food and Drink','site.php?cid=01/04','','','y','y');
   addKM(120,20,'0','CD-Preview','site.php?cid=01/05','','','y','y');
   addKM(120,20,'0','Photos','site.php?cid=01/06','','','y','y');
endKM();
begKM(71,'y',175);
   addKM(175,20,'0','Partys','site.php?cid=02/01','','','y','y');
   addKM(175,20,'0','Konzerte','site.php?cid=02/02','','','y','y');
   addKM(175,20,'0','Filme und Theater','site.php?cid=02/03','','','y','y');
   addKM(175,20,'0','Ausstellung bis Lesung','site.php?cid=02/04','','','y','y');
   addKM(175,20,'0','And More ...','site.php?cid=02/05','','','y','y');
endKM();
begKM(157,'y',175);
   addKM(175,20,'0','Sport','site.php?cid=03/01','','','y','y');
   addKM(175,20,'0','Kultur','site.php?cid=03/02','','','y','y');
   addKM(175,20,'0','Freizeit','site.php?cid=03/03','','','y','y');
   addKM(175,20,'0','Greifswalder Einrichtungen','site.php?cid=03/04','','','y','y');
   addKM(175,20,'0','Soziales und Umwelt','site.php?cid=03/05','','','y','y');
endKM();
begKM(231,'y',90);
   addKM(90,20,'0','Medien','site.php?cid=04/01','','','y','y');
   addKM(90,20,'0','F&ouml;rderungen','site.php?cid=04/02','','','y','y');
   addKM(90,20,'0','Filme und Theater','site.php?cid=04/03','','','y','y');
   addKM(90,20,'0','Ausstellung bis Lesung','site.php?cid=04/04','','','y','y');
   addKM(90,20,'0','And More ...','site.php?cid=04/05','','','y','y');
endKM();

/* donot edit this lines below! */
function kmSetup(){		
  doc.write(kmMenus);
}
