var fDesc=new Array();
fDesc[0] = "LG flash tool 2014 is a ROM flash tool with support for any kind of LG smartphones. The program allows you to flash KDZ files grater than 1GB. The program is easy to use: you must connect your device with the PC, copy the KDZ file into the program, fill the smartphone info, and start the flash process.";
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 = '';
}
}