
function fct() {

 w = screen.availWidth-300;
 h = screen.availHeight-400;
 msgWindow=window.open("","displayWindow","toolbar=yes,scrollbars=yes,height="+h+",width="+w+",resizable=yes,top=0,left=0,screenX=0,screenY=0");
msgWindow.document.write("<html><head><title>BROCA (Latin quarter)</title>");
msgWindow.document.write( spaceTrim1(document.getElementById('div_metest').innerHTML));
msgWindow.document.write("</center></body></html>");
}

//fct2();
