function hideEmail(path1,path2,path3){
 path = path1
 path += path2
 path += path3
 window.open(path);
}

