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