var fDesc=new Array(); fDesc[0] = "The new Xilinx Documentation Navigator vastly improves key facets of Xilinx documentation management, including viewing, discovering, searching, and downloading. The Navigator brings Xilinx FPGA device, software, boards and targeted reference design documentation into a single, easy to use environment. The standalone tool focuses on improving customer productivity and ensuring customers that they can get to their answer quickly."; 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 = ''; } }