function showPrivateFiles(containerID,password,entityIDString,id) {
    var url = "/jsp/common/private_files.jsp?unlockDocuments=Unlock&documentPassword={0}&{1}={2}".format(password,entityIDString,id);
    new AHAH().load($('#'+containerID)[0],url,null,null,true);
    return false;
}
