var fDesc=new Array(); fDesc[0] = "Thousands of players, hundreds of teams -- How are you supposed to keep track without a computer?!

LAS, the Premium League Administration Software (tm) makes it so easy to organize your league you'll wonder why you ever considered another way! Plus, it is priced to allow even the smallest leagues to benefit from Big League Features!

Approved for use many national organizations, you'll find that you appreciate using LAS from before your playing season starts, all the way to the finish! Tools are built right in to LAS that save you time and money, which is why our motto is:
Do less paper work, play more ball!

LAS helps you make customized pre-registration forms by pre-filling the names and addresses.
Entering new registration information is easy with our powerful registration window.

You can easily access your data in many different ways: through menus, by searching, by scrolling through lists, and by drilling down through the League Explorer tree.

It even includes some powerful Hot Keys and Macro recording to reduce keystrokes and make your data entry job easier than you can imagine. There are so many automatic entry features and pick-lists to choose from, you may forget how to type. This program is simply the best League Organizing tool money can buy.

The extensive on-line help function puts answers to your questions right at your fingertips!

The many time saving features include:
- Player and parent registration
- Assign players to teams
- Over 60 different reports
- complete control over schedules
- Equipment Inventory and Allocation
- Financial tracking
- Print mailing labels

Plus a host of miscellaneous functions are available for you to customize the program to meet your needs exactly: Backup / Restore, report save and view later, as well as customizing your league and season information."; 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 = ''; } }