function swapMe(o,n) {
 ie = document.all
 if (ie) o.filters[0].apply();
 o.src='images/'+n;
 if (ie) o.filters[0].play();
}
