
function no_base()
{
    // alert('no base');
    var container = document.getElementById('A1');
    container.innerHTML = "\
\
<h3>Let Us Help You Grow Your Business</h3>\
Working together, all of us are stronger than any one of us.\
";

}

function first_base()
{
    // alert('home base');
    var container = document.getElementById('A1');
    container.innerHTML = "\
<h3>First Base: Tools</h3>\
Upon enrollment you will receive a complete Design, Sizing and Pricing template that will turn hours of work into minutes. You also get a complete set of sales forms and a Home Improvement Sales Contract you can customize with your logo and information. We also provide you with sales literature templates and 3D Sketchup models of solar products.<br><br>\
<i style='font-size:smaller;'>Microsoft Excell and Adobe CS required</i>\
\
";
}

function second_base()
{
    // alert('home base');
    var container = document.getElementById('A1');
    container.innerHTML = "\
<h3>Second Base: Education</h3>\
In twelve sessions you will learn the science of neurolinguistics for sales from a recognized master as well as all you need to know about solar to sell PV, hot water and pool systems to both residential and light commercial customers.\
\
";
}

function third_base()
{
    // alert('home base');
    var container = document.getElementById('A1');
    container.innerHTML = "\
<h3>Third Base: Coaching</h3>\
You will gain complete access to Hal’s expert guidance through both the classes and the phone. You can bring your specific problems and opportunities to the class or Hal and get feedback on the best plan for your desired outcome.\
\
";
}

function home_base()
{
    // alert('home base');
    var container = document.getElementById('A1');
    container.innerHTML = "\
<h3>Home Base: Networking</h3>\
Through the classes you will meet other contractors with specialties you can add to your product offering which enhances sales as well as increasing profits.\
\
";
}

