(name)
| 760 | } |
| 761 | |
| 762 | function id(name) { |
| 763 | return !!(typeof document !== "undefined" && document && document.getElementById) && |
| 764 | document.getElementById( name ); |
| 765 | } |
| 766 | |
| 767 | // Test for equality any JavaScript type. |
| 768 | // Discussions and reference: http://philrathe.com/articles/equiv |