var style = document.createElement('link'); style.rel = "stylesheet"; style.type = "text/css"; style.href = "qrc:/css/toc.css"; document.head.appendChild(style);