// JavaScript Document
function showImg(tId,tImg)
{	
   eval("document.all."+ tId+".src='images/" + tImg +"'");
}