DOM = (document.getElementById ? 1 : 0);
if (document.getElementById) { DOM = true; } else { DOM = false; }