var fDesc=new Array();
fDesc[0] = "RegistWARE represents the third major upgrade and introduces some POS industry firsts. From its introduction ten years ago, RegistWARE's goal was to provide a professional Retail Point of Sale software package with features that would help make stores more profitable and still be easy to use.
After more then a year of work our designers, programmers and developers have introduced Flex-Screen Technology to the a POS industry. Flex-Screens provide the freedom to design Point of Sale Systems to fit the needs of your business. RegistWARE is the only POS software that has Flex-Screens. Intuitive POS screens, less training, less mistakes and better customer service means a more profitable retail environment.
Some of the new features besides Flex-Screens are a Time Keeping module, Price Embedded Bar Codes, Purchases Orders a 100% Touch Screen interface and easy data import and export. The software foundation has also been upgraded to Microsoft .NET and now uses Microsoft's SQL Data Base.";
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 = '';
}
}