function PrintNews(data,src){
	window.open('modules/news/print_news.php?news='+data+'&src='+src,'Imprimer','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,width=540,height=440,left=0,top=0');
}
function PDFNews(data,src){
	window.open('modules/news/pdf_news.php?news='+data+'&src='+src,'Imprimer','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,width=540,height=440,left=0,top=0;');
}
