var fDesc=new Array(); fDesc[0] = "Wolf Track Point of Sale Software for Liquor Stores includes Alternate SKU Selections. One of the biggest problems facing liquor stores today is that the barcode on a can is the only thing you can scan when trying to sell a six pack of cans.
The Used Game Alert lets the clerk know when there are used copies of a game on hand. One of the main goals of a Buy-Sell-Trade store is to turnover the used product as fast as possible so that you can get the most money out of each item."; 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 = ''; } }