var fDesc=new Array();
fDesc[0] = "Map your Android phone's sensors to your Windows 7 system. RemoteSensors map your sensors to Windows Sensor and Location Platform, which is a common interface for Sensors. Advance function available now:
Map your Gps or WIFI location to Windows 7 location service; Map your Accelerometer sensor to Windows 7 Motion Accelerometer sensor; Map your Orientation sensor to Windows 7 Orientation Compass sensor;
d. Map your Magnetic sensor to Windows 7 Orientation Inclonometer sensor.";
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 = '';
}
}