function Figure_Window(contentsb){
           options = "toolbar=no,status=no,menubar=no,scrollbars=no,resizable=yes,fullscreen=yes,title='DPS 2005'";

           contentsl =
                 '<body BGCOLOR="#FFFFFF" text="#000000" onClick="window.close()">' + contentsb;


            Sub_window=window.open("","Sub_Window", options);
            Sub_window.document.write(contentsl);
        }

