var fDesc=new Array(); fDesc[0] = "Universal and Intelligent Inform
Universal and Intelligent Information Management System
Know nothing about Database? Never mind! You can still have
your own powerful Information Management System. By means of UIIMS, you can
customize personalized management system basing on all kinds of information or
archive.
(1)As being in professional database system, you can ADD,
EDIT, DELETE or INQUIRE records.
(2)UIIMS provides many powerful tools, such as System Switch, System Backup,
System Restore and System Erase etc.
(3)You can generate multi information management systems on single computer,
which will save great cost for user.
(4)UIIMS can basically meet the need of individuals and small enterprise. For
example, you can customize Contacts Management System, Book Management System,
Items Management System and Salary Management System and so on through UIIMS.
(5)UIIMS provides many common built-in Information Management Systems(Asset
List, Contacts, Events, Faculty Information, Issues, Marketing Projects,
Opportunities, Project List, Tasks). User can import these templates directly."; 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 = ''; } }