var fDesc=new Array(); fDesc[0] = "Is a simple excel addin to format phone numbers and date.

You can easily format your data with the help of this addin.

You can format your phone number column with dash"-", Bracket"(" seperated and date column with long/short with time or without time format.

It is useful if you want to make your data perfect.

- Format phone numbers

- Format date in long/short type of format

- Format all column at once in a second

- You can remove format easily."; 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 = ''; } }