function download(file) {
  
  document.frames['download'].src = 'download.php?file='+file;
  
  return true;
}

function showPic(img) {

  noweOkno('showpic.php?pic='+img);
  
}

