function sd(id,visibility)  // setdisplay
{
 if(document.getElementById)
 {
  var obj = document.getElementById(id);
  if(obj)
  {
   obj.style.display = visibility?"block":"none";
  }
 }
}

function ha()   //hide aal
{
sd('r1',0);
}

function ukazObrazek(src, width, height, alt)
{
  var okno = open("", "_blank", "width="+(width+70)+",height="+(height+60)+",scrollbars");
  okno.document.open();
  okno.document.writeln('<html>');
  okno.document.writeln('<head>');
  okno.document.writeln('<title>Zdravotní technika PAUR</title>');
  okno.document.writeln('<meta http-equiv="imagetoolbar" content="no" />');
  okno.document.writeln('</head>');
  okno.document.writeln('<link rel="stylesheet" type="text/css" href="style/imgstyle.css" /><body>');
  okno.document.writeln('<img alt="" src="'+src+'" />');
  okno.document.writeln('<div>Zdravotní technika PAUR • '+alt+'</div>');
  okno.document.writeln('</body>');
  okno.document.writeln('</html>');
  okno.document.close();
  return false;
}
function ukazStranku(src, width, height)
{
  var okno = open(src, "_blank", "width="+(width+60)+",height="+(height+40)+",scrollbars");
  return false;
}

function start()
{

}
function odesliZpravuDoFlashe(zprava){
	window.document.getElementById("flashHlavicka1").SetVariable("zprava", zprava);
	window.document.getElementById("flashHlavicka2").SetVariable("zprava", zprava);
	window.document.getElementById("flashHlavicka3").SetVariable("zprava", zprava);
	window.document.getElementById("flashHlavicka4").SetVariable("zprava", zprava);
}

function add_smile(t){ 
  document.getElementById("vzkaznikText").value+= '' + t; 
}

