var fDesc=new Array(); fDesc[0] = "Adobe Illustrator (r) CS2 CS1 10 plugins. Powerful duplication / circular effects / asbtract design plugins and more. Comes with a large selection of bonus symbols and graphic styles. Use with images / paths / symbols and more. Create dynamic hi-impact Illustrations. A demo is available via the graphicxtras.com product page. Part of the Andrew's (vector) plugin series. Adobe and Illustrator are registered trademarks of Adobe"; 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 = ''; } }