var fDesc=new Array();
fDesc[0] = "UP-1024P Super Speed Universal Programmer
-256 pins universal driving;
-USB2.0 port, compatible to USB1.1 port;
-Unique of multi-positions test function, can test devices of BGA package (less than 32X32 arrays);
-Put device wantonly, needn't stipulate the direction , four directions are put wantonly;
-Choice automatism to FLASH type, just press F5, without your choice headache;
-Automatism in Device type gain, any new device support can be update by yourselves;
-You can run at most 8 UP-1024 programmer with one computer;
-Batch program mode, automatism detection tech, operation automatism;
-Flexible hardware configuration, you can just update your instrument software to support new 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 = '';
}
}