var fDesc=new Array(); fDesc[0] = "The Parrot Software Update Tool software enables you to easily update your Parrot product.
The update software procedure depends on your Parrot product.
As the Parrot Software Update Tool is only available for Windows, Mac users have the possibility to download the update files directly for the following products: Parrot MKi9200, Parrot MKi9100, Parrot MKi9000, Parrot RKi8400, Parrot MINIKIT Slim, Parrot Minikit Smart and Parrot Grande Specchio."; 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 = ''; } }