function commons_popup(url, title, width, height) {var wihe = 'width='+width+',height='+height; var startx = (screen.availWidth - width)/2; var starty = (screen.availHeight - height)/2;  props=window.open(url, title, 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, screenX='+startx+', screenY='+starty+', left='+startx+', top='+starty+',' + wihe);} function commons_userid() {return document.getElementById('Remote_User').value;}