            function fitPic() {
                if (window.innerWidth){
                    iWidth = window.innerWidth;
                    iHeight = window.innerHeight;
                }else{
                    iWidth = document.body.clientWidth;
                    iHeight =document.body.clientHeight;
                }
                iWidth = document.images[0].width - iWidth;
                iHeight = document.images[0].height - iHeight;
                window.resizeBy(iWidth+30, iHeight+55);
            };

         function MM_openBrWindow(theURL,winName,features) { //v2.0
           window.open(theURL,winName,features);
          }

 function fitPicEvents() {
                if (window.innerWidth){
                    iWidth = window.innerWidth;
                    iHeight = window.innerHeight;
                }else{
                    iWidth = document.body.clientWidth;
                    iHeight =document.body.clientHeight;
                }
                iWidth = document.images[0].width - iWidth;
                iHeight = document.images[0].height - iHeight;
                window.resizeBy(iWidth+30, iHeight+35);
            };

         function MM_openBrWindow(theURL,winName,features) { //v2.0
           window.open(theURL,winName,features);
          }
