Netscape does not support document.all. I think it uses document.layers instead. But for a universal approach, I suggest using document.getElementById('element_ID'). Nearly all modern browsers support it, including Opera, IE and Netscape.
If you need more details, let me know.
HTH,
Snib
<><