function DisplayMail(Server, Login, Display){
	if ((Display.length == 0) || (Display.indexOf('@')+1)) {
	document.write("<a class=copyright href=" + "'mai" + "lto:" + Login + "@" + Server + "'>" + Login + "@" + Server + "</a>"); }
	else {
	document.write("<a class=copyright href=" + "'mai" + "lto:" + Login + "@" + Server + "'>" + Display + "</a>"); }
}
function openWindow(file,w,h){
	offx=40
	offy=100

	l=(screen.width-w-offx)/1.1
	t=(screen.height-h-offy)/2
	
	var a
	a = window.open(file, "_blank", "toolbar=no,menubar=no,scrollbars=yes,resizable=yes,status=no,location=no,directories=no,copyhistory=no,height="+h+",width="+w+",left="+l+",top="+t)
}
