function PopperWindow(theFile,id,stuff) {
  window.open(theFile,id,stuff);
}
