function showMySettings(title){
    Modalbox.show("datahandlers/users.handler.php", {
        method: 'post',
        overlayClose: false,
        params: 'action=showusersettingsform',
        title: title,
        width: 425,
        height: Math.max(200, getWindowHeight() - 100)
    });
    return false;
}
