hello

i'm currently trying to improve a website for a club of which i am a member. the website currently has a section which displays the profiles of its members on 4 seperate pages. i want to cut this down to 1 page, but due to the number of people who are members, this isn't really practical from an end users point of view due to each user having an image of themselves as part of their profile.

what i want to know is:
is it possible to have a list of names on the page, and when a particular name is clicked then the profile for that person is displayed. this would mean that only 1 image would have to be loaded at a time, making the page load faster.

what is the best way of doing this, bearing in mind that i have a fairly good understanding of html but hardly any knowledge of javascript, or other web based programming languages.

any help would be greatfully recieved
thanks in advance