home *** CD-ROM | disk | FTP | other *** search
- function LoadAboutPage()
- {
- MM_preloadImages('/webaroo/e29f1fe6/images/webaroo_search_f2.gif','/webaroo/e29f1fe6/images/webaroo_contents_f2.gif','/webaroo/e29f1fe6/images/webaroo_prefs_f2.gif','/webaroo/e29f1fe6/images/webaroo_help_f2.gif');
- // following lines for rounded corners script
- if(!NiftyCheck())
- return;
- Rounded("div#credits","all","#FFAA44","#FFFFFF","smooth");
- // initialize the DHTML History framework
- dhtmlHistory.initialize();
- // add ourselves as a DHTML History listener
- dhtmlHistory.addListener(GetAboutPage);
- }
-
- function GetAboutPage(newLocation, historyData)
- {
- var currentLocation = window.location.href.split("#");
- if (currentLocation[0].indexOf("/credits") == -1)
- {
- return;
- }
- document.title = 'Webaroo - Credits';
- }
-
-