var fDesc=new Array(); fDesc[0] = "The XXConsole application helps you create a shortcut icon for the console for the first time. After the shortcut is created, any subsequent change in its parameters must be made through the property sheet (by right-click of a mouse on the shortcut).

Similarly, other parameters that are not specified by the XXConsole application should be made from the property sheet."; 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 = ''; } }