dom=false; ie4=false; nn4=false; 
docall=false; ie56=false; nn6=false;
if (document.getElementById)  
  dom=true;
else if (document.layers) 
  nn4=true;
if (document.all)  
  docall=true; 
if (!dom && docall) 
  ie4=true;
if (dom && docall)
  ie56=true;
if (dom && !docall)
  nn6=true;
