function CreateFlash(meno,id,width,height,style)
{
    var browserName=navigator.appName;
    //alert(browserName);
    //if (browserName=="Microsoft Internet Explorer") {
    //    fMenu = document.getElementById(id);
    //    fMenu.innerHTML="<OBJECT type='application/x-shockwave-flash' data='.flash/"+meno+".swf' width='"+width+"' height='"+height+"'><param name='movie' value='flash/"+meno+".swf' /><param name='bgcolor' value='#ffffff' /><param name='"+meno+"' value='false' /><param name='quality' value='high' /><param name='scale' value='noscale' /></OBJECT>";
    //    }
    //  else {
          document.writeln('<object style="'+style+'" type="application/x-shockwave-flash" data="flash/'+meno+'.swf" width="'+width+'" height="'+height+'">');
          document.writeln('<param name="movie" value="flash/'+meno+'.swf" />');
          document.writeln('<param name="menu" value="false" />');
          document.writeln('<param name="quality" value="high" />');
          document.writeln('<param name="scale" value="noscale" />');
          document.writeln('<\/object>');
    //    }
}


function PopupAkt(sAktURL) { 
window.open( "./print.php?id="+sAktURL, "",  
"resizable=1,HEIGHT=480,WIDTH=640"); 
} 

function PopupText(sAktURL) { 
window.open( "./print-text.php?id="+sAktURL, "",  
"resizable=1,HEIGHT=480,WIDTH=640"); 
} 

var test;
test=1;
function remove_text(nazov) 
  {
  if (test==1)
	{
	  a=document.getElementById(nazov);
	  a.value="";
	}
  } 

function refresh(nazov) 
  {
  if (test==1)
	{
	  a=document.getElementById(nazov);
	  a.value="Zadajte váš text";
	}
  } 
function edit(nazov) 
  {
	a=document.getElementById(nazov);
	a.style.color="black";
	test=2;
  }    
