Hi I'm a newbie to javascript, currently, I'm building an image gallery using javascript and I want to add a left arrow image and right arrow image on top of a larger image so that when user clicks on the arrow images it will either move to next larger image or move back to the previous larger image. I know I need to use onMouseover, but how do you display two images: one lft and one right on one OnMouseOver? Can anyone give me hints? or pseudo code ? Thank you