$('document').ready(function() {
  if ($('#header ul li.selected ul').length == 0) {
    $('div#text').removeClass('full');
  }
});

function popup_enquete() {
  var w = window.open("/cgi-bin/enquete.cgi", "Enquete", "status=0, scrollbars=1, resizable=1, left=100, top=100, width=1024, height=830");
  w.focus();
}
