function pag()
{
	var larg=screen.width;
	if(larg<=1024)	window.open('index.php?zone=news&t=800','','left=0,top=0,menubar=no, status=yes, width=800, height=600')
	else window.open('index.php?zone=news&t=1024','','left=0,top=0,menubar=no, status=yes, width=1024, height=768') 
}

function fermer()
{
	window.alert('Merci de votre visite, à bientot peut-etre...');
	window.close();
}
