function pop_up_file(filename){
  window.open(filename,'special1','top=20,screenx=20,left=20,screeny=20,width=500,height=500,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no');
}
