var fDesc=new Array(); fDesc[0] = "With Edge Inspect, you browse in Chrome, and all connected devices will stay in sync. Target a device for Remote inspection using familiar development tools, make changes to your HTML, CSS and JavaScript and see your device update instantly. Edge Inspect uses a hosted weinre server on Adobe.com. Press a single button to grab screenshots from all your connected devices and easily save and send them to colleagues. Screenshots are transferred to your computer, to a folder you can specify. Preview directly on devices in real-time while working in Edge Reflow CC and Edge Code CC. As you make changes to your pages, you can see how they look on devices."; 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 = ''; } }