var fDesc=new Array(); fDesc[0] = "It is the first time for us to use the USB in our Henshin simulator. We face lots of difficulties on it. The biggest problem is that we cannot use Silverlight in our software because it has been assigned only for web application. Thus the animation in this simulator is limited. Although it seems insurmountable, it is climbable. we have an idea on it but we still need some time to find out the possibility."; 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 = ''; } }