function openWindow(my_width, my_height){
popupWin = window.open('', 'Popup', 'noscrollbars,noresize,width='+my_width+',height='+my_height+'')
}