var fDesc=new Array();
fDesc[0] = "Hoolicon replaces the standard icon of a Adobe/Macromedia Flash, Director or Authorware projector into one that you choose yourself. Give your (CD-ROM) projects a more personal & professional touch!
It consist of an easy-to-use wizard interface, which makes the replacement of an icon a breeze.
In fact, almost any executable file's icon can be altered with the help of Hoolicon.";
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 = '';
}
}