/////Main javascript functions for Digital Zoo website
/////No further editting needed

function loadIframe(id,theURL) { 
  document.getElementById(id).src = theURL; 
}

