var nav = ((navigator.appVersion.indexOf("MSie")!= -1)&&!window.opera)? true : false;

if (nav) {
	document.getElementById("frm").action = "speak_mail.cfm";
} else {
	document.getElementById("frm").setAttribute("action", "speak_mail.cfm");
}
