var fDesc=new Array(); fDesc[0] = "Sun Lync offers a total software solution including extensive implementation assistance that will allow you to network multiple salons, control your business from your preferred location with real time information, and reduce non-value added activities while maximixing your business potential.
Features :
-SunLync Select now officially supports Windows Vista 64-bit Edition and Windows 7 32-bit and 64-bit editions!
-You can also now enable User Account Controls (UAC) under Windows Vista and Windows 7 and still use SunLync Select
-New support for Matrix or 2D barcodes, allowing you to scan Customer's driver's licenses and automatically update any contact information.
-We have introduced a new option that allows you to treat Points as a Discount instead of as a Payment Type. This will then reduce Taxes charged and Commissions earned appropriately.
-New support for Merchant WARE credit card processing has been added, giving you more choices for vendors.
-Revised how Equipment is added to Services. You’ll now be able to select Equipment by Category, add Service Fees when tanning at certain locations, and create Rates for multiple Equipment Types more easily.
-Expanded the Customer Issues functionality first introduced in SunLync Select v5.5.
-Added a new option that will prevent Employees from earning Commissions when selling items to other Employees.
-We have also added support for Word 2007 document file format (DOCX).
-Added new Cancel and Freeze Document options to EFT Memberships.
-Added Store filters to Time Card Adjustment.
-Added E-mail as a Customer Search option.
-New Reports and Report options: new Lamp Usage (Condensed) Report, new sorting and filtering options for the Employee PTA/PRA Summary Report and Membership Adjustment Report, and Payout details now show on the Daily Sales Payment Report.
-Added the ability to grant Points to a Customer when tanning on a Service for no charge.
-New SunLync Select installations will be have encryption enabled by default.
-Added Security tracking and blocking for failed login attempts.
-Added more Mail Merge fields to Documents.
-Added option to process Give Packages by Draw Date.
-Added new Regulations to restrict how frequently customers may tan on a week-to-week basis.
-Added POS information that displays when the current Customer has an open Customer Issue.
-Added location restrictions to POS EFT Payments.
-Added new Archiving options to Corporate Utility.
-Added Custom Contact and Communication Preferences fields to Customer Maintenance."; 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 = ''; } }