var fDesc=new Array(); fDesc[0] = "The DJ booking software is designed to manage your bookings whether your a club or mobile disco. The DJ Booking software has been written by a DJ, for DJs, it works equally well for a single DJ / Disco or an agency with many DJs on the books. The DJ Booking software is designed to take quoting information, manage and send out contracts to both clients and DJs."; 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 = ''; } }