var fDesc=new Array(); fDesc[0] = "With Boxoft Batch Photo Resizer you can resize multiple digital photos at the same time. The program can also help you to complete many other batch tasks, such as batch rename with continuous numbers, batch rotate portrait images to landscape ones, batch stamp with text and so on. Boxoft Batch Photo Resizer works on Windows 2000/2003/XP/Vista/7."; 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 = ''; } }