        function OpenWindow( url, _width, _height ){
                var LM;
                LM=window.open( url, "docWin", "width="+_width+",height="+_height+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeble=no,left=0,top=0");
        }