Javascript can at first look like a monster of a language to learn, but the only really bad parts of it are how they handle the DOM for easier DOM Manipulation you can use this wonderful javascript extension known as
jquery.
JQuery allows you to manipulate the DOM using a css model of operations rather then the normal Javascript one.