﻿/* <![CDATA[ */
function validateForm(frm) {
    if(frm.noOfBedrooms.value==''||IsNumeric(frm.noOfBedrooms.value)==false) {
        alert('Please enter the Number of Bedrooms of the property you intend to sell into the No. of Bedrooms field. (A numeric value is expected)');
        return false;
    }
}
/* ]]> */
