function slideshow(params)
{
  window.open(params,'','fullscreen=yes, scrollbars=yes');
}

