var fDesc=new Array();
fDesc[1] = "series! Restore shabby hometown restaurants to their former glory with Flo and her grandma.Meet six new customers, take reservations, and dress-up and train waiters.";
fDesc[2] = "here for a listing of the differences between the applications. It is a complete solution designed to provide you with a robust";
fDesc[3] = "and travel agents can achieve maximum time efficiency and best costs in processing reservations.";
fDesc[4] = "reservation trends and work towards your future needs. Rearrange reservations and allocate tables.";
fDesc[6] = "Houses, B&Bs, Lodges & Inns worldwide.";
fDesc[7] = ", room planning, guests, accounts, folios, agents, pricing plans, basically front office and back office hotel operations.";
fDesc[8] = "grocery store you can customize Amigo Point Of Sale to suit your business. Also included: unlimited-line caller ID capability, time clock, 2 second IP-based credit card processing using your existing merchant account and PCCharge, graphical pizza order entry, bar and nightclub module, split checks, reservations, and dual cash drawer capable. Use your own logo for the branded look. It supports IP credit card processing with PCCharge Payment Server, unlimited bar tabs, and redesigned quick pay screen for fast food and nightclubs.";
fDesc[9] = "User to a Resource for a specific amout of time.";
fDesc[10] = "reservations software, hotel management software, hotel billing software, hotel property management software (pms). It is ideal solution for hotel having 10-100 Rooms. Main Features include. Hotel status from main screen with easy Check in Check Out Reservation Group Management/ Operations Direct Billing/ City Ledger Guest Snaps with Web cam at Various Stages of Stay Full network support Multiple rate and rate type support in single stay Comprehensive User Management Quick check-in through identification card swipe Ability to change room for a rented room on any day of the Guest Stay Well designed restore database operation for data recover at any stage Transaction management with insert, delete and restore feature Expense Management Payment Authorization (Open credit card transaction) Hotel Configuration House Keeping Lost and Found Management Guest Message Recording Address Book...";
fDesc[11] = ", sports fields, or any other type of object where people or groups are scheduled. You can make and view reservations quickly and easily.";
fDesc[12] = ", check for available rooms, send e-mails to customers, make reservations and bookings and more. Free demo available";
fDesc[13] = "application is designed to quickly create detailed invoices as well as to track late charges and customer return history. Main features include reservations; password-protected manager functions; inventory management; special promotions; account payments ; etc. An external utility will also enable you to quickly import customer and movie data from another software into Bogart.This fully functional version comes with a complete operational manual and \"on-line\" context-sensitive help. It is also network ready and year 2000 compliant. Supports barcodes and Euros, and can be configured to invoice in almost any written language.";
fDesc[14] = "means of reserving seats and selling tickets. The program includes a customer database, report generation, and inventory control.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}