function popup(theURL)
{
window.open(theURL,'lexique','width=500,height=600,screenX=100,left=100,scrollbars=yes,screenY=0,top=0');
}
function MM_openBrWindow(theURL,winName,features)
{ //v2.0
  window.open(theURL,winName,features);
}