var fDesc=new Array(); fDesc[0] = "Date Format Converter is a handy and useful addin for Microsoft® Excel® 2010 or 2007, which helps you convert the text format cells to date&time format cells.

With the Excel Date Format Converter, common short date string or long date string which is applied in America, Britain, France, Russia, Germany, Japan and China can be converted to local date and time.

It supports not only converting local long date string in most language, but also converting international standard time to local 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 = ''; } }