 function emailhide(two,three,one){ 
   window.location = 'mailto:'+one+two+three;} 
