function openWin(url, w, h) {
    newWin = window.open(url, 'Window', 'width='+w+',height='+h+',scrollbars,resizable,menubar,toolbar');
}
