 function linkLocation(location) { 
            window.location.href=location;
  }
  function changeTo(callerId,newSrc) {
	document.getElementById(callerId).src = newSrc;
  }

