var fDesc=new Array(); fDesc[0] = "Pholor Home is a fast and easy image editing software tool. It provides rate, tags, and search for your photos. It helps you manage family travel and entertainment photos. Preset helps to edit huge amount of photos quickly. Pholor could effectively adjust parameters of vast photos. Unique color imitation could imitate the style of other photo accurately and naturally."; 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 = ''; } }