// JavaScript Document
function callink(a){
  window.location=(document.getElementById("link"+a).href);
}
