// Placeholder file for any functions we want to include


// For opening the popups for bios
function openBioWindow(filePath) {
  popupWin = window.open(filePath,'','scrollbars=yes,menubar=no,height=550,width=350,resizable=yes,toolbar=no,location=no,status=no');
}

