function checkDropdown(strChoice, strFieldName) {
    var error = "";
    if (strChoice == 0) {
       error = strFieldName 
    }
	
	return error;
}