myXML = new XML()
myXML.ignoreWhite = true
myXML.load("info.xml")
myXML.ref = this
myXML.onLoad = function(succes){
if(succes){
var root = this.firstChild
nodes = root.childNodes
for(var i=0; i |
myXML = new XML()
myXML.ignoreWhite = true
myXML.load("info.xml")
myXML.ref = this
myXML.onLoad = function(succes){
if(succes){
var root = this.firstChild
nodes = root.childNodes
for(var i=0; i |