function changeenquiryType(objlist) {
    
    if (objlist.value != '0') {
        location.href = '/enquiry/' + objlist.value;
    }
    
}