var fDesc=new Array(); fDesc[0] = "UDI-Magic is a utility that allows you to import data into the Tally Accounting Software. It supports importing data from various sources like Excel, SQL-Server, MySQL, Access, DBase, Foxpro, Visual Foxpro DBF's and it supports UNICODE (import of Hindi, Gujarati, Arabic data into Tally 9)."; 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 = ''; } }