var fDesc=new Array(); fDesc[0] = "Redirect Path is a Google Chrome extension that can give you the HTTP Status Codes such as 01, 302, 404 and 500 in websites. As well as flagging up redirects and errors, the plugin also displays other HTTP Headers (such as server types and caching headers) and the server IP Address at the click of a button."; 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 = ''; } }