function GetMail(name)
{
 window.location.href='mailto:'+name+'@acm.cz';
}