var fDesc=new Array(); fDesc[0] = "The main task of Niche Market Finder is to identify niches that you can make money from and easily dominate with your sites, especially with the help of our Social Submitter and Blog Submitter. Niche Market Finder is very simple to use as it has only one function: identifying niches that are easy to dominate. The software uses an intuitive interface, so that you can get a visual idea of strength of the competition in the niche you’ve chosen."; 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 = ''; } }