var fDesc=new Array(); fDesc[0] = "MapPsuSpace allows you to connect to uDrive and PASS Space.

You will need to connect to the Penn State VPN before you can connect to your UDrive and PASS space. If you're already connected to Wireless 1.0 on campus then you won't need to do any other steps with the VPN client. Otherwise, connect to the "ISP to PSU" network from the network list in the VPN client.

After connecting to the VPN, run the MapPSUSpace program. Type in your Access Account username and password and hit Connect to connect the drives. You can also choose to connect to only your PASS Space or UDrive. You can also connect to UBackup if needed."; 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 = ''; } }