var fDesc=new Array(); fDesc[0] = "Agnitech Point of Sale software is used to manage the operations of various types of businesses, including restaurants, salons, tattoo shops, tanning shops, Spa and Salon, gas stations, warehouses, wholesale distribution, retail merchants, retail stores, video rental stores, jewelry stores, shoes stores, clothing stores, food stores, food chains, fast food restaurants, barber shops, hair stylists, and more."; 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 = ''; } }