function msend1()
{
var email;
email = 'im-2000'; 
email = email + '@';
email = email + 'yandex.ru'; 
open("mailto:"+email ,"www", "");
}

function GMB_Window(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



