var slideShowSpeed = 3500

var crossFadeDuration = 3

var Pic = new Array()

Pic[0] = 'fadeORIG1.jpg'
Pic[1] = 'fadeORIG2.jpg'
Pic[2] = 'fadeORIG3.jpg'
Pic[3] = 'fadeORIG4.jpg'
Pic[4] = 'fadeORIG5.jpg'
Pic[5] = 'fadeORIG6.jpg'
Pic[6] = 'fadeORIG7.jpg'
Pic[7] = 'fadeORIG8.jpg'
Pic[8] = 'fadeORIG9.jpg'
Pic[9] = 'fadeORIG10.jpg'

var t
var j = 0
var p = Pic.length

var preLoad = new Array()
for (i = 0; i < p; i++){
   preLoad[i] = new Image()
   preLoad[i].src = Pic[i]
}

function runSlideShow(){
   if (document.all){
      document.images.SlideShow.style.filter="blendTrans(duration=2)"
      document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)"
      document.images.SlideShow.filters.blendTrans.Apply()      
   }
   document.images.SlideShow.src = preLoad[j].src
   if (document.all){
      document.images.SlideShow.filters.blendTrans.Play()
   }
   j = j + 1
   if (j > (p-1)) j=0
   t = setTimeout('runSlideShow()', slideShowSpeed)
}

function july2003() {
window.open("july2003.htm","_blank","scrollbars=yes,height=220,width=540,status=no,toolbar=no,menubar=no,left=0,top=0,screenX=0,screenY=0");
}

function grade4lamar2() {
window.open("grade4lamar2.htm","_blank","scrollbars=yes,height=640,width=760,status=no,toolbar=no,menubar=no,left=0,top=0,screenX=0,screenY=0");
}

function ms_150() {
window.open("ms_150.htm","_blank","scrollbars=yes,height=500,width=500,status=no,toolbar=no,menubar=no,left=0,top=0,screenX=0,screenY=0");
}

function forall(url) {
window.open(url,"_blank","scrollbars=yes,height=400,width=800,status=no,toolbar=no,menubar=no,left=0,top=0,screenX=0,screenY=0");
}

function request() {
window.open("http://www.ssclassof63.com/guestbook/index.php","_blank","scrollbars=yes,height=600,width=650,status=no,toolbar=no,menubar=no,left=0,top=0,screenX=0,screenY=0");
}