var fDesc=new Array(); fDesc[0] = "Pawntastic® is a Pawn Software and Title Loan Program for pawn shops, title loan companies and second hand stores that is easy to use and looks terrific! The Windows® based interface allows you to scan each screen and simply select the option you want with a single click of the mouse or keyboard hotkey. By avoiding the use of extensive drop-down menus, we place the power of the program at your fingertips. The layout of Pawntastic was especially designed for handling multiple customers and tasks at once, which is an essential feature for your busy store. By allowing you to "flip" back and forth between tasks, it allows you get your job done faster, easier and more effectively. We intentionally avoided lengthy drop-down menus in favour of a tab-based layout to allow you access to all of your options visually."; 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 = ''; } }