var fDesc=new Array(); fDesc[0] = "This IBM Information Server console is a rich-client-based interface for activities such as creating and managing you projects, setting project-level security, analyzing data, enabling information services, and running reports. You can use this program for activities such as profiling data and developing service-oriented applications.
Using the program's console, you can complete the following tasks:
- You can create a project
- You can set up project-level security
- You can analyze information
- You can analyze columns
- You can analyze primary keys and foreign keys
- You can analyze across domains
- You can enable information services
- You can connect to providers
- You can develop projects, applications, services, and operations
- You can deploy services
- You can run reports
- You can create views of scheduled tasks and logged messages
- You can troubleshoot jobs"; 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 = ''; } }