function pageq1() {
if(document.getElementById('pageq1')) {
  $('#listactu').load('./includes/actuajax.inc.php?n='+document.getElementById('pageq1').value);
  $('#listactu').show('slide');
 }
document.getElementById('listactu_open').style.display = 'none';
}

function pageq2() {
if(document.getElementById('pageq2')) {
  $('#listactu').load('./includes/actuajax.inc.php?n='+document.getElementById('pageq2').value);
  $('#listactu').show('slide');
 }
document.getElementById('listactu_open').style.display = 'none';
}