> What do you mean by > fixed javascript events case > is this the this problem? What about having multiple event handlers on > a single event? Events were named onClick, onRelease and so on... Actually, JS events are always lowercase (onclick, onrelease,...) Nicolas