Adding of CSS classes in JavaScript

Given an element:

<p id="elem" class="www ggg zzz"></p>

Add class xxx to it.

enru