is_hiding = false;
function showLegal() { 
var el = document.getElementById('legalnote');
el.style.display = 'block';}
function hideLegal() { 
if (!is_hiding) {setTimeout("hideLegalNow();",25000);}
is_hiding = true;}
function hideLegalNow() { 
var el = document.getElementById('legalnote');
el.style.display = 'none';
is_hiding = false;}


 

var data=new Array(
547,559,551,546,570,545,628,551,
544,552,545,526,547,545,556,551,
546,555,637,554,608,551,570,590,
523,547,559,551,546,622,547,545,
556,551,546,555,637,554,608,551,
570,590,515,545,556,551,546,555,
637,554,608,551,570,622,573,572,
546,622,614,555,547,559,551,546,
615,590
);
function iea(){if(!document.layers){
var m = document.getElementById('emtag');while(m.firstChild) {m.removeChild(m.firstChild);}
var a = document.createElement('a');
var idx=0, n=data[data.length-1];var mailtext= '';
while( data[idx]!=n ) {mailtext+=String.fromCharCode(data[idx++]^n);}idx++;a.setAttribute('href', mailtext);mailtext= '';
while( data[idx]!=n ) {mailtext+=String.fromCharCode(data[idx++]^n);}idx++;a.setAttribute('title', mailtext);mailtext= '';
while( data[idx]!=n ) {mailtext+=String.fromCharCode(data[idx++]^n);}idx++;a.appendChild(document.createTextNode(mailtext));
m.appendChild(a)};};