
<!-- TÄYSI NÄYTTÖ



function fullScreen() {
  window.open(location.href,'fullscreen','fullscreen,scrollbars')
}


//  End -->


if (document.images)
{
pp = new Image;
pp2 = new Image;
pp.src = "kuvat/plus.gif";
pp2.src = "kuvat/pluson.gif";
}

if (document.images)
{
mm = new Image;
mm2 = new Image;
mm.src = "kuvat/miinus.gif";
mm2.src = "kuvat/miinuson.gif";
}

