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

