        function openNewWindow(url, thewidth) {
            var newwidth 
            newwidth = thewidth + 20
            popupWin = window.open(url, 'open_window', 'scrollbars,resizable,dependent,width='+newwidth+',height=650,left=0,top=0')
        }
