
<!-- hide
function popupwinstory(){
winpopup=window.open('story1.htm', 'popup', 'height=620, width=690, menubar=no, scrollbars=yes, status=no, toolbar=no, screenX=200, screenY=50, left=200, top=50');
}
//end-->

<!-- hide
function popupwin1(){
winpopup=window.open('firstfrost/FirstFrost.html', 'popup', 'height=360, width=370, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=300, screenY=150, left=300, top=150');
}
//end-->



<!-- hide
function popupwin2(){
winpopup=window.open('friendship/friendship.html', 'popup', 'height=360, width=370, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=300, screenY=150, left=300, top=150');
}
//end-->

<!-- hide
function popupwin3(){
winpopup=window.open('maplesyrup/maplesyrup.html', 'popup', 'height=360, width=370, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=300, screenY=150, left=300, top=150');
}
//end-->

<!-- hide
function popupwin4(){
winpopup=window.open('lavender/lavender.html', 'popup', 'height=360, width=370, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=300, screenY=150, left=300, top=150');
}
//end-->

<!-- hide
function popupwin5(){
winpopup=window.open('ocean/Ocean15.html', 'popup', 'height=360, width=370, menubar=no, scrollbars=no, status=no, toolbar=no, screenX=300, screenY=150, left=300, top=150');
}
//end-->

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







function preloader() 
{
     // counter     var i = 0;
     // create object     imageObj = new Image();
     // set image list     images = new Array();     images[0]="images/bul1.gif"   images[1]="images/bul2.gif"   images[2]="images/arr11.gif"   images[3]="images/arr12.gif"            // start preloading     for(i=0; i<=3; i++)      {          imageObj.src=images[i];     }

} 


var msg = "be happy at glee giggles          amaze and delight with gifts from glee creates timeless memories.        laugh with glee loves to party!!";
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();
