<!--

    //alert(document.all("swap").nameProp) ;
    var swapimg = new Array()
    swapimg[0] = 'images/swap_00.jpg'
    swapimg[1] = 'images/swap_01.jpg'
    swapimg[2] = 'images/swap_02.jpg'
    swapimg[3] = 'images/swap_03.jpg'
    swapimg[4] = 'images/swap_04.jpg'

    var t 
    var j = 0
    var p = swapimg.length

  function slideshow() {    
    document.images.slide.style.filter="blendTrans(duration=2)"
    document.images.slide.style.filter="blendTrans(duration=crossFadeDuration)"
    document.images.slide.filters.blendTrans.Apply()      

    document.images.slide.src = swapimg[j]
    document.images.slide.filters.blendTrans.Play()

    j = j + 1
    if (j > (p-1)) j=0
    t = setTimeout('slideshow()', 3000) // time is in milliseconds:1000 is 1 sec
  }

  function swap(who) {
    if(document.all(who).nameProp == who+"_off.gif") {
      document.all(who).src = "images/"+who+"_on.gif" ; }
    else {
      document.all(who).src = "images/"+who+"_off.gif" ;
    }  
  }


  function stopme() {
    if (navigator.appVersion.indexOf('MSIE') !=-1) {
      bgsound.Stop(); }
    else {
      document.embeds["bgsound"].stop();
    }  
  }
  
  function keyDisable() {
  // 34:' 39:" 13:return
    if (event.keyCode == 34 || event.keyCode == 39) {
      event.returnValue = false ;
    }
  }  

  function popupshow(who,h,w) {
	  window.open(who,'','toolbars=0,resize=0,height='+h+',width='+w) ;
	}

  function intsearch() {
    detailsWindow = window.open("http://www.agapedj.djintelligence.com/search","intsearch","width=675,height=475,resizable=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
    detailsWindow.focus()
  }

  function intanswers() {
    detailsWindow = window.open("http://www.agapedj.djintelligence.com/answers","intanswers","width=675,height=375,resizable=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
    detailsWindow.focus()
  }

  function intmessage() {
    detailsWindow = window.open("http://www.agapedj.djintelligence.com/message","intmessage","width=675,height=425,resizable=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
    detailsWindow.focus()
  }

  function intsurvey() {
    detailsWindow = window.open("http://www.agapedj.djintelligence.com/survey","intsurvey","width=675,height=475,resizable=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
    detailsWindow.focus()
  }
  
  function intreferral() {
    detailsWindow = window.open("http://www.agapedj.djintelligence.com/referral","intreferral","width=675,height=475,resizable=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
    detailsWindow.focus()
  }
//-->
