function WL_openFpxWindow(theURL,winName,features) { //v1.0
      acezoom = window.open(theURL,winName,features);
      acezoom.focus();
    }


