

function MM_swapImage(theObject, url) { //v3.0
  
  theObject.src=url;
  
}

