var fDesc=new Array(); fDesc[0] = "In the second maintenance release for SAS Information Map Studio 4.2, you can designate which data items should be used by default when an information map is opened directly in SAS Web Report Studio. This feature is a new property setting for the information map. SAS Information Map Studio enables you to generate reports about resource usage and maintenance issues. Specify the location of the information maps on which to generate the reports, and then select the type of report that you want to run. The resource usage report returns a list of resources that are used by each information map in the specified folder and subfolder. The maintenance report lists information maps with various maintenance issues, including unresolved resources."; 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 = ''; } }