var fDesc=new Array(); fDesc[0] = "Shoot, Tag, Edit, and Share. The POV.1 makes it easy to shoot great video,
tag interesting shots while you are recording, edit your video, and then share
videos online using the POV Manager software that is included with the
POV.1.It's a flexible and durable video recording and playback
system designed for the hands-free capture of video on land, sea, or in the
air, under almost any weather conditions."; 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 = ''; } }