here's an updated example doing what you want with the fades. it is here:
ww.demetri-media.com/FlashTalker/java2.html
once again, it is just javascript within Dreamweaver.
just click the 'Start the fade" button to start that loop. it is using a fade/toggle from code found here:
http://www.switchonthecode.com/tutorials/javascript-tutorial-simple-fade-an...
combined with the logic i created for the previous example.
all the code is on the html page - you can view the source code from you browser to see it
i feel lke i am beginning to get a grip on this. it is certainly giving me lots of ideas
( this doesn't mean i am not still peeved at mr jeves for forcing me to learn new languages....)
heres what seems like a real helpful Tweening engine' for javascript . i look forward to exploring it:
http://jstween.blogspot.com/2007/01/javascript-motion-tween.html
it seems like it is trying to approach greensock's amazing tweening engine for actionscript. that would help a lot through this ugly migration process......