var fDesc=new Array(); fDesc[0] = "Although fully loaded with the tools needed to tackle the largest and most complex of projects, and based on new layering technology, it still remains highly competitively priced by the clever use of a range of multi-user, term and enterprise price-point options that mirror the needs of a vast array of different business models. Included in these price are two massive raster "Entourage" galleries, a private Pro Forum, 3D glasses for the amazing new 3D Anaglyph Image viewing, and a choice of 64 or 32 bit Windows or 32bit Mac."; 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 = ''; } }