<!--
function show(id) {
	  if (document.getElementById) {
		  document.getElementById(id).style.display="block";
		} else if (document.all) {
		  document.all[id].style.display="block";
		} else if (document.layers) {
		  document.layers[id].display="block";
		} } 

function hide(id) {
	  if (document.getElementById) {
		  document.getElementById(id).style.display="none";
		} else if (document.all) {
		  document.all[id].style.display="none";
		} else if (document.layers) {
		  document.layers[id].display="none";
		} } 

function strrev(str) {
   if (!str) return '';
   var revstr='';
   for (i = str.length-1; i>=0; i--)
       revstr+=str.charAt(i);
   return revstr;
}

function mailme1(){
   return strrev('ed.ohcatniehr' + '@' + 'ofni' + ':otl' + 'iam');
}

function mailme2(){
   return strrev('ed.ohcatniehr' + '@' + 'ofni' + ':otl' + 'iam');
}

function mailme3(){
   return strrev('ed.ohcatniehr' + '@' + 'ofni' + ':otl' + 'iam');
}

function mailme4(){
   return strrev('ed.ohcatniehr' + '@' + 'ofni' + ':otl' + 'iam');
}

function mailme5(){
   return strrev('ed.ohcatniehr' + '@' + 'ofni' + ':otl' + 'iam');
}

function mailme6(){
   return strrev('ed.ohcatniehr' + '@' + 'ofni' + ':otl' + 'iam');
}

function mailme7(){
   return strrev('ed.ohcatniehr' + '@' + 'ofni' + ':otl' + 'iam');
}

function mailme8(){
   return strrev('ed.ohcatniehr' + '@' + 'reuaxes' + ':otl' + 'iam');
}

function defuscate(address)
{
	return strrev(address + ':otl' + 'iam');
}

function showContact(){
  var i;
  var NumDiv=1;
  while ( document.getElementById( "cont" + NumDiv) ){
	  if(document.getElementById("loc").value != "cont"+NumDiv){
		document.getElementById("cont"+NumDiv).className = "hidetr";
	  }else{
		document.getElementById("cont"+NumDiv).className = "showtr";
	  }
	  NumDiv++;
  }
}
//-->
