// JavaScript Document
function SuppCadres()
{
  if (top.location != self.document.location)    {top.location = self.document.location;}
} 
 
function J_print() {
 window.print();
 /*timeoutID=setTimeout("self.close();", 5000);*/
 //Afficher l'url de la page referer
 //var sz_url_src = document.location;
// var sz_url_src = escape(document.location);
 //alert(sz_url_src);
// window.open('/imprim/imprime.php?url='+sz_url_src,'imp','width=500,height=700');
}
