Scroll to top
function hide_float_right() {
var content = document.getElementById('float_content_right');
var hide = document.getElementById('hide_float_right');
if (content.style.display == "none")
{content.style.display = "block"; hide.innerHTML = 'Tắt quảng cáo [X]'; }
else { content.style.display = "none"; hide.innerHTML = 'ADS by Thuthuatdoisong.com';
}
}