> I have little problem: I change some element style with setStyle on > click event, when you reclick I want to all element return with the > default state.
Unless you have some *very* good reason for the inline style, why not use addClass/removeClass? -- Sandy
