// Energy: Explore and Exploit...
//Prining Script

function printing() {
  if (window.print)
    window.print()
  else
    alert("Your browser doesn't support this printing function. Please print the page manually.")
}

