
   function wo(obj) {
            window.open(obj.href,'_new');
        }
