function forum() {
 forumWindow = window.open('/forum/', 'diskuse', 'width=800,height=600,menubar=no,resizable=yes,scrollbars=yes,left=0,top=0');
}

function kontakt() {
 myWin = window.open("http://palmparadise.biz/kontakt.html","Kontakt","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=450,height=573,top=50,left=150");
}

function zobraz(constr,stav) {
 if (!stav) {
	constr.style.overflow = "hidden";
 }
 else {
	constr.style.overflow = "visible";
 }
}

function sada(n) {
 var ms = new Array()
 ms[100] = "../index.php";
 ms[101] = "../clanky/receptar/receptar.html";
 ms[102] = "../clanky/prispevek_cz/prispevek_cz.html";
 ms[103] = "../clanky/vysadba_cz_01/vysadba_cz_01-p01.html";
 ms[104] = "../clanky/prispevek_hu/prispevek_hu.html";
 ms[105] = "../clanky/prispevek_at/prispevek_at.html";
 ms[107] = "../clanky/zony/zony.html";
 ms[108] = "../clanky/rozmnozovani/rozmnozovani.html";
 ms[109] = "../clanky/rhapis/rhapis.html";
 ms[110] = "../fotogalerie/raj1/index.html";
 ms[111] = "../fotogalerie/raj2/index.html";
 ms[112] = "../clanky/zajimavosti/zajimavosti.html";
 ms[113] = "../clanky/experiment_jm/experiment_jm-p01.html";
 ms[114] = "../clanky/oteplovani_cz/oteplovani_cz.html"
 ms[115] = "../clanky/zazimovani/zazimovani.html"
 ms[116] = "../clanky/presazovani/presazovani.html"
 ms[201] = "../burza-palem";
 ms[301] = "../klicivost-semen";
 ms[401] = "../identifikace/?title=Identifikace+palem-virtuální+Palmetum&amp;count-rows=6&amp;select=0";
 ms[501] = "../monitorovani/?action=main&amp;country=cz&amp;title=Monitorování+venku+vysazených+palem+a+yuk+v+Česku&amp;count-rows=6&amp;select=0";
 ms[502] = "../monitorovani/?action=main&amp;country=sk&amp;title=Monitorování+venku+vysazených+palem+a+yuk+na+Slovensku&amp;count-rows=6&amp;select=0";
 ms[601] = "../skudci/?title=Škůdci+v+praxi&amp;count-rows=6&amp;select=0";
 ms[701] = "../forum";
 ms[801] = "http://www.palmparadise.biz";
 ms[802] = "http://www.palmparadise.biz/op.html";
 
 navigate(ms[n]);
}
