// ROLLOVER MANAGERnbImage = 4;roImage = new Array(nbImage);for (i=0; i<=nbImage; i++) {	roImage[i] = new Image();}roImage[0].src="../DATA/new_jmdo.gif";roImage[1].src="../DATA/lib_fdo.gif";roImage[2].src="../DATA/inflado.gif";roImage[3].src="../DATA/desig_do.gif";//// POP-WINDOW MANAGERURL = new Array(4);URL[0] = "../../SHARE/content/poinma.html";URL[1] = "../../SHARE/content/poinfl.html";URL[2] = "../../SHARE/content/poinma.html";URL[3] = "../../SHARE/content/poinla.html";//function pop(PARAM) {newPop = window.open(URL[PARAM-1],"pop","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=382,height=434");x = (screen.width  - 382) / 2;y = (screen.height - 434) / 2;newPop.moveTo(x,y);}