var fDesc=new Array(); fDesc[0] = "ClearView specializes in "real life" simulation of electric and gas RC helicopters, including TRex 450, Blade CX, CP and CP Pro, Hone Bee, Raptor 60 and 90 and many others. The RC planes range from light weight electric "Shockflier", to 100 size 4 stroke aerobatic Pitts Special to turbine driven F15 Eagle and F-16 Fighting Falcon.
Create 3d replicas of your own RC models and fly them in ClearView - it is as challenging and rewarding as building a new RC model from scratch."; 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 = ''; } }