var fDesc=new Array(); fDesc[0] = "With BlogBot installed on your Windows Desktop, you call the shots - from automatically creating accounts on WordPress Blog Networks, to submitting your Blog Posts to those accounts. You do it on your terms, when you want to eliminate all the headaches with the click of a couple of buttons."; 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 = ''; } }