function enviacorreo(){
dest1="web";
dest2="indarca.com";
dest="mailto:"+dest1+"@"+dest2;
location.href=dest;
}