function LoadImage(Chm, Ht, Lg,Titre ) {
var Larg=Lg+30;
Larg=screen.Width-Larg;
WinRef = window.open('','','Height ='+ Ht +', Width = ' + Lg);
WinRef.moveTo(Larg,0);
WinRef.document.write ('
'+ Titre + '
');
}
function Ouvre(Pagehtm,Titre){
Cadre = window.open(Pagehtm,'','menubar=no,scrollbars=no,height=610,width=300,alwaysRaised=yes');
Cadre.moveTo(0,0);
}
function Ouvre2(Pagehtm,Titre){
Cadre = window.open(Pagehtm,'','menubar=no,scrollbars=no,height=345,width=300,alwaysRaised=yes');
Cadre.moveTo(320,0);
}