function openup(URL, WIDTH, HEIGHT) 
{
  url = URL;
  width = WIDTH;  
  height = HEIGHT; 
  windowprops = "left=0,top=0,width=" + WIDTH + ",height=" + HEIGHT + "toolbar=no," + "location=no," + "directories=no," + "status=no," + "menubar=no," + "scrollbars=yes," + "resizable=no,";
  fotogr = window.open(URL, "fotografia", windowprops);
  fotogr.moveTo((screen.width-WIDTH)/2,(screen.height-HEIGHT)/2)
  
}

function openup2(URL, WIDTH, HEIGHT) 
{
  url = URL;
  width = WIDTH;  
  height = HEIGHT; 
  windowprops = "left=50,top=50,width=" + WIDTH + ",height=" + HEIGHT + "toolbar=no," + "location=no," + "directories=no," + "status=no," + "menubar=no," + "scrollbars=yes," + "resizable=no,";
  fotogr = window.open(URL, "fotografia", windowprops);
} 

function openup(URL, WIDTH, HEIGHT) 
{
  url = URL;
  width = WIDTH;  
  height = HEIGHT; 
  windowprops = "left=50,top=50,width=" + WIDTH + ",height=" + HEIGHT + "toolbar=no," + "location=no," + "directories=no," + "status=no," + "menubar=no," + "scrollbars=yes," + "resizable=no,";
  fotogr = window.open(URL, "fotografia", windowprops);
} 

function confirmLink(theLink, theSqlQuery)
{
    // Confirmation is not required in the configuration file
  if (confirmMsg == '') {
    return true;
  }

  var is_confirmed = confirm(confirmMsg + ' :\n' + theSqlQuery);
  if (is_confirmed) 
  {
    theLink.href += '&is_js_confirmed=1';
  }   
  return is_confirmed;
}
var confirmMsg  = 'Naozaj chete zmazať ';

function openup(URL, WIDTH, HEIGHT) 
{
  url = URL;
  width = WIDTH;  
  height = HEIGHT; 
  windowprops = "left=0,top=0,width=" + WIDTH + ",height=" + HEIGHT + "toolbar=no," + "location=no," + "directories=no," + "status=no," + "menubar=no," + "scrollbars=yes," + "resizable=no,";
  fotogr = window.open(URL, "fotografia", windowprops);
  fotogr.moveTo((screen.width-WIDTH)/2,(screen.height-HEIGHT)/2)
  
}
function openup3(URL, WIDTH, HEIGHT) 
{
  url = URL;
  width = WIDTH;  
  height = HEIGHT; 
  windowprops = "left=0,top=0,width=" + WIDTH + ",height=" + HEIGHT + "toolbar=no," + "location=no," + "directories=no," + "status=no," + "menubar=yes," + "scrollbars=yes," + "resizable=yes,";
  fotogr = window.open(URL, "fotografia", windowprops);
  fotogr.moveTo((screen.width-WIDTH)/2,(screen.height-HEIGHT)/2)
  
}