function genEmail(usr, subj)
{
dom1='mac-archive';
dom2='com';
tag='?subject='+subj;
goto='mail'+'to:'+usr+'@'+dom1+'.'+dom2+tag;
parent.location=goto;
}
