<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>TouchPoint Inc. - Control your Business.  Connect with others.</title>
<meta name="keywords" content="client management software,trainers,coaches,instructors,personal wellness,wellness program,corporate wellness,sports instructor, 
arts and crafts instructor,music teacher,piano teacher,guitar teacher,voice teacher,band instructor,dance teacher,dance instructor,acting coach,martial arts instructor,
golf instructor,tennis instructor,calendar management,schedule management,exercise plans,payment tracking" />
<link href="/cssdefs/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/vnd.microsoft.icon" href="/images/favicon.ico">
</head>
<body>
<div id="contentMain">

	<table id="page_banner" cellspacing="0">
      <tr>
        <td id="logo_cell"><a href="../../index.html"><img src="/images/tp-inc.gif" width="350" height="100" /></a></td>
        <td><img src="/images/Austin-Skyline.jpg" width="386" height="121" /> </td>
      </tr>
    </table>
	
	<!-- Start page menu -->
	<table>
      <tr id="page_menu">
        <td><a href="/content/contact/contactus.php?suboption=req">Contact</a> <a href="/content/solution/about.html">About</a> <a href="/index.html">Home</a> </td>
      </tr>
    </table>
	<!-- end page menu -->
		
	<!-- BEGIN :: LEFT SIDEBAR -->
	<div class="page_leftcol">
      <div class="leftcol_box">
        <table cellspacing="0" class="header_blue">
          <tr>
            <td>Our Products &amp; Services </td>
          </tr>
        </table>
        <div class="content">
          <ul>
            <li><a href="/content/solution/consulting.html">Consulting Services</a></li>
            <li><a href="/content/solution/excelhq.html">Excel HQ</a></li>
            <li><a href="/content/solution/etymon.html">Etymon (coming soon!)</a></li>
          </ul>
        </div>
      </div>
      <div class="leftcol_box">
        <table cellspacing="0" class="header_yellow">
          <tr>
            <td>Resource Center</td>
          </tr>
        </table>
        <div class="content">
          <ul>
            <li><a href="/content/solution/whitepapers.html">Library</a></li>
          </ul>
        </div>
      </div>
      <div class="leftcol_box">
        <table cellspacing="0" class="header_green">
          <tr>
            <td>News you can use</td>
          </tr>
        </table>
        <div class="NewsAd">
          <h4>From the SBA</h4>
          <a href="http://www.sba.gov/hsa/index.html" target="_blank"> <img src="/images/adimages/HSA.gif" width="100" height="75" border="0"/><br />
          <span class="screenLabel">Health Savings Accounts</span><br />
      Learn how you can benefit from choosing an HSA for you and your employees</a> </div>
      </div>
  </div>
	<!-- //END :: LEFT SIDEBAR -->					
	<!-- BEGIN :: RIGHT SIDEBAR -->
	<div class="page_rightcol">
      <div class="rightcol_box">
        <table cellspacing="0" class="header_grey">
          <tr>
            <td>Products</td>
          </tr>
        </table>
        <div class="NewsAd" align="center"> <a href="http://www.amazon.com/gp/product/B00007GAK1?ie=UTF8&amp;tag=toucexpr-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00007GAK1" target="_blank"> <img src="/images/adimages/5188qptbzlL._SL160_.jpg" width="118" height="160" border="0"/> <br />
      Enjoy quality news, case studies and how-to articles to help run and grow your business</a> </div>
        <div class="NewsAd">
			<iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&bc1=000000&IS2=1&npa=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=toucexpr-20&o=1&p=8&l=as1&m=amazon&f=ifr&md=10FE9736YVPPT7A0FBG2&asins=B0043T6LHA" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>

		</div>
      </div>
      <div class="clearthis">.</div>
    </div>
	<!-- //END :: RIGHT SIDEBAR -->	
	
	<!-- BEGIN :: MAIN COL -->
	<div class="page_maincol">
      <div class="maincol_box">
        <div id="centercontent">
          <div class="headline">            
		  	<h1> Contact Us.</h1>
		  </div>
          <!-- //END TOPIC ONE -->
          <!-- //START TOPIC TWO -->
            <p> Got a great idea? We want it! Share your comments and ideas with us.</p>
            <p>Fill in the fields in the form to the right and click the Send Mail button. We will answer your email as soon as possible. </p>
            <form method="post" action="sendeail.php">
              <!-- DO NOT change ANY of the php sections -->
              <?php
					$ipi = getenv("REMOTE_ADDR");
					$httprefi = getenv ("HTTP_REFERER");
					$httpagenti = getenv ("HTTP_USER_AGENT");
					?>
              <input type="hidden" name="ip" value="<?php echo $ipi ?>" />
              <input type="hidden" name="httpref" value="<?php echo $httprefi ?>" />
              <input type="hidden" name="httpagent" value="<?php echo $httpagenti ?>" />
              <fieldset>
              <legend>Contact Us</legend>
              <br />
              <label for="visitorname"> Name:</label>
              <br />
              <input type="text" id="visitor" name="visitor" size="35" tabindex="1" />
              <br />
              <br />
              <label for="visitorphone"> Telephone Number:</label>
              <br />
              <input type="text" name="visitorphone" size="20" tabindex="2" />
              <br />
              <br />
              <label for="visitoremail"> Email Address:</label>
              <br />
              <input type="text" name="visitormail" size="50" tabindex="3" />
              <br />
              <br />
              <label for="message"> Message:</label>
              <br />
              <textarea name="notes" rows="4" cols="65" tabindex="4"></textarea>              
              <br />
              <br />
              <input type="submit" value="Send Mail" tabindex="5" />
              </fieldset>
            </form>
            <p>&nbsp;</p>
            <div class="clearthis">.</div>
            <!-- //END TOPIC TWO -->

			<div class="clearthis">.</div>
        </div>
      </div>
  </div>
	<!-- //END :: MAIN COL -->

<!-- </div> -->

<div id="page_spacing">
  <div id="page_footer">
    <div id="rights"> &copy;Copyright 2003 - 2016&nbsp;TouchPoint, Inc. Lago Vista, Texas </div>
    <div id="links"> <span><a href="/index.html">Home</a></span> <span><a href="/content/contact/contactus.php?suboption=req">Contact</a></span> </div>
  </div>
</div>
<div id="page_credit">
<a href="http://www.freewebsitetemplates.com">Some website pages provided  by Free Website Templates</a>
</div>
<div class="clearthis">.</div>

</div>

	<script type="text/javascript">
		document.forms[0].visitor.focus();
	</script>
</body>
</html>
