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="http://www.dfnbb.sk/flash/'+meno+'.swf" width="'+width+'" height="'+height+'">');
          document.writeln('<param name="movie" value="http://www.dfnbb.sk/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( "http://www.dfnbb.sk/print.php?id="+sAktURL, "",  
"resizable=1,HEIGHT=480,WIDTH=640"); 
} 

function PopupText(sAktURL) { 
window.open( "http://www.dfnbb.sk/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;
  }   
  
  
function menu(span,id1,id2,id3,id4,id5) 
  {
  defaultBck='#e6e6e6';
  a=document.getElementById('span1');
  a.style.background=defaultBck;    
  a=document.getElementById('span2');
  a.style.background=defaultBck;
  a=document.getElementById('span3');
  a.style.background=defaultBck;
  a=document.getElementById('span4');
  a.style.background=defaultBck;
  a=document.getElementById('span5');
  a.style.background=defaultBck;            
  a=document.getElementById(span);
  a.style.background="#f0f0f0";  
  a=document.getElementById(id1);
  a.style.display="block";
  a=document.getElementById(id2);
  a.style.display="none";  
  a=document.getElementById(id3);
  a.style.display="none";  
  a=document.getElementById(id4);
  a.style.display="none";  
  a=document.getElementById(id5);
  a.style.display="none";        
  }
  

