var fDesc=new Array(); fDesc[0] = "Boxoft Photo Magic Maker is software which provides you all-sided magic effects for touching up your photos. With easy clicks, you can create stunning photos with multiple amazing effects, such as dazzling star lights, artistic water waves, classical color types, and so on. You will enjoy the funny decorating process to make your lovely photos."; 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 = ''; } }