var fDesc=new Array(); fDesc[0] = "Salon Shoppe is Easy to use Windows Interface reduces learning time. Reduce costs using inventory tracking and appointment features. Use graphs to track best days for revenue, best times, and month to month compare. Make customers happy and keep them coming back. Maintain complete history of work done automatically. Process a sale in seconds improving customers experience. Sell services and inventory items at the same time.

Main Features:
- Employee Tracking
- Employee Scheduling
- Tanning features
- Appointment Calendar for Tanning and Salon
- Appointment scheduling for Tanning and Salon
- Inventory Tracking for all your Salon products
- Sell anything in your Salon
- Sales Packages to group items and services
- Compatible with two credit card processing software packages"; 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 = ''; } }