function popup(w, h) {
    newwin = window.open('','popup','width='+w+',height='+h+',resizable=1,scrollbars=1');
}
