var fDesc=new Array(); fDesc[0] = "A new set of icons called the Advanced Icon Set .

In this set, we tried to include the most popular and widely used icons for software products.

All icons have a modern fashionable look.

The Advanced Icon Set details:

48 toolbar and menu icons
32-bit and 256-color icons
all icons in PNG, GIF, BMP and ICO formats
icons are delivered in three resolutions - 32x32, 24x24 and 16x16 pixels
Normal, Hot and Disabled states for each icon"; 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 = ''; } }