function initMenus() {
    $('div.seleccionat ~ ul').show();
}
$(document).ready(function() {
    initMenus();
});

