Flash Player 7.
DisplayBox.ImageClick = function(ID, ImageName)
{
// your statements here
}
ID The row ID
ImageName The name of the image in the row
None.
Event handler; invoked when an image in a row is clicked. The ImageClick method
receives two parameters, ID, which is a number representing the row that was
clicked and ImageName which is the name of the image that was clicked.