var fDesc=new Array(); fDesc[0] = "VarieDrop helps generate multiple-size-images in one operation. The process is started from the drag-and-drop or "Sent To" menu. If the setting more than four types is necessary, please substitute it by the following methods. The use of plural VarieDrop: Copy the installation folder of VarieDrop and make VarieDrop.ini in each folder."; 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 = ''; } }