var fDesc=new Array(); fDesc[0] = "The first is SSH authentication issue. Dokan SSHFS has issues around network connection because it depends on SharpSSH library and there are some issues in that library. And I can’t fix the issues.
The second is Explorer extensions. I don’t have building environment of those extension libraries, so I can’t provide any updated installer."; 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 = ''; } }