var fDesc=new Array(); fDesc[0] = "Natural Log is a Radio Traffic-Log-Billing-A/R System. It is compatible with most popular and accesible computer automation systems. A network version offers unlimited stations. It also offers unlimited number of customers and unlimited number of active orders. Broadcast orders can be linked to Special Log Templates so the order runs anytime the template is scheduled. And it has an on-screen log editor with drag-and-drop editing, log diagnostics, invoice editor, viewing of customer's account, history."; 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 = ''; } }