var fDesc=new Array();
fDesc[0] = "Editor for Icons Cursors and Animated Cursors.
TWAIN compliant for importing scanned hard copies. jpg bmp & wmf to ico. extracts from exe and dll.
Standard and more drawing tools
This other program is freeware, so you can download and use it absolutely free.
Iconoplasm 2 supports different languages (including English).
It works with Windows 98/Vista.
Have tested Iconoplasm 2 for spyware and adware modules.
The software is absolutely safe to install.";
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 = '';
}
}