vloz_komentar_form = function(cid) {
	//alert(cid);
	kde=document.getElementById('kf'+cid);
	if(kde) {
		if(kde.innerHTML==""){
			kde.innerHTML="<div class=delitko width=180 height=3><img src='img/nic.gif'></div><form action='clanek.php' method='POST'><input type='Hidden' name='id' value='"+cid+"'>"+
			"<div class=tinytext style='background: #A7C2E0; width: 58px; color:#3A73B3; margin-top: 2px;'>&nbsp;Komentář: </div><textarea name='komentar' class=gfield style='width: 340px; height: 100px; margin-bottom: 2px;'></textarea><br><layer class=tinytext style='background: #A7C2E0; width: 55px; color:#3A73B3;'>&nbsp;Podpis:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</layer><input type='Text' name='podpis' class=gfield style='width:130px; height: 17px;'><input type='Submit' name='odeslat' value='Odeslat komentář' style='height: 18px; font-size: 9pt;'></form>";
		} else {
			kde.innerHTML="";
		}
	}
}
