function openEmail(a,s,e)
{
 var combine = s+a+e+'@leodjphoto.com';
 window.open('mailto:'+combine, 'newEmail', 'height=600, width=600, scrollbars=yes, resizable=yes');
}
