function imprimer(page)
{	
	win = window.open(page);
	tps = setTimeout('win.print();win=null;',5000);
}