var poplinks = document.getElementById('popularlinks'); poplinks.style.height = "100%"; poplinks.style.width = "270px"; poplinks.style.overflow = "hidden"; poplinks.style.display = "block"; poplinks.style.backgroundColor = "white"; var html =''; html += ''; document.getElementById('popularlinks').innerHTML = html; function changeSencyURLu(obj) { obj.style.textDecoration = 'underline'; } function changeSencyURL(obj) { obj.style.textDecoration = 'none'; }