<!-- DEBUT DU SCRIPT -->

function Open_LastNews(chemin)
      {
 	win=window.open ('news/online/'+ chemin + '.htm', chemin,'statusbar=no,scrollbars=no,locationbar=no,toolsbar=no,menubar=no,resizable=no,height=500,width=300');
	win.moveTo ((screen.width-300)/2,(screen.height-500)/2);
      }

function Open_LocLastNews(chemin)
      {
 	win=window.open ('online/'+ chemin + '.htm', chemin,'statusbar=no,scrollbars=no,locationbar=no,toolsbar=no,menubar=no,resizable=no,height=500,width=300');
	win.moveTo ((screen.width-300)/2,(screen.height-500)/2);
      }

function Open_LastImage(chemin)
      {
 	win=window.open ('news/online/'+ chemin + '.htm', chemin,'statusbar=no,scrollbars=no,locationbar=no,toolsbar=no,menubar=no,resizable=no,height=700,width=700');
	win.moveTo ((screen.width-300)/2,(screen.height-300)/2);
      }

function Open_JPGWindow(chemin)
      {
 	win=window.open ('online/'+ chemin + '.htm', chemin,'statusbar=no,scrollbars=no,locationbar=no,toolsbar=no,menubar=no,resizable=no,height=560,width=890');
	win.moveTo (screen.width/2-300,screen.height/2-300);
      }


<!-- FIN DU SCRIPT -->
