Im changing image source from javascript like
<img src="image1.gif" name="imagename">
//Array
img[0]='image1.gif'
img[1]='image2.gif'
...
//onclick event changing img src
document.images[imagename].src = img[1]
Its working fine. How can I give it a slide effect to image when changing source of image? I can use jquery.