function nw(lnk)     {       window.open(lnk.href,"new","width=760,height=700,scrollbars=1,status=1");       return false;     }
