var fDesc=new Array(); fDesc[0] = "Wdaisy Business Management Software is a business management Software that can handle all financial operations including stock management. The Software consists of 2 main modules (Accounting and Stock Management), along with other small modules like security and utility modules. Wdaisy Pro is ideal for all types of small to medium size businesses, varying from retail to manufacturing and even farming and agricultural."; 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 = ''; } }