var fDesc=new Array(); fDesc[0] = "LayersXXL adds up to 180 photo and design features to Photoshop Elements for Windows that were previously only available in Photoshop. These features are available as new menu items, icons and dialogs. It can open multiple files and automatically places them as layers. LayersXXL can also create exposure variations from a single raw file and places them as layers."; 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 = ''; } }