var fDesc=new Array();
fDesc[0] = "Complete POS solution for Video
Complete POS solution for Video
Stores
Video Rental Plus
allows you to keep track of all of your sales & rentals, keep a history of your
customer information, generate detailed invoices (including an optional rental
agreement), automatically calculate any taxes due, and record the required
payments. When rentals are returned, they can easily be entered into the system
and any late charges will automatically be recorded.
Video Rental Plus
provides all the reports you need to stay in control of your business -and to
improve it. By reporting your customers' preferences, identifying which videos
to stock based on historic sales patterns, freezing seriously past due accounts,
etc. you will run a more profitable, better managed store.
Price includes network operation
on multiple computers (up to 30
workstations per video store
location), priority support via email, free
software updates and unlimited installation to any number of
PCs.";
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 = '';
}
}