// JavaScript Document


function obec_otevri(jmeno,cesta)

{

//alert(jmeno+cesta);
window.open("http://"+cesta);

}

