function flash(m,w,h){
if(navigator.userAgent.search(/msie/i)!=-1){
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+w+'" height="'+h+'"><param name="movie" value="'+m+'" /><param name="quality" value="high" /><param name="wmode" value="transparent" /></object>');
 }else{
 document.write('<object data="'+m+'" width="'+w+'" height="'+h+'" type="application/x-shockwave-flash"><param name="quality" value="high" /><param name="wmode" value="transparent" /></object>');
 } 
}

function eml(){
e=document.getElementById('eml');
e.innerHTML=e.innerHTML.replace(new RegExp('\\[-at-]','g'),'@').replace(new RegExp('\\[-dot-]','g'),'.');
}
