// Кодировка e-mail

function Decode(){var temp="",i,c=0,t="";var r="104!101!108!112!64!121!97!112!111!109!111!103!117!46!114!117!";l=r.length;while(c<=r.length-1){while(r.charAt(c)!='!')temp=temp+r.charAt(c++);c++;t=t+String.fromCharCode(temp);temp="";} return t;}

function Decode2(){var temp="",i,c=0,t="";var r="109!111!115!99!111!119!64!121!97!112!111!109!111!103!117!46!114!117!";l=r.length;while(c<=r.length-1){while(r.charAt(c)!='!')temp=temp+r.charAt(c++);c++;t=t+String.fromCharCode(temp);temp="";} return t;}

