var fDesc=new Array(); fDesc[0] = "Front End to VPNC, a command line VPN client for Cisco VPN hardware. This client is known to work on: Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows 2008 and Windows 7. It supports both 32 bit (x86) and 64 bit (x64/x86_64).
Front End to VPNC appears in system tray with several options like VPNC Connection Editor, that will allow you to configure you connections and save them as a profile. Also it has the possibility to import your .PCF (profile configuration file) from your computer and more."; 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 = ''; } }