var fDesc=new Array();
fDesc[0] = "E HTML Element Spy is a tool that will help you to understand the structure of existing pages on the web, it is very easy to install and use, and, it is a FREEWARE! That means you can download and use it free of charge for an unlimited time. IE HTML Element Spy is a useful tool while you surfing the Web, especially for the web developer. To get started, click on a link below or search for a topic by using the menu on the left.";
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 = '';
}
}