var fDesc=new Array(); fDesc[0] = "Independent Computing Architecture, ICA is a protocol designed specifically for transmitting Windows graphical display data as well as keyboard and mouse input over a network.
Use the Connection page to choose a Network or Dial-In connection type for the application set. Select Local Area Network to connect to the MetaFrame server over your local network. Select Wide Area Network to connect to the MetaFrame server from a remote location. Select ICA Dial-in to connect to the MetaFrame server using a modem. If you are accessing your network through Dial-up Networking, click Dial-Up Networking (PPP/RAS)."; 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 = ''; } }