alert(document.all.Layer1.children[0].name)
alert(document.all.Layer1.childNodes[0].name)
alert(document.all.Layer1.nextSibling.name)