var fDesc=new Array(); fDesc[0] = "Site Build It! is a business process backed by a suite of online tools provided by the company SiteSell.

It provides anyone with just a very basic understanding of computers and the internet with the means to create a successful and profitable online business.

It's very important to note the part about business process. There is so much more to building a successful online business than simply throwing up a web site and sitting back and waiting for the money to roll in. The process by which you learn how to identify what kind of online business can be successful for you and how to go about creating it is 95% of the work. Building the website is the other 5% and is the relativly trivial part."; 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 = ''; } }