/**
 * Calls a PHP script to test the connection parameters 
 * to the Adobe Connect server
 * @param object obj This is a form element
 */
M.mod_adobeconnect = {};

M.mod_adobeconnect.init = function(Y, args) {
}

M.mod_adobeconnect.testconnection = function (Y, args) {
}