Here are a couple of helpful debuging function for javascript. The first function will display a popup with properties of the passed in object "o" in 20 element increments. The second function displays the properties of the passed in object "o" in a new window. To use these functions is very easy, just pass it a reference to an object. If you are doing a lot of DHTML of client side validation these functions can save you quite a headache. Please let me know if you have any questions.