var fDesc=new Array();
fDesc[0] = "Use the KeyMission 360/170 Utility to copy to your computer, view, and edit beautiful spherical 360° panoramas and 170° wide-angle shots taken with Nikon’s KeyMission cameras. You can choose the angle when viewing spherical 360° content shot with the KeyMission 360 and export the footage to create new movies, export cropped images, add simple effects and background tracks, and create movies for upload to YouTube.";
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 = '';
}
}