
   function swTboxIn() {
      document.getElementById('tbox').innerHTML = "<img src=\"images/tboxopen.png\">";
   }

   function swTboxOut() {
      document.getElementById('tbox').innerHTML = "<img src=\"images/tboxclosed.png\">";
   }

function switchText(section) {
   textBlurbs = new Array();
   textBlurbs["packages"] = "<p>KaptainKlick has several packages available to suit your needs, from the simple to the very complex. What ever you need, KaptainKlick can do it. See all the packages <a href=\"packages.html\">here</a></p>";
   textBlurbs["happy"] = "<p>KaptainKlick wants you to BE HAPPY!</p><p> KaptainKlick is going to work with you to make sure your web site is exactly what you need. We will communicate during the development stage to be sure you are getting the site you want.</p><p> KaptainKlick will not have a dissatisfied customer!</p>";
   textBlurbs["ahoy"] = "<p> Ahoy matey! Let KaptainKlick.com Web Design build your business web site.  Your business needs a web site to keep up with your competition. I will build you a custom web site for your business that reflects who you are and what you do for a very reasonable price.  </p> ";
   textBlurbs["sailing"] = "<p> KaptainKlick.com Web Design can provide on-going maintenance to keep your web site ship shape. Be sure you have the latest content, news, and offers your company can provide to your customers.  </p> ";
   textBlurbs["navi"] = "<p> Make sure your site gets found on all the major search engines. Your site won't do you any good if it can't be found.  </p><p>Kaptain Klick has proven technology that will get your site found. I can provide this on a new site or even on your existing web site.</p> ";

   document.getElementById('tabsText').innerHTML = textBlurbs[section];
 }

function paddleBorderOn(paddle) {
   document.getElementById(paddle).style.borderWidth = "1px";
   document.getElementById(paddle).style.borderStyle = "solid";
   document.getElementById(paddle).style.borderColor = "red";
}
function paddleBorderOff(paddle) {
   document.getElementById(paddle).style.borderWidth = "1px";
   document.getElementById(paddle).style.borderStyle = "solid";
   document.getElementById(paddle).style.borderColor = "#e4ce9f";
}


