See the code line,
<img name="abo" src="img/nav_off.gif">
and
onClick="loadContent('abo')"
You can find this loadContent function in f.
js, you will see that the total logic is based on which image 'abo' (image name)
You will have to refactor the code in the functions to work it up.