var fDesc=new Array(); fDesc[0] = "With the Adobe Creative Cloud desktop plug-ins, you can create files in your Adobe Touch Apps and then edit them in Adobe Creative Suite.This plugin is free and includes the Adobe PS Touch (.psdx) plug-in for Adobe Photoshop® CS5 and CS5.1 and the Adobe Ideas (.idea) plug-in for Adobe Illustrator® CS5 and CS5.1"; 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 = ''; } }