<?php
function makelink($id)
{
  return 
"<a href=\"https://puh.highspeed-at.net/mailto::$id\" target=\"$id\">".
         
"<img src=\"https://puh.highspeed-at.net/image::$id\" border=\"0\" alt=\"Address Protected by PUH\" title=\"\" align=\"top\" onmouseover=\"window.status='mailto:adress.protected'; this.osrc=this.src; this.src='https://puh.highspeed-at.net/over::$id'; return true;\" onmouseout=\"if(this.osrc) this.src=this.osrc; window.status=window.defaultStatus; return true;\" /></a>".
         
"<iframe name=\"$id\" width=\"0\" height=\"0\" frameborder=\"0\" style=\"display:none\"></iframe>";
}
?>