function openEmail(l,f,e,d,s)
{
 var combine = f+l+'@'+d+'.'+e;
 window.open('mailto:'+combine+'?subject='+s, 'newEmail', 'height=600, width=600, scrollbars=yes, resizable=yes');
}
