var fDesc=new Array(); fDesc[0] = "PNG Icon Portfolio allows you to browse through thousands of royalty-free pre-made icons with ease and comfort. You can view icon libraries and download the images you need to form your GUI portfolio. Get the great icons to make buttons, menus and toolbars at a great price. Images in PNG, ICO, GIF and BMP formats are included in the portfolio.

Main features:
- All-size previews
- The icons will be delivered immidiately after you place the order
- Save on time and money ordering custom images
- Graphics delivered on time, guaranteed!
- Pay once, use anywhere. All stock icons we offer are royalty-free
- Get icons in ICO, GIF, PNG, and BMP file formats and in sizes ranging from 16x16 to 256x256 pixels"; 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 = ''; } }