var fDesc=new Array(); fDesc[0] = "FFA Blaster is for anyone who promotes and marketing anything on the Internet! It's a powerful submission tool built with one goal in mind: to save you time and aggravation as it speeds you through your submission process ... The FFA Blaster user interface is very easy to understand, and within a couple minutes you can watch your first ads blast out fast as the speed of lightning..."; 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 = ''; } }