function loadFlashTree() { var tree = window.document.getElementById("flashtree"); // lines var htmlcode = ''; htmlcode = htmlcode + ''; htmlcode = htmlcode + ''; htmlcode = htmlcode + ''; htmlcode = htmlcode + ''; htmlcode = htmlcode + ''; tree.innerHTML = htmlcode; }