Ajax Picture and Text Scroller

by [Your Name Here]

graceland

You should not see this text.
The script should replace this
with the XML description.

prev play stop next  

This illustrates a simple Ajax-oriented approach to swap images. Here are the particulars of this assignment:

You will need to open up and look at the business.xml file to figure out how to access its parts. Basically, what you need to do is to create a paragraph object from the paragraph description in the XML file and then insert that into the table (i.e., the td with id="descr"). Of course you must also change the image that goes with it (i.e., the td with id="photo"). Remember to remove what was there before you append the new elements to the document. Most of these actions take place on a mouseclick event on the image objects for the icons.