<!-- Beginning of JavaScript Applet -------------------

/* Copyright (C)1996 Web Integration Systems, Inc. DBA Websys, Inc.
   All Rights Reserved.

   This applet can be re-used or modified, if credit is given in 
   the source code.
*/

function scroll_status (seed)

{ var msg = "This site is made for divers, by divers.  Use World Wide Scuba Directory to find the best sites in the world with us.";
  var out = "      ";      
  var c   = 2;  
        
 if (152 < seed){seed--;
                var cmd="scroll_status(" +seed+ ")";
                timerTwo=window.setTimeout(cmd,150);
 }else if (seed <= 152 && 0 < seed) {
                for (c=0 ; c < seed ; c++) {
                        out+=" ";
 }out+=msg;
       seed--;
       var cmd="scroll_status(" +seed+ ")";
       window.status=out;
       timerTwo=window.setTimeout(cmd,150);
 }else if (seed <= 0) {
                if (-seed < msg.length) {
                out+=msg.substring(-seed,msg.length);
                seed--;
                var cmd="scroll_status(" +seed+ ")";
                        window.status=out;
                        timerTwo=window.setTimeout(cmd,150);
 }else {window.status="  ";
       timerTwo=window.setTimeout("scroll_status(100)",150);
 }}}
 
function OpenHome95 () {
window.open('http://www.courseworld.com/links/diveclubs.html','Home95',
'toolbar=no,width=823,height=490,resizable=yes,location=center,menubar=no,status=no')
}
   
  // -- End of JavaScript code -------------- -->

