window.onerror=myErrorHandler;
function myErrorHandler() {
return true
}
//Extra code to find position:
function findPos(){
  if(bw.ns4){   //Netscape 4
    x = document.layers.layerMenu.pageX
    y = document.layers.layerMenu.pageY
  }else{ //other browsers
    x=0; y=0; var el,temp
    el = bw.ie4?document.all["menu"]:document.getElementById("menu");
  if(el.offsetParent){
     temp = el
      while(temp.offsetParent){ //Looping parent elements to get the offset of them as well
        temp=temp.offsetParent; 
       x+=temp.offsetLeft
       y+=temp.offsetTop;
      }
    }
    x+=el.offsetLeft
    y+=el.offsetTop
  }
  //Returning the x and y as an array
  return [x,y]
}
pos = findPos()
			
			//Menu object creation
			oCMenu2=new makeCM("oCMenu2") //Making the menu object. Argument: menuname

			//Menu properties   
			oCMenu2.pxBetween=4
			//oCMenu2.fromLeft=132
			//oCMenu2.fromTop=116
			
			oCMenu2.fromLeft=pos[0]+15
			oCMenu2.fromTop=pos[1]+9
			oCMenu2.onresize="pos = findPos(); oCMenu2.fromLeft=pos[0]+5; oCMenu2.fromTop=pos[1]-2;"			
			
			oCMenu2.rows=1 
			oCMenu2.menuPlacement="left"
			oCMenu2.offlineRoot="" 
			oCMenu2.onlineRoot="" 
			oCMenu2.resizeCheck=1 
			oCMenu2.wait=300
			oCMenu2.zIndex=0

			//Background bar properties
			oCMenu2.useBar=0

			//Level properties - ALL properties have to be spesified in level 0
			oCMenu2.level[0]=new cm_makeLevel() //Add this for each new level
			oCMenu2.level[0].width=0
			oCMenu2.level[0].height=16
			oCMenu2.level[0].regClass="cl2Level0"
			oCMenu2.level[0].overClass="cl2Level0over"
			oCMenu2.level[0].borderX=0
			oCMenu2.level[0].borderY=0
			oCMenu2.level[0].borderClass="cl2Level0border"
			oCMenu2.level[0].offsetX=0
			oCMenu2.level[0].offsetY=0
			oCMenu2.level[0].rows=0
			oCMenu2.level[0].arrow=0
			oCMenu2.level[0].arrowWidth=0
			oCMenu2.level[0].arrowHeight=0
			oCMenu2.level[0].align="bottom"

			//SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
			oCMenu2.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
			oCMenu2.level[1].width=10
			oCMenu2.level[1].height=20
			oCMenu2.level[1].regClass="cl2Level1"
			oCMenu2.level[1].overClass="cl2Level1over"
			oCMenu2.level[1].borderX=0
			oCMenu2.level[1].borderY=0
			oCMenu2.level[1].align="left" 
			oCMenu2.level[1].offsetX=572
			oCMenu2.level[1].offsetY=-1
			oCMenu2.level[1].borderClass="cl2Level1border"
			oCMenu2.level[1].roundBorder=1
						
			//SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
			oCMenu2.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
			oCMenu2.level[2].width=0
			oCMenu2.level[2].height=22
			oCMenu2.level[2].regClass="cl2Level2"
			oCMenu2.level[2].overClass="cl2Level2over"
			oCMenu2.level[2].borderX=0
			oCMenu2.level[2].borderY=0
			oCMenu2.level[2].align="left" 
			oCMenu2.level[2].offsetX=0
			oCMenu2.level[2].offsetY=0
			oCMenu2.level[2].borderClass="cl2Level2border"
			
			//Menu item creation:
			oCMenu2.makeMenu('top0','','<b>Obsah</b> <img src="/images/sipka-down.gif" border="0" width="9" height="5" alt="" hspace="4">','','',67)
oCMenu2.makeMenu('sub21','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Úvodní strana','/art.asp?id=81','',310)
oCMenu2.makeMenu('sub22','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Předmluva','/art.asp?id=82','',310)
oCMenu2.makeMenu('sub1','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Co jsou střední Čechy?','','',310)
oCMenu2.makeMenu('sub9','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Historie poznání','','',310)
oCMenu2.makeMenu('sub3','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Geologická stavba','','',310)
oCMenu2.makeMenu('sub4','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Reliéf','','',310)
oCMenu2.makeMenu('sub5','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Půdy','','',310)
oCMenu2.makeMenu('sub6','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Vodstvo','','',310)
oCMenu2.makeMenu('sub7','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Podnebí','','',310)
oCMenu2.makeMenu('sub8','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Květena a vegetace','','',310)
oCMenu2.makeMenu('sub10','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Lesy','','',310)
oCMenu2.makeMenu('sub11','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Zvířena','','',310)
oCMenu2.makeMenu('sub12','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Biogeografie','','',310)
oCMenu2.makeMenu('sub13','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Pravěk a raný středověk','','',310)
oCMenu2.makeMenu('sub14','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Krajina jako přírodní a kulturní fenomén','','',310)
oCMenu2.makeMenu('sub15','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Krajina jako inspirace uměleckého díla','','',310)
oCMenu2.makeMenu('sub16','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Těžba nerostných surovin','','',310)
oCMenu2.makeMenu('sub17','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Krajinné plánování','','',310)
oCMenu2.makeMenu('sub18','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Postavení středních Čech v rámci České republiky','','',310)
oCMenu2.makeMenu('sub19','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Středočeská krajina a její genius loci','','',310)
oCMenu2.makeMenu('sub20','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Výběr literatury','/art.asp?id=80','',310)
oCMenu2.makeMenu('sub23','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">O knize a aplikaci','/art.asp?id=83','',310)
oCMenu2.makeMenu('subtwo1','sub1','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Krajina pro znalce','/art.asp?id=1','',260)
oCMenu2.makeMenu('subtwo2','sub1','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Hranice středních Čech','/art.asp?id=2','',260)
oCMenu2.makeMenu('subtwo3','sub1','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Postavení a role středních Čech','/art.asp?id=3','',260)
oCMenu2.makeMenu('subtwo4','sub1','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Zajímavé údaje','/art.asp?id=4','',260)
oCMenu2.makeMenu('subtwo5','sub1','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=5','',260)
oCMenu2.makeMenu('subtwo16','sub3','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Geologie krajiny','/art.asp?id=16','',260)
oCMenu2.makeMenu('subtwo17','sub3','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Proterozoikum a paleozoikum','/art.asp?id=17','',260)
oCMenu2.makeMenu('subtwo18','sub3','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Druhohory, třetihory a čtvrtohory','/art.asp?id=18','',260)
oCMenu2.makeMenu('subtwo76','sub3','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Přehled geologických období','/art.asp?id=76','',260)
oCMenu2.makeMenu('subtwo19','sub3','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=19','',260)
oCMenu2.makeMenu('subtwo20','sub4','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Krajina jako mozaika mnoha procesů','/art.asp?id=20','',260)
oCMenu2.makeMenu('subtwo21','sub4','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Dědictví druhohor a třetihor','/art.asp?id=21','',260)
oCMenu2.makeMenu('subtwo22','sub4','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Tvář středních Čech – dílo čtvrtohor','/art.asp?id=22','',260)
oCMenu2.makeMenu('subtwo23','sub4','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=23','',260)
oCMenu2.makeMenu('subtwo24','sub5','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Vznik a vývoj půd','/art.asp?id=24','',260)
oCMenu2.makeMenu('subtwo25','sub5','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Půdní typy','/art.asp?id=25','',260)
oCMenu2.makeMenu('subtwo26','sub5','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Rozmanitost půd (pedodiverzita)','/art.asp?id=26','',260)
oCMenu2.makeMenu('subtwo27','sub5','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Ekofenomény a půdy','/art.asp?id=27','',260)
oCMenu2.makeMenu('subtwo28','sub5','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=28','',260)
oCMenu2.makeMenu('subtwo29','sub6','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Základní hydrologické údaje','/art.asp?id=29','',260)
oCMenu2.makeMenu('subtwo30','sub6','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Labe a jeho přítoky','/art.asp?id=30','',260)
oCMenu2.makeMenu('subtwo31','sub6','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Vltava','/art.asp?id=31','',260)
oCMenu2.makeMenu('subtwo32','sub6','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Sázava a Berounka','/art.asp?id=32','',260)
oCMenu2.makeMenu('subtwo33','sub6','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=33','',260)
oCMenu2.makeMenu('subtwo34','sub7','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Klimatické oblasti','/art.asp?id=34','',260)
oCMenu2.makeMenu('subtwo35','sub7','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Srážkové poměry','/art.asp?id=35','',260)
oCMenu2.makeMenu('subtwo36','sub7','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Rozmanitost podnebí','/art.asp?id=36','',260)
oCMenu2.makeMenu('subtwo37','sub7','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=37','',260)
oCMenu2.makeMenu('subtwo38','sub8','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Bohatství středočeské flóry','/art.asp?id=38','',260)
oCMenu2.makeMenu('subtwo39','sub8','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Geografické prvky květeny','/art.asp?id=39','',260)
oCMenu2.makeMenu('subtwo40','sub8','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Lesy','/art.asp?id=40','',260)
oCMenu2.makeMenu('subtwo41','sub8','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Společenstva bezlesí','/art.asp?id=41','',260)
oCMenu2.makeMenu('subtwo42','sub8','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=42','',260)
oCMenu2.makeMenu('subtwo12','sub9','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Počátky přírodovědného poznání','/art.asp?id=12','',260)
oCMenu2.makeMenu('subtwo13','sub9','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Významná přírodovědná díla','/art.asp?id=13','',260)
oCMenu2.makeMenu('subtwo14','sub9','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Vývoj po roce 1945','/art.asp?id=14','',260)
oCMenu2.makeMenu('subtwo15','sub9','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=15','',260)
oCMenu2.makeMenu('subtwo43','sub10','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Vývoj lesního hospodářství','/art.asp?id=43','',260)
oCMenu2.makeMenu('subtwo44','sub10','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Lesní oblasti','/art.asp?id=44','',260)
oCMenu2.makeMenu('subtwo45','sub10','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Současný stav lesů','/art.asp?id=45','',260)
oCMenu2.makeMenu('subtwo46','sub10','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=46','',260)
oCMenu2.makeMenu('subtwo47','sub11','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Bezobratlí','/art.asp?id=47','',260)
oCMenu2.makeMenu('subtwo48','sub11','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Obratlovci','/art.asp?id=48','',260)
oCMenu2.makeMenu('subtwo49','sub11','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=49','',260)
oCMenu2.makeMenu('subtwo50','sub12','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Biozóny středních Čech','/art.asp?id=50','',260)
oCMenu2.makeMenu('subtwo51','sub12','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Ekologické fenomény','/art.asp?id=51','',260)
oCMenu2.makeMenu('subtwo52','sub12','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=52','',260)
oCMenu2.makeMenu('subtwo53','sub13','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Doba kamenná','/art.asp?id=53','',260)
oCMenu2.makeMenu('subtwo54','sub13','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Doba bronzová a železná','/art.asp?id=54','',260)
oCMenu2.makeMenu('subtwo55','sub13','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Raný středověk','/art.asp?id=55','',260)
oCMenu2.makeMenu('subtwo77','sub13','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Přehled osídlení středních Čech','/art.asp?id=77','',260)
oCMenu2.makeMenu('subtwo56','sub13','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Změny od konce středověku','/art.asp?id=56','',260)
oCMenu2.makeMenu('subtwo78','sub13','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=78','',260)
oCMenu2.makeMenu('subtwo57','sub14','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Vývoj krajinných typů','/art.asp?id=57','',260)
oCMenu2.makeMenu('subtwo58','sub14','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Rozvoj měst a sídel','/art.asp?id=58','',260)
oCMenu2.makeMenu('subtwo59','sub14','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=59','',260)
oCMenu2.makeMenu('subtwo60','sub15','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Archetyp české krajiny','/art.asp?id=60','',260)
oCMenu2.makeMenu('subtwo61','sub15','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Malíři 19. století','/art.asp?id=61','',260)
oCMenu2.makeMenu('subtwo62','sub15','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Umělci 20. století','/art.asp?id=62','',260)
oCMenu2.makeMenu('subtwo63','sub15','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=63','',260)
oCMenu2.makeMenu('subtwo64','sub16','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Druhy nerostných surovin','/art.asp?id=64','',260)
oCMenu2.makeMenu('subtwo65','sub16','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Z historie českého hornictví','/art.asp?id=65','',260)
oCMenu2.makeMenu('subtwo66','sub16','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Těžba nerudních surovin','/art.asp?id=66','',260)
oCMenu2.makeMenu('subtwo67','sub16','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=67','',260)
oCMenu2.makeMenu('subtwo68','sub17','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Současný konzum krajiny','/art.asp?id=68','',260)
oCMenu2.makeMenu('subtwo69','sub17','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Ochrana a rehabilitace krajiny','/art.asp?id=69','',260)
oCMenu2.makeMenu('subtwo70','sub17','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=70','',260)
oCMenu2.makeMenu('subtwo71','sub18','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Hodnoty středočeské přírody a krajiny','/art.asp?id=71','',260)
oCMenu2.makeMenu('subtwo72','sub18','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=72','',260)
oCMenu2.makeMenu('subtwo73','sub19','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Co je genius loci?','/art.asp?id=73','',260)
oCMenu2.makeMenu('subtwo74','sub19','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Putování krajinou','/art.asp?id=74','',260)
oCMenu2.makeMenu('subtwo79','sub19','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Chráněná území','/art.asp?id=79','',260)
oCMenu2.makeMenu('subtwo75','sub19','<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=75','',260)

//Sub menu 1
//oCMenu2.makeMenu('sub11','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Co jsou střední Čechy?','','',188)
//oCMenu2.makeMenu('sub12','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Kapitola 2','','',188)
//oCMenu2.makeMenu('sub13','top0','<img src="/images/sipka-right.gif" border="0" width="5" height="9" alt="" hspace="5">Kapitola 3','','',188)
//Sub menu 2
//oCMenu2.makeMenu('subsub11','sub1','&nbsp;<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Krajina pro znalce','/art.asp?id=1','',288)
//oCMenu2.makeMenu('subsub12','sub1','&nbsp;<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Procházka po středních Čechách','/art.asp?id=2','',288)
//oCMenu2.makeMenu('subsub13','sub1','&nbsp;<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Zvláštní úloha středních Čech','/art.asp?id=3','',288)
//oCMenu2.makeMenu('subsub14','sub1','&nbsp;<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Zajímavé údaje','/art.asp?id=4','',288)
//oCMenu2.makeMenu('subsub15','sub1','&nbsp;<img src="/images/sipka-right-blue.gif" border="0" width="5" height="9" alt="" hspace="5">Shrňme si to','/art.asp?id=5','',288)

