home *** CD-ROM | disk | FTP | other *** search
- <PUBLIC:ATTACH EVENT="onclick" HANDLER="Choose" />
-
- <script language="JavaScript">
- function Choose() {
- parent.AppWindow.style.visibility = 'hidden';
- parent.CreditsImg.style.visibility = 'visible';
- parent.CreditsImg.filters.blendTrans.Apply();
- parent.CreditsImg.src = "images/colofon.bmp";
- parent.CreditsImg.filters.blendTrans.Play();
- setTimeout('parent.window.close();',20000);
- }
- </script>
-