var newwindow = null;
        function openwin(winscr){
                newwindow = window.open(winscr, "nwindow",'left=100,top=100,width=460,height=460');
                newwindow.focus();
        }


