var fDesc=new Array(); fDesc[0] = "Adobe Dimensions 3.0 now lets you turn any object into 3D production-quality artwork - the first 3D program to offer both raster and crisp, resolution-independent PostScript(R) output. What's more, Adobe Dimensions is easy to learn because it uses the same tools, shortcuts, and terms as your other favorite Adobe programs."; 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 = ''; } }