var fDesc=new Array(); fDesc[0] = "PhotoMagic is an excellent tool which allows you to quickly rename, resize, convert and apply special effects to multiple images in just a few easy steps. The program has been designed around a Wizard based interface which makes it extremely easy to use. Whether you are an advanced computer user or just starting out, we are confident that you will find PhotoMagic a pleasure to use. To navigate to the next step in the Wizard, simply press the Next button and if at any time you would like to go back and make any alterations to your choices, pressing the Back button will step you back one step at a time."; 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 = ''; } }