/********************************
* x3tech CMS - Application - Mod Module - Javascript - Rights
* Author        : $Author$
* Rev            : $Rev$
* Last Modified    : $Date$
********************************/

function updateControllers(obj, prefix)
{
    $("#controllers select").attr("class", "hidden");
    $("#" + prefix + $(obj).val()).removeAttr("class");
}
