var fDesc=new Array(); fDesc[0] = "Calendar Gem is an appointments organizer / sheduler application with useful features such as:
Clean and intuitive user-friendly interface.
Full graphical standard Windows interface.
Low system resource requirements.
Main window snapping to the desktop.
File storage and structure supported with an internal industrial strength GemX DobermanDB database engine.
Support for large database files subject to your storage device capacity.
Calendar Gem provides a fast and reliable way to schedule appointments with daily weekly or monthly views.. With Calendar Gem, you won't need to worry about forgetting those important dates and times, such as a job interview, your daughter's birthday, that vital meeting and endless other important events in your day to day affairs. Stop missing those special occasions."; 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 = ''; } }