Thumbnail pictures javascript is used in most of webpages inorder to view the selected image.
<img id=1 class="normal" src="rabbit.jpg" width=100 onmousemove="SelectImage(1)"> <img id=2 class="normal" src="cat.jpg" width=120 onmousemove="SelectImage(2)"> <img id=3 class="normal" src="dog.jpg" width=100 onmousemove="SelectImage(3)">