home *** CD-ROM | disk | FTP | other *** search
- // On change size of the window
- try {
- self.resizeTo(width,height - 25);
- self.moveTo((screen.width / 2) - (width / 2), (screen.height / 2) - (height / 2));
- if (screen.width==640){
- self.moveTo(0,0);
- window.attachEvent('onload',function(){tooglePanel();});
- }
- }
- catch(err) { }
-
- // Change title window
- document.title = document.title + " " + version + " " + verType;
-