Suggest the method!

hey guys i have an image gallery which has lot of images.user had to scroll lot to view all of them. Also on slow connections it takes a lot of time.

So my idea is to separate them in two sections, which can be switch by “next” and “prev” links.
i think this can be done by javascript that i don;l know at all :slight_smile:
can any one provide the script for that?
Or if there a better way to design this ,plz suggest.
Here is the link:

http://nits4u.110mb.com/gallery.html

Thank You.

One thing you could consider is to structure the gallery so that each image is downloaded only when the user clicks on the thumbnail. This can be made to work nicely with JS (so that you don’t get taken to a new page).

Here is a nice example of that:

http://domscripting.com/domsters/photos.html

I’ve used this to good effect recently with a gallery of 40 images.