<!--
docTitle = document.title;
var rep = "off";
var speed=200;
function scrollTitle(){
  parent.parent.document.title=msg;
  msg=msg.substring(1,msg.length)+msg.charAt(0);
  setTimeout("scrollTitle()",speed);
}
onLoad = doLoad();

function doLoad(){
  setTimeout("scrollTitle()",31000);
//  ontheTown();
}

ScrapbookWindow="";
function viewScrapbook(){
// if (screen.width < 800)
if (ScrapbookWindow != "") ScrapbookWindow.close();
  sW = screen.width - 10;
  sH = screen.height - 20;
  windowVariable = '",resizable=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,copyhistory=0,width=' + sW + ',height=' + sH + '"'
  ScrapbookWindow=window.open("multimedia/scrapbook/index.html","ScrapbookWindow",windowVariable);
  ScrapbookWindow.opener.name="Scrapbook";
  ScrapbookWindow.moveTo(-1,-1);

}

function ontheTown(){
//    alert("ott_alert = " + ott_alert);
//    alert("rep = " + rep);
    if (rep=="off")
      {
    onthetownTD1.style.backgroundColor = '#DB9D53';
      rep = "on";
      }
      else
         {
         onthetownTD1.style.backgroundColor = '#f5e0c6';
         rep = "off";
         }
    setTimeout("ontheTown()",400);
}

popupTVPROMO="";
popupContact="";
NewsWindow="";
popupK3CDC="closed";
function showLink(category){
if (category=="Latest News")
  {
  if (NewsWindow != "")
    {
    NewsWindow.close();
    }
  sL = screen.width - 410;
  NewsWindow=window.open("user_updates/newsalert.html","NewsWindow","resizable=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,copyhistory=0,width=400,height=300")
  NewsWindow.opener.name="NewsAlert";
  NewsWindow.moveTo(sL,1);
  }
  else if (category=="Contact Us")
      {
      if (popupContact != "")
        {
        popupContact.close();
        }
      sL = screen.width - 410;
      popupContact=window.open("contactus.html","popupContact","resizable=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,copyhistory=0,width=400,height=300")
//      popupContact.opener.name="popupContact";
      popupContact.moveTo(sL,1);
      }
  else if (category=="k3cdc")
    {
    if (popupK3CDC != "closed")
      {
      popupK3CDC.close();
      }
    movTO = screen.width - 565;
    popupK3CDC=window.open("k3cdevelopmentcorp.html","popupK3CDC","resizable=yes,toolbar=0,location=0,directories=0,status=1,menubar=1,toolbars=none,scrollbars=1,copyhistory=0,width=550,height=400");
    popupK3CDC.moveTo(movTO,2)
    }
  else if (category=="TVPromo")
    {
    if (popupTVPROMO != "")
      {
      popupTVPROMO.close();
      }
    movTO = screen.width - 565;
    popupTVPROMO=window.open("graphics/channel4promo.html","popupTVPROMO","resizable=yes,toolbar=0,location=0,directories=0,status=1,menubar=1,toolbars=none,scrollbars=1,copyhistory=0,width=550,height=400");
    popupTVPROMO.moveTo(movTO,2)
    }
  else if (category=="News")
    {
    location="news.html";
    }
  else if (category=="Calendar")
    {
    location="calendar.html";
    }
  else if (category=="On the Town")
    {
    location="onthetown.html";
    }
  else if (category=="Sponsor a Child")
    {
    location="sponsorachild.html";
    }
  else if (category=="Just for Kids")
    {
    location="justforkids.html";
    }
  else if (category=="Just from Kids")
    {
    location="justfromkids.html";
    }
  else if (category=="Programs")
    {
    location="programs.html";
    }
  else if (category=="Sponsors and Donors")
    {
    location="sponsorsanddonors.html";
    }
  else if (category=="Staff and Volunteers")
    {
    location="staffandvolunteers.html";
    }
    else {
         msg1="Sorry. The ";
         msg2 =" page is under construction.  Please come back soon to check again, and thanks for your interest!";
         alert(msg1 + category + msg2);
         }
}

function searchArchives(){
  self.name="k3crcFrontDoor";self.state="k3crcFrontDoor";
  if (docTitle=="Kankakee Community Resource Center News")
    {
    document.all.sectionTWO.src = "archives/search_archives.htm";
    }
  if (docTitle=="Kankakee Community Resource Center Special Promotions")
    {
    document.all.ontheTown.src = "archives/search_archives.htm";
    }
}
-->
