function nw(link){
    window.open(link.href);
    return false;
}
