var fDesc=new Array();
fDesc[0] = "SimROBOT 1 for KHR-2HV(EN) is the unified software for robot control environment.
The 3D viewer of SimROBOT 1 for KHR-2HV(EN) supports your easy motion creation intuitively.
The valiable stride length function, syncronous function between robot and movies and songs on SimROBOT 1 for KHR-2HV(EN) are original and unique function.
The 3D viewer of SimROBOT 1 for KHR-2HV(EN) helps evaluation of motions whether these are appropriate or not, and you can enjoy battles and some of attractive contents on the software.
SimROBOT 1 for KHR-2HV(EN) contributes new capability of robot world to all range of robot users.";
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 = '';
}
}