// Michael Thomsen compromi.dk
function hand() {
  document.body.style.cursor = 'pointer';
}
function norm() {
  document.body.style.cursor = 'default';
}
function cliOpenFoto(f, b, h) {
  try { foto4733.close(); } catch(err) {  }
  var b1 = b + 38; if ( b1 > screen.width ) { b1 = screen.width; }
  var h1 = h + 38; if ( h1 > screen.height ) { h1 = screen.height; }
  foto4733 = window.open("", "foto4733", "resizable=yes,scrollbars=yes,width=" + b1 + ",height=" + h1 + ",innerWidth=" + b + ",innerHeight=" + h + ",location=no,menubar=no,toolbar=no,titlebar=no,left=500,top=200");
  foto4733.document.write("<body><img src='" + f + "'></body>");
  foto4733.document.body.style.backgroundColor = '#CEE3E3';
}
function cli(a, p, t) {
  try { foto4733.close(); } catch(err) {  }
  req = new XMLHttpRequest();
  req.open('GET', 'album.php?al=' + a + '&pa=' + p + '&ti=' + t, false);
  req.send(null);
  document.getElementById("alb").innerHTML = req.responseText;
}
function luk() {
  try { foto4733.close(); } catch(err) {  }
}
window.onunload = luk;

