// JavaScript Document
  function MM_swapImage() {
    var el = document.getElementById('button')     //event.srcElement
    el.className = (el.className=="down") ? "up" : "down"    
    }

   function test(ndx){
     if (ndx==1)
       top.location.href='../new.htm'
     else {if (ndx==0)
       top.location.href='new.htm'
       }
   }


