var fDesc=new Array(); fDesc[0] = "Simple Invoiceis for issuing invoice, credit note and receipt with SQL database support without any license restriction. Simple Invoicing Application includes invoice, credit note and receipt maintenance with cross currency settlement feature. You can further customize all memos layout using Microsoft Visual Studio 2008 without changing any source code. This application is only for simple usage and without inventory supported."; 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 = ''; } }