// JavaScript Document
<!-- --------------DEBUT DU SCRIPT POP-UP POSITIONABLE---------------------->
                         
function MDM_openWindow(theURL,winName,features) 
{ 
var _W=window.open(theURL,winName,features);
_W.focus();
_W.moveTo(100,40); 
} 
                        