Bed Board EWD Fileman var x = function() { apps = ; var fs = document.getElementById("fs"); for (app in apps) { var input = document.createElement("input"); input.setAttribute('id',apps[app]); input.setAttribute('type','button'); input.setAttribute('value',apps[app]); fs.appendChild(input); }; }();