tutorial.eyehunts.com
JavaScript string equals ignore case | Example code
The simplest way to do string equals ignore case (if you're not worried about special Unicode characters) is to call toUpperCase...
Rohit