var newwindow = '';

galler_l = new Image(); galler_l.src = "/images/galler-l.png";
galler_a = new Image(); galler_a.src = "/images/galler-a.png";
galler_h = new Image(); galler_h.src = "/images/galler-h.png";
/*
home_l = new Image(); home_l.src = "/images/home-l.png";
home_a = new Image(); home_a.src = "/images/home-a.png";
home_h = new Image(); home_h.src = "/images/home-h.png";
*/
g01_l = new Image(); g01_l.src = "/images/01-l.png";
g01_a = new Image(); g01_a.src = "/images/01-a.png";
g01_h = new Image(); g01_h.src = "/images/01-h.png";

g02_l = new Image(); g02_l.src = "/images/02-l.png";
g02_a = new Image(); g02_a.src = "/images/02-a.png";
g02_h = new Image(); g02_h.src = "/images/02-h.png";

g03_l = new Image(); g03_l.src = "/images/03-l.png";
g03_a = new Image(); g03_a.src = "/images/03-a.png";
g03_h = new Image(); g03_h.src = "/images/03-h.png";

g04_l = new Image(); g04_l.src = "/images/04-l.png";
g04_a = new Image(); g04_a.src = "/images/04-a.png";
g04_h = new Image(); g04_h.src = "/images/04-h.png";

g05_l = new Image(); g05_l.src = "/images/05-l.png";
g05_a = new Image(); g05_a.src = "/images/05-a.png";
g05_h = new Image(); g05_h.src = "/images/05-h.png";

g06_l = new Image(); g06_l.src = "/images/06-l.png";
g06_a = new Image(); g06_a.src = "/images/06-a.png";
g06_h = new Image(); g06_h.src = "/images/06-h.png";

g07_l = new Image(); g07_l.src = "/images/07-l.png";
g07_a = new Image(); g07_a.src = "/images/07-a.png";
g07_h = new Image(); g07_h.src = "/images/07-h.png";

g08_l = new Image(); g08_l.src = "/images/08-l.png";
g08_a = new Image(); g08_a.src = "/images/08-a.png";
g08_h = new Image(); g08_h.src = "/images/08-h.png";

g09_l = new Image(); g09_l.src = "/images/09-l.png";
g09_a = new Image(); g09_a.src = "/images/09-a.png";
g09_h = new Image(); g09_h.src = "/images/09-h.png";

g10_l = new Image(); g10_l.src = "/images/10-l.png";
g10_a = new Image(); g10_a.src = "/images/10-a.png";
g10_h = new Image(); g10_h.src = "/images/10-h.png";

g11_l = new Image(); g11_l.src = "/images/11-l.png";
g11_a = new Image(); g11_a.src = "/images/11-a.png";
g11_h = new Image(); g11_h.src = "/images/11-h.png";

/*
links_l = new Image(); links_l.src = "/images/links-l.png";
links_a = new Image(); links_a.src = "/images/links-a.png";
links_h = new Image(); links_h.src = "/images/links-h.png";
*/
info_l = new Image(); info_l.src = "/images/info-l.png";
info_a = new Image(); info_a.src = "/images/info-a.png";
info_h = new Image(); info_h.src = "/images/info-h.png";
gb_l = new Image(); gb_l.src = "/images/gb-l.png";
gb_a = new Image(); gb_a.src = "/images/gb-a.png";
gb_h = new Image(); gb_h.src = "/images/gb-h.png";
cont_l = new Image(); cont_l.src = "/images/cont-l.png";
cont_a = new Image(); cont_a.src = "/images/cont-a.png";
cont_h = new Image(); cont_h.src = "/images/cont-h.png";


function loadimg(imgnum, img) {
  window.document.images[imgnum].src = img.src;
}

function showimg(url) {
  img = new Image; img.src = url;
  width = img.width + 30;
  height = img.height + 50;
  if (newwindow.location && !newwindow.closed) {
    newwindow.location.href = url;
    newwindow.focus(); 
  } else {
    newwindow = window.open(url,'htmlname','width=' + width + ',height=' + height + ',resizable=1');
  }
  newwindow.resizeTo(width, height);
}

function tidy() {
  if (newwindow.location && !newwindow.closed) {
    newwindow.close(); 
  }
}
