
/* ------------------------------------------------------------------- */
/*  OUVERTURE DE LA FENETRE D'IMPRESSION	                            */
/*                                                                     */
/* ------------------------------------------------------------------- */

  	Event.observe(window, 'load', function launchPrint() {
		jQuery("h3.withHandle.openOnPrint").next().show();
		if (window.print) {window.print();}
	});

