<!-- hide
function popupwinwedding2009(){
winpopup=window.open('wedding/wedding2009.htm', 'popup', 'height=640, width=932, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=0, screenY=0, left=0, top=0');
}
//end-->


<!-- hide
function popupwin2009(){
winpopup=window.open('2009/show2009.htm', 'popup', 'height=640, width=932, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=0, screenY=0, left=0, top=0');
}
//end-->



<!-- hide
function popupwin2008(){
winpopup=window.open('2008/show2008.htm', 'popup', 'height=640, width=932, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=0, screenY=0, left=0, top=0');
}
//end-->




<!-- hide
function popupwin2007(){
winpopup=window.open('2007/show2007.htm', 'popup', 'height=640, width=932, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=0, screenY=0, left=0, top=0');
}
//end-->


<!-- hide
function popupwin2006(){
winpopup=window.open('2006/show2006.htm', 'popup', 'height=640, width=932, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=0, screenY=0, left=0, top=0');
}
//end-->









var msg = "I\'ve Got Rhythm Dance Center - \"where students feel at home\" - Creative Movement - Combination Classes - Ballet - Tap - Jazz - Lyrical - Modern - Choreography - Hop Hop - Music Theatre - Dance History - Performance Team";
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/nav.gif"      // start preloading     for(i=0; i<=1; i++)      {          imageObj.src=images[i];     }

} 




<!--
  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 = "";
  }//-->




