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