var fDesc=new Array();
fDesc[0] = "TP-LINK TL-WN851ND Easily setup a highly secured wireless link with QSS™ (Quick Security Setup).
TP-LINK TL-WN851ND is designed to deliver a high-speed and unrivaled wireless performance for the desktop.
With a faster wireless connection, the customer can get a better Internet experience, such as downloading, gaming, video streaming.
With the 802.11n technology, higher throughput improvements using MIMO (multiple input, multiple output antennas), the TL-WN851ND’s auto-sensing capability allows high packet transfer rate of up to 300Mbps for maximum throughput.";
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 = '';
}
}