function CreateEmailAddress(){
         var x = 'office&creare-site*o_r_g'
         var y = 'mai'
         var z = 'lto'
         x = x.replace('&','@')
         x = x.replace('*','.')
         x = x.replace('_','')
         x = x.replace('_','')
         var b = y + z +':'+ x
         window.location=b
     }