
 function DisplayMail(Server, Login, Display){
    	

if ((Display.length == 0) || (Display.indexOf('@')+1)) {
    	document.write("<a href=" + "'mai" + "lto:" + 
Login + "@" + Server + "'>" + Login + "@" + Server + "</a>"); }
    	
else  {
    	document.write("<a href=" + "'mai" + "lto:" + Login + "@" + Server + "'>" + Display + "</a>"); }
    }
;;






function DisplayName(Server, Login, Name){
    	document.write("<a href=" + "'mai" + "lto:" + 
Login + "@" + Server + "'>" + Name + "</a>"); };;


function agnt(){

var ag = navigator.userAgent.toLowerCase();

   if ( (ag.indexOf("android") != -1) ) window.location ="handheld/index.html";
   if ( (ag.indexOf("iphone") != -1) ) window.location ="handheld/index.html";

     

};




