﻿
/* Code for Props Functionality */

function cleartext(obj) {
    var a = obj.value;
    if (a == 'Type your "prop" here...')
        obj.value = '';
    else
        return false;
}

function CollegeProfilePropError(ex) {
    alert(ex.get_message());
}

function CollegeProfilePropComplete(result, state) {
    $("div[id$=divRequestInfo]")[0].style.display = 'none';
}