﻿// printpage.js

function imprimer() {
	window.print();
}

