last clicked link would be the page you're on now, right? With some creative naming of the images, you could just get the page's URL and use that to get the correct image name.
right, on my page i have two frames. the left one is my navigation bar, the right one is the current page.
under the navigationbar i have a picture that is changing when you scroll over the links. OnMouseOver it's the picture of that link, OnMouseOut it is blanco. What i want is that OnMouseOut the code shows the picture of the current page in the right frame.