function show(file)
 {
  windowName = window.open("show.php?file="+file, "popup", "resizable=1, scrollbars=0,width=30,height=30");
  windowName.focus();
 }
 
