function change_email(pb,pa,name)
{
	if (name) document.write('<a href=mailto:'+pa+'&#64;'+pb+'>'+name+'</a>');
	else document.write('<a href=mailto:'+pa+'&#64;'+pb+'>'+pa+'&#64;'+pb+'</a>');
	if(document.getElementById('emailstatic')) document.getElementById('emailstatic').style.display = 'none';
}