//<!--
function switchImage(imgName,newImg)
{ 
eval('document.' + imgName + '.src = "' + newImg + '"'); 
}
//-->