// Copyright 2005 Mirode.com
function page(server,no) {
window.location.href='http://www.'+server+'/petites_annonces/articles_de_presse_page'+no+'.html';
}
function afficher_article(server,no) {
titre="affichage_article";
if ((screen.height) >= 600 && (screen.width) >= 600 ) { var top=(screen.height-600)/2; var left=(screen.width-600)/2; } else { var top=0; var left=0; }
window.open('http://www.'+server+'/petites_annonces/presse/article_presse'+no+'.html','article','top='+top+',left='+left+',width=600,height=600,toolbar=no,scrollbars=yes,resizable=no');
} 
