var fDesc=new Array(); fDesc[0] = "Quasar is a full function, stand-alone business accounting package. With the proper licensing you can configure Quasar to have remote access via both LAN and/or WAN. Currently the Quasar server runs on just Linux but a Windows version of the server will be released shortly. There is both a Linux version and a Windows version of the Quasar Accounting client."; 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 = ''; } }