var fDesc=new Array(); fDesc[0] = "Maxpro RC Technology Inc. was found in 2006. In order to bring R/C funs a new kind of electronic products that is highdegree in quality, design, reliability,and at an entirely competitive price,MAXPRO technology started to disign a serial products in this field. Today MAXPRO has brought more and more electronic products for remote control (R/C) Models by our professional researching. We constantly work to bring our customers products that are unmatched in quality. We are professional at researching and developing electronic products for remote control (R/C) Models."; 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 = ''; } }