var fDesc=new Array(); fDesc[0] = "The intelligent domain blocker in your fight against malicious, marketing and tracking domains. Using Microsoft Windows 10 and worried about your privacy? Barriqade protects your privacy by stopping your device from contacting domains suspected of being used by Windows 10 to send collected user tracking information to. * No browser plugins needed * Blocks ads in every browser and every other application on your device * Protects your privacy by blocking tracking domains * Reduces malware infections by blocking malicious domains * Using Artificial intelligence to detect malicious domains * Block any domain you want * Receive frequent updates * Free for non-commercial use"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }