// JavaScript Document

  function popTiny(pPage,pNom) {
	var haut=(screen.height-590)/2;
    var Gauche=(screen.width-740)/2;
    window.open (pPage, pNom, config='top='+haut+',left='+Gauche+',width=740, height=615, toolbar=no, menubar=no, scrollbars=no, resizable=0, location=no, directories=no, status=no') 
  } 

