/* 
** Copyright (C) Sublatum Ltd, www.sublatum.com
** All Rights reserved, this code may not be copied, disassembled or
** re-engineered in any form without express permission of Sublatum Ltd.
*/
function subeshow(n,e,c){
var N='',E='';
for(var i=0; i<n.length; i++){N += String.fromCharCode(n[i]);}
for(var i=0; i<e.length; i++){E += String.fromCharCode(e[i]);}
if(c!=''){document.write('<a href="mai'+'lto:'+E+'" class="'+c+'">');} else {document.write('<a href="mai'+'lto:'+E+'">');}
document.write(N+'</a>');
}
