
function externalLinks() {
  if (!document.getElementsByTagName) return; 
  var lnks = document.getElementsByTagName("a");
  for (var i=0; i<lnks.length; i++) {
    var lnk = lnks[i];
    if (lnk.getAttribute("href") && lnk.getAttribute("rel") == "external") lnk.target = "_blank";
  }
 }

function transLinks(flagPath) {
  fl_path = (flagPath) ? flagPath : '/Files/flags';
  url = 'http%3A%2F%2Fwww.domain.com%2Findex.php';

  trans = '';
  return trans;

  trans = '<a href="http://www.google.com/translate?u='+url+'&langpair=en%7Car&hl=en&ie=UTF8" target="_blank"><img src="'+fl_path+'/.gif" /></a>';
  trans += '<a href="http://www.google.com/translate?u='+url+'&langpair=en%7Czh-CN&hl=en&ie=UTF8" target="_blank"><img src="'+fl_path+'/cn.gif" /></a>';
  trans += '<a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cfr&hl=en&ie=UTF8" target="_blank"><img src="'+fl_path+'/fr.gif" /></a>';
  trans += '<a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cde&hl=en&ie=UTF8" target="_blank"><img src="'+fl_path+'/de.gif" /></a>';
  trans += '<a href="'+fl_path+'/it.gif" /></a>';
  trans += '<a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cja&hl=en&ie=UTF8" target="_blank"><img src="'+fl_path+'/jp.gif" /></a>';
  trans += '<a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cko&hl=en&ie=UTF8" target="_blank"><img src="'+fl_path+'/kr.gif" /></a>';
  trans += '<a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cpt&hl=en&ie=UTF8" target="_blank"><img src="'+fl_path+'/br.gif" /></a>';
  trans += '<a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cru&hl=en&ie=UTF8" target="_blank"><img src="'+fl_path+'/ru.gif" /></a>';
  trans += '<a href="http://www.google.com/translate?u='+url+'&langpair=en%7Ces&hl=en&ie=UTF8" target="_blank"><img src="'+fl_path+'/mx.gif" /></a>';
  return trans;
}

function transLinks_x(flagPath) {
  url = 'http%3A%2F%2Fwww.domain.com%2Findex.php';
  
  trans = '<a href="http://www.google.com/translate?u='+url+'&langpair=en%7Car&hl=en&ie=UTF8" target="_blank"><img src="'+flagPath+'/.png" /></a> <a href="http://www.google.com/translate?u='+url+'&langpair=en%7Czh-CN&hl=en&ie=UTF8" target="_blank"><img src="/files/web-images/13px-Flag_China_light.png" /></a> <a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cfr&hl=en&ie=UTF8" target="_blank"><img src="/files/web-images/13px-Flag_France_light.png" /></a> <a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cde&hl=en&ie=UTF8" target="_blank"><img src="/files/web-images/13px-Flag_Germany_light.png" /></a> <a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cit&hl=en&ie=UTF8" target="_blank"><img src="/files/web-images/13px-Flag_Italy_light.png" /></a> <a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cja&hl=en&ie=UTF8" target="_blank"><img src="/files/web-images/13px-Flag_Japan_light.png" /></a> <a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cko&hl=en&ie=UTF8" target="_blank"><img src="/files/web-images/13px-Flag_Korea_light.png" /></a> <a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cpt&hl=en&ie=UTF8" target="_blank"><img src="/files/web-images/13px-Flag_Brazil_light.png" /></a> <a href="http://www.google.com/translate?u='+url+'&langpair=en%7Cru&hl=en&ie=UTF8" target="_blank"><img src="/files/web-images/13px-Flag_Russia_light.png" /></a> <a href="http://www.google.com/translate?u='+url+'&langpair=en%7Ces&hl=en&ie=UTF8" target="_blank"><img src="/files/web-images/13px-Flag_Mexico_light.png" /></a>';
  return trans;
}