Here are two very good guides for starting with JavaScript OOP from the Mozilla Dev Network:
- Introduction to Object Oriented JavaScript
- Details of the Object Model in JavaScript
- What is that object prototype in JavaScript?
- The chapter from Eloquent JavaScript
- There are good slides from John Resig for "advanced JavaScript" - http://ejohn.org/apps/learn - you can check it!