// This menu was created by an imint.com wizard.

"TEXT:Timer Demonstration" "1" "" "START:" ""
"Text:Click here to trigger a 6 picture timed slide show" "2" "" "SCRIPT:document.image.src='images/city.jpg';TIMER:5000;SCRIPT:document.image.src='images/field.jpg';SCRIPT:document.image.src='images/snow.jpg';SCRIPT:document.image.src='images/river.jpg';SCRIPT:document.image.src='images/hill.jpg';SCRIPT:document.image.src='images/lake.jpg';SCRIPT:document.image.src='images/dummy.gif'" ""
"Text:Click here to trigger a multi-frame timed slide show" "2" "" "SCRIPT:document.image.src='images/city.jpg';TIMER:2000;SCRIPT:document.imageR.src='images/field.jpg';SCRIPT:document.imageL.src='images/snow.jpg';SCRIPT:document.image.src='images/dummy.gif';SCRIPT:document.image.src='images/river.jpg';SCRIPT:document.imageR.src='images/hill.jpg';SCRIPT:document.imageL.src='images/lake.jpg';SCRIPT:document.image.src='images/dummy.gif';SCRIPT:document.imageR.src='images/dummy.gif';SCRIPT:document.imageL.src='images/dummy.gif'" ""
"Text:This demonstration shows the timer function being used to insert delays between multiple commands issued by the applet in response to a click." "1" "2" "" ""
"Text:The timer function can be used to sequence any kinds of function - such as sound or page loads." "1" "2" "" ""
"Text:In this case a script command is manipulating an image outside the applet. The slideshow is being driven by the applet though, not the script." "1" "2" "" ""
"Text:There is a 5 second delay between each picture in the first demo. In the second one the sequencing is more complicated." "1" "2" "" ""
