// JavaScript Document
function wimpyPopPlayer(theFile,id,stuff) {
  window.open(theFile,id,stuff);
}