function showscreenshot(file)
{
  window.open("showscreen.php?n="+file,"Screenshot","width=240,height=160,resizeable=no,scrollbars=no,toolbar=no,status=no,menubar=no,location=no,directories=no,dependent=yes,innerHeight=0,innerWidth=0,screenX=600");
}

