function fValMySABR(sType, sSubType_cnt){
	switch (sType) {
		case "cnt":
			var sFrm = "frm_MySABR";
			switch (sSubType_cnt){
				case "p":
					aTestFor_1 = [1];
					aEle_1 = ["selPhoneType", "s", aTestFor_1, "Your Phone Type"];
					aTestFor_2 = [1];
					aEle_2 = ["selCallTime", "s", aTestFor_2, "Your Desired Call Time"];
					aTestFor_3 = [1];
					aEle_3 = ["txtPhoneNumber", "t", aTestFor_3, "Your Phone Number"];
					aTestFor_4 = [1];
					aEle_4 = ["txtUserName", "t", aTestFor_4, "Your User Name"];
					aObjs = [aEle_1, aEle_2, aEle_3];
					aResult = fChkFrm(sFrm, aObjs);
					if (!aResult[0]) {
						alert ("Your Data Entry had the following errors:\n\n" + aResult[1] + "\nPlease correct and resubmit.")
						}
					return aResult[0]
					break;
				case "a":
					aTestFor_1 = [1];
					aEle_1 = ["selAddrType", "s", aTestFor_1, "Your Address Type"];
					aTestFor_2 = [1];
					aEle_2 = ["txtAddressOne", "t", aTestFor_2, "The First Line of Your Address"];
					aTestFor_3 = [1];
					aEle_3 = ["txtCity", "t", aTestFor_3, "Your City"];
					aObjs = [aEle_1, aEle_2, aEle_3];
					aResult = fChkFrm(sFrm, aObjs);
					if (!aResult[0]) {
						alert ("Your Data Entry had the following errors:\n\n" + aResult[1] + "\nPlease correct and resubmit.")
						}
					return aResult[0]
					break;
				case "e":
					aTestFor_1 = [1];
					aEle_1 = ["selEmailType", "s", aTestFor_1, "Your Email Type"];
					aTestFor_2 = [9];
					aEle_2 = ["txtEmail", "t", aTestFor_2, "Your Email Address"];
					aObjs = [aEle_1, aEle_2];
					aResult = fChkFrm(sFrm, aObjs);
					if (!aResult[0]) {
						alert ("Your Data Entry had the following errors:\n\n" + aResult[1] + "\nPlease correct and resubmit.")
						}
					return aResult[0]
					break;
			}
			break;
	}
}

function fValLinks(){
	var sFrm = "frmLink";
	aTestFor_1 = [1];
	aEle_1 = ["selCategory", "s", aTestFor_1, "Your Category Type"];
	aTestFor_2 = [1,8];
	aEle_2 = ["txtTitle", "t", aTestFor_2, "Your Link Title"];
	aTestFor_3 = [1,8];
	aEle_3 = ["txtLink", "t", aTestFor_3, "Your Link Destination"];
	aTestFor_4 = [1,8];
	aEle_4 = ["taSummary", "t", aTestFor_4, "Link Description"];
	aObjs = [aEle_1, aEle_2, aEle_3, aEle_4];
	aResult = fChkFrm(sFrm, aObjs);
	if (!aResult[0]) {
		alert ("Your Data Entry had the following errors:\n\n" + aResult[1] + "\nPlease correct and resubmit.")
		}
	return aResult[0]
}

function fValClass(){
	var sFrm = "frmClassified";
	aTestFor_1 = [1];
	aEle_1 = ["selCategory", "s", aTestFor_1, "Your Category Type"];
	aTestFor_2 = [1,8];
	aEle_2 = ["taClassified", "t", aTestFor_2, "Your Classified Text"];
	aObjs = [aEle_1, aEle_2];
	aResult = fChkFrm(sFrm, aObjs);
	if (!aResult[0]) {
		alert ("Your Data Entry had the following errors:\n\n" + aResult[1] + "\nPlease correct and resubmit.")
		}
	return aResult[0]
}

function fValRenew(){
	var sFrm = "frmRenew";
	aTestFor_1 = [1];
	aEle_1 = ["rType", "b", aTestFor_1, "Your Membership Type"];
	aTestFor_2 = [1];
	aEle_2 = ["txtUserName", "t", aTestFor_2, "Your User Name"];
	aObjs = [aEle_1, aEle_2];
	aResult = fChkFrm(sFrm, aObjs);
	if (!aResult[0]) {
		alert ("Your Data Entry had the following errors:\n\n" + aResult[1] + "\nPlease correct and resubmit.")
		}
	return aResult[0]
}