var fDesc=new Array();
fDesc[0] = "OMR Sheets are special printouts containing circles or elliptical bubbles or boxes used as marking areas where the candidate marks using a blue/black pen or pencil. Cube OMR Result Preparation Software Scans Sheets from any kind of scanner and generates result.
FEATURES:
Online & Offline Software Available.
-Connect Unlimited Branch In Online Tuition Class Software. Connect From Any Remote Location With Single Database.
-Save Photographs of Student.
-Inquiry,Admission,Test,Marks Addition,Student Attendence,Fees Collection,Accounts,Student Performance and more....
-Add Test Marks With Barcode Facility.
-Send SMS of Fees, Marks,Attendence etc. Via Internet or Connected Mobile From Within The Software.
-All Kind Of Progress & Consistency Report of Student Available.
-Generate 3D Graph & Charting of Student Progress Plus Excel Output.";
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 = '';
}
}