<script language="JavaScript" type="text/javascript">
<!--

function validateInform(oFrm) {
	var bDoJSValidation = true;
	if (bDoJSValidation == true) {
	}
	return true;
}

function fixQuotes(value){
	value=value.replace(/\u2018/ig, "'");
	value=value.replace(/\u2019/ig, "'");
	return value;
}

function checkOther(sOtherList, otherVal) {
/*	var oOther = eval('document.survey.'+sOtherList);
	var oOtherBox = eval('document.survey.'+sOtherList);
	if(oOther) {
		if (oOther.length) {
			oOther;
		} else {
			if (oOther.value = otherVal) {
				
			}
		}
	}*/
}

//-->
</script>

