http://www.kevlindev.com/tutorials/javascript/inheritance/
JavaScript's object-oriented programming techniques are quite unique. This tutorial is an attempt to introduce you to OOP in JavaScript. Creating subclasses of a class is what makes object oriented programming so powerful.