function mylo(id, name, d2, d1){
	var block = document.getElementById(id);
	var t = '.ru';
	var nosp = "<a href=mailto:"+name+"@"+d2+"."+d1+">"+name+"@"+d2+"."+d1+"</a>";
	block.innerHTML = nosp;
}

function show(file, width, height){
			window.open(file, "_blank", "width="+width+",height="+height+",titlebar=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no");
}
