<!--
function SwapImg(idx, img) 
{
   document.images[idx].src = img;
}
//-->