function mcMail(){
  var ema2il = "mike"
  var Hos2t = "tgpfactory&#46;com"
  document.write("<a href=" + "mail" + "to:" + ema2il + "@" + Hos2t+ ">" + ema2il + "&#64;" + Hos2t + "</a>")
}

function pmMail(){
  var ema2il = "patrick"
  var Hos2t = "tgpfactory&#46;com"
  document.write("<a href=" + "mail" + "to:" + ema2il + "@" + Hos2t+ ">" + ema2il + "&#64;" + Hos2t + "</a>")
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=475,height=450,left = 262,top = 184');");
}

function externalLinks() { 
 if (!document.getElementsByTagName) return; 
 var anchors = document.getElementsByTagName("a"); 
 for (var i=0; i<anchors.length; i++) { 
   var anchor = anchors[i]; 
   if (anchor.getAttribute("href") && 
       anchor.getAttribute("rel") == "external") 
     anchor.target = "_blank"; 
 } 
} 
window.onload = externalLinks;