function ModuleSettings_Close()
{
    $('base_moduleSettings').style.display = 'none';
    $('page').style.display = 'block';
}
