<!--
// swapImage
function swapImage(imgId,swapImg)
{
document.images[imgId].src=swapImg;
}
//-->

