﻿function doTrans(spanObj,FilterIndex) {
        
       
//        spanObj.filters[FilterIndex].apply();
//        if (spanObj.style.backgroundImage=="") {
//            
//            spanObj.style.backgroundImage  = "url('images/menu_bg.gif')";
//			}
//        else {
//           
//            spanObj.style.backgroundImage  = "";
//			}
//		spanObj.style.cursor="hand"; //make sure the cursor doesn't return to an arrow
//        spanObj.filters[FilterIndex].play();
}


