function kontakt() {
 myWin = window.open("../kontakt.html","Kontakt","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=450,height=533,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[101]  = "../index.html";
 ms[102]  = "../op.html";
 ms[103]  = "../kontakt.html";
 ms[201] = "../1.html";
 ms[202] = "../2.html";
 ms[203] = "../3.html";
 ms[204] = "../4.html";
 ms[205] = "../prod_semen.html";
 ms[206] = "../palmy/05.html";
 ms[207] = "http://klubpp.palmparadise.biz/burza-palem";
 ms[208] = "../bonsai_palma/bonsai_palma.html";
 ms[209] = "../opici_nadoba.php";
 ms[301] = "../nadkat.html";
 ms[302] = "../nadkat2.html";
 ms[400] = "http://klubpp.palmparadise.biz";
 
 navigate(ms[n]);
}
