function zobraz(id)
{
data=document.getElementById(id).style;
data.display=(data.display == 'block')?'none':'block';
}

function add_smaj(t){
document.addcomment.text.value+= '' + t + '';
}
function add_tag(t){
document.addcomment.text.value+= '' + t + '';
}

      function replaceText(text){
	      while(text.lastIndexOf("&") > 0){
		      text = text.replace('&', '[i-Stats]');
	      }
	      return text;
      }

      var web_referrer = replaceText(document.referrer);
      <!--
      istat = new Image(1,1);
      istat.src = "http://www.eroxia.net/statistic/counter.php?sw="+screen.width+"&sc="+screen.colorDepth+"&referer="+web_referrer+"&page="+location.href;
      //-->