// JavaScript Document function getElement(id) { return document.getElementById ? document.getElementById(id) : document.all ? document.all(id) : null; } function divOff() { for (i=0; i