
function CommentCaMarche() {
  //window.open("aide/comment.htm","aideagservices","width=500,height=600,scrollbars=yes");
  window.open("http://www.agenceservices.fr/aide/accueil.html");
}


function InfosJuridique() {
  //window.open("aide/infosjur.htm","aideagservices","width=500,height=600,scrollbars=yes");
  window.open("http://www.agenceservices.fr/aide/infojur.html");
}


function Contacter() {
  window.open("http://www.agenceservices.fr/aide/contact.php","aideagservices","width=500,height=600,scrollbars=yes");
}


function AcheterPeriodes() {
  window.open("http://www.agenceservices.fr/aide/tarifs.htm","aideagservices","width=500,height=600,scrollbars=yes");
}

function news(titre){
//document.write('<marquee direction="up" scrollamount="1"><a href="news/sap/news/<?php echo $id_news ?>.php"><?php echo addslashes($titre) ?></a><\/marquee>');
document.write('<marquee direction="up" scrollamount="1">'+titre+'</marquee');
}