
var msg = "Project D.E.E.P. - The Dorchester Educational Enrichment Program - Balancing School Over Sports"
var spacer = "     ";
var pos = 0;
function ScrollMessage() {
   window.status = msg.substring(pos, msg.length) + spacer + msg.substring(0, pos);
   pos++;
   if (pos > msg.length) pos = 0;
   window.setTimeout("ScrollMessage()",200);
}
ScrollMessage();






function preloader() 
{
     // counter     var i = 0;
     // create object     imageObj = new Image();
     // set image list     images = new Array();     images[0]="images/nav1.gif"     images[1]="images/nav2.gif"   images[2]="images/deep1.gif"     images[3]="images/deep2.gif"      images[4]="images/deep3.gif"     images[5]="images/deep4.gif"   // start preloading     for(i=0; i<=5; i++)      {          imageObj.src=images[i];     }

} 







<!--

function popup(){
  cuteLittleWindow = window.open("index-directionsbox-popup.html","littleWindow", "scrollbars=yes,width=600, height=450,resizable=yes,screenX=0, screenY=0, left=0, top=0"); 
}

//-->


<!--

function popup2(){
  cuteLittleWindow = window.open("calendar.htm", "littleWindow", "scrollbars=yes,width=600, height=450,resizable=yes,screenX=0, screenY=0, left=0, top=0"); 
}

//-->


<!--

function popup3(){
  cuteLittleWindow = window.open("recognition.htm", "littleWindow", "scrollbars=yes,width=600, height=450,resizable=yes,screenX=0, screenY=0, left=0, top=0"); 
}

//-->


function popup4(){
  cuteLittleWindow = window.open("inquiry.html", "littleWindow", "scrollbars=yes,width=500, height=450,resizable=yes,screenX=0, screenY=0, left=0, top=0"); 
}

//-->



<!--
  if(window.attachEvent)
    window.attachEvent("onload",setListeners);

  function setListeners(){
    inputList = document.getElementsByTagName("INPUT");
    for(i=0;i<inputList.length;i++){
      inputList[i].attachEvent("onpropertychange",restoreStyles);
      inputList[i].style.backgroundColor = "";
    }
    selectList = document.getElementsByTagName("SELECT");
    for(i=0;i<selectList.length;i++){
      selectList[i].attachEvent("onpropertychange",restoreStyles);
      selectList[i].style.backgroundColor = "";
    }
  }

  function restoreStyles(){
    if(event.srcElement.style.backgroundColor != "")
      event.srcElement.style.backgroundColor = "";
  }//-->










