function imageShow(iName,iImage)
{
  
   if(document.images)
   {
   	document.images[iName].src = iImage;
   }  
   
} 
