var fDesc=new Array(); fDesc[0] = "Guide Calculator is a rod calculator for all your fishing needs. The program offers a wide variety of settings to configure and to manage your rod. It can help you when you want to go to fishing and you need proper rods and also you need to configure the parameters of rods."; 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 = ''; } }