/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
 function popupex(){
    var w =window.open('/BXM/html/popupex.html', 'popex','width=555,height=640');
    /* var w =window.open('/BXM/html/popupex.html', 'popex','width=400,height=480'); */
    self.blur();
    w.focus();    
}

