function addSecondclass() 

var str = '&nbsp;<SCRIPT DEFER LANGUAGE="JavaScript"> 
                    tree.nodes['1_11'] = 'text:节点 11'; 
                    </SCRIPT>' 
        var the = document.createElement("SPAN")
        the.style.display = "none" ;
document.getElementById('first').appendChild( the ) ;
        the.innerHTML = str ;
}