function dlImg(newloc){
  if(document.getElementById("agree").checked){
    window.location=newloc;
  }else{
    alert("You must agree to the terms and conditions to download this image");
  }
}
