var fDesc=new Array(); fDesc[0] = "A complete retail solution for stores handling new and used products. Ring up sales, trade-ins, and rental items on the same invoice! Save a great amount of data entry time by pulling information from the BRE or VGPC database, which supplies using selling prices and trade-in values for both the complete and incomplete versions of games! The databases also populate common fields such as title, publisher, UPC code, etcetera. Know your exact inventory levels. Automatically fill out purchase orders for low stock items. Keep your stock levels of new and used items at the level you want!"; 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 = ''; } }