function popUp(href, w, h, target){
    another = open(href, target, 'scrollbars=no, status=no, titlebar=yes, toolbar=no, location=no, menubar=no, resizable=yes, width='+w+', height='+h, false );
}
