var fDesc=new Array();
fDesc[1] = "mystery and action which takes place in a U.S. High School. Leafmore High School was the typical American High school, with its troubled adolescents, the metal lockers, football team and cheerleaders. But for a while, things have changed.";
fDesc[4] = "convert text files into \"voice files\",This easy, fast incredible software makes its conversion in several formats such as: mp3, mp2, wav, ogg, G.721/723/726 and vox. This program can also convert text file to G.721/723/726 formats and use them in your computer telephony inquiry system.";
fDesc[6] = ", quickly and easily. A Windows 98/ME/NT/2000/XP/2003 application, it is fully integrated with Microsoft Internet Explorer and is also available as a standalone application. Inquiry Pro stores various Web files: entire web pages, selected text and images, Shockwave Flash clips and many others. It can also import documents from your MSIE Favorites and export them to various formats to share with friends and colleagues. Forget cumbersome open and close dialog boxes. Managing your stored pages is quick and easy. You access Inquiry simply by clicking a button on the MS Internet Explorer toolbar or Inquiry Sidebar. A single click saves the page you are currently browsing, or your selected text or images. Inquiry stores pages much faster than the regular Internet Explorer Save As feature. Inquiry Pro is sophisticated enough to meet the needs of professional researchers, yet simple enough for...";
fDesc[9] = "mouse and the drag and drop feature allows easy navigation and saving. The page contents can be edited and the auto-save feature stores all the browsed pages automatically. Editing is allowed to create comments and keywords, whereas unwanted banners can be removed.";
fDesc[11] = "Receivable,Patient Statements [Regular & PI,] Insurance Aging,Patient Analysis,Practice Analysis,Transaction Analysis,Patient Labels,Form Editor [CMS 1500],";
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 = '...';
}
}