I am working with a script for doing a basic rollover effect by switching out one image with another and then reverting back using onMouseOver and onMouseOut commands in javascript. What I would like to do is have two images switch out at two different locations. Basically as they rollover the button it will give a description in the center of the info pertaining to the button. I was able to get the rollover to work but for some reason I am not doing the second part properly to have the text appear in the description area. Could someone please help with a bit of advise as to what I could try here to get it to work. I thought if I set a different variable for the other image I would be able to use if statements to get it to change based on the state of the button. Im obviously not advanced at all. Im trying to learn more but hitting walls like this is frustrating and I am sure there is a way to make this work. Its most likely a syntax issue or something. Any help would be appreciated. here is what I have so far...the first part is the origional code that works for creating the rollover effect...no problem there...the second part is my changes which stops the rollover effect and created errors on the page.
I tried posting code here but for some reason it wont let me. Should I just attach as a .txt doc?
hope this is enough for some good suggestions. Im a newb but can understand what the code does. I just have no previous formal training. Im a work in progress.
Thanks!!


