var fDesc=new Array(); fDesc[0] = "Make your graphics into animated transitions — add 20 breathtaking special effect transitions to GIF Construction Set Professional and PNG/MNG Construction Set, including Alpha Bar, Alpha Tile, Backscatter, Burp, Diagonal Raster, Framework, Hurricane, Liquid Metal, Paintball, Quad, Quantum Singularity, Rollerblind, Silent Movie, Soft Iris, Soft Slide, Solarize, Spikes, Spiral, Submerge and Unplugged TV. Create breathtaking web pages that even overpaid professional graphic artists with several BMWs drool over."; 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 = ''; } }