function open_popup7(page1, width, height) {
    window_handle = window.open(page1,'popupWindowName1','scrollbars=yes,status=no,width='+width+',height='+height+',screenX=0,screenY=50,left=0,top=50');
}
