str = "vnd.ms-excel";
else if (strstr(s, "Powerpoint"))
str = "vnd.ms-powerpoint";
else if (strstr(s, "Crystal Reports"))
str = "x-rpt";
}
break;