if (window !=top ) {
   top.location=window.location;
}
// ouvre la fenetre windows d'impression
function lancerImpression(){
window.print();
}
