function MYPOST(u,dom,reg,subj)
{
var p='mailto:'+u+'@'+dom+'.'+reg+'?subject='+subj;
var neww=window.open(p,"","");
}