function EDATA(odata){
var widthGlobal = document.body.clientWidth;
    
var heightGlobal = document.body.clientHeight;
 
this.fenImp = window.open("rialto/rialtoEngine/html/devis.html", "DEVIS", "height="+heightGlobal + ",width=" + widthGlobal + ",top=0,left=0,scrollbars,resizable,toolbar,menubar");
this.fenImp.data(odata); }
 