//<!--
	
function openBrWindow(theURL,winName,features) { 
	  disp=window.open(theURL,winName,features)
	  disp.focus();
	}

function DisplayMail(Login, Server, Display){
if ((Display.length == 0) || (Display.indexOf('@')+1)) {
document.write("<a href=" + "'mai" + "lto:" + Login + "@" + Server + "'>" + Login + "@" + Server + "</a>"); }
else {
document.write("<a href=" + "mail" + "to:" + Login +
"@" + Server + ">" + Display + "</a>"); }
}

//-->