function popme(fileName,width,height) {
myFloater = window.open('','myWindow',"width=" + width + ",height=" + height + ",scrollbars=no,resizable=yes,status=no")
myFloater.location.href = fileName;
  }