


 // overeni pred vykonanim nejake akce
function CheckAction(msg)
{ 
  if(!confirm(msg)) return false;
  else return true;  
}


function FixFlashInIE()
{
    // (c) David Grudl aka -dgx-
    //
    // more info: http://www.dgx.cz/knowhow/eolas-workaround/
    
    
    var objects = document.getElementsByTagName("object");
    
    for (var i=0; i<objects.length; i++)
        objects[i].outerHTML = objects[i].outerHTML;  
} 


// popup obrazek
function PopUpImg(imgsrc,xx,yy){
  xxw=xx+40; yyh=yy+30;
  NewWin= new Array()
  wx=",width="+xxw+",height="+yyh  
  
  NewWin[i] = 
   window.open("","galery"+i,"left=15,top=15,scrollbars,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes"+wx)
  NewWin[i].document.open()
  imgsrc='"'+imgsrc+'"'
    NewWin[i].document.writeln(
  "<title>www.delsey-foto.cz - " +imgsrc+ " ("+xx+","+yy+")</title><body bgcolor='#B9BEC2'><div align='center' style='margin-top:15px; margin-bottom: 5px;'><a href='javascript: self.close()'><img src="+imgsrc+" width="+xx+" height="+yy+" border=0></a></div>")
  NewWin[i].document.close() 
  i++
}
i=0
