function showPreview( file )
{
  window.open("preview.php?file=" + file, "preview",
	      "scrollbars=no,status=no,toolbar=no,resizable=1,location=no,menu=no,width=100,height=100");
}

