function popup ( a, w, h ) {
    return window.open ( a.href, 'width=' + w + ';height=' + h );
}