var fDesc=new Array(); fDesc[0] = "SpoofStick for Internet Explorer is a simple plugin that detects spoofed / fake websites while your are surfing. It sits in the toolbar of the Internet Explorer and displays information related to the domain with which you can track the kind of the website you are currently viewing. SpoofStick makes it easier to spot a spoofed website by prominently displaying only the most relevant domain information. This reduces phishing attacks greatly. SpooffStick is very user friendly, you can customize the way the message is shown in the Internet Explorer toolbar, you can change its color and its font size. You can also toggle between the option of "Showing full host name" or not. It is as simple as that. This version is compatible with Microsoft Internet Explorer 6 and 7 working under Microsoft Windows XP or Windows Vista. It has a very smooth installation, and as soon as it is installed it is automatically detected by Internet Explorer. If you want to keep your computer safe from malicious sites and phishing attacks then you should download and use this plugin."; 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 = ''; } }