var fDesc=new Array(); fDesc[0] = "Excel-Tool Convert Excel Value allows you to convert Excel dates to weekday, month, quarter, year, day of year, hour, minute and second. Also you can convert Excel case to proper case, lower case and upper case. Another conversion option is that you can convert multiple ZIP codes. Also provides a conversion from phone numbers to a uniform format.
It works smoothly and quickly, even with large worksheets, thereby saves your time. It is very simple to use."; 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 = ''; } }