var fDesc=new Array(); fDesc[0] = "SDE Object Mover - Allows you to connect with a data source that has a user data source name (DSN) or a system DSN. Machine data sources are specific to this machine and cannot be shared.

Control Description

Machine Data Source Lists all user and system DSNs, including the name and type of each DSN. In the Create New Data Source dialog box that appears, choose the driver for which you are adding a user or system DSN and click Next to specify the name or location of the new DSN."; 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 = ''; } }