var fDesc=new Array(); fDesc[0] = "PacketGuide is a PC application which lets you get instantly access to Blue Coat's Product Information Source. You will be able to check out overviews, recommendations, tasks, policy center tasks, reference and product information.

You will be able to find product-specific information about PacketShaper hardware platforms. For example, you'll find product specifications and configuration limits directly from your desktop."; 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 = ''; } }