<?php
 include("../../html/common/includes/whichcompany.inc");
 ?>


<!DOCTYPE HTML SYSTEM "html.dtd">
<HTML>
<HEAD>
<?php echo "<TITLE>$company_name - Demonstrations</TITLE>"; ?>
</HEAD>
<BODY>
<font face="Ariel">
<font face="Calibri">

<?php $where_string_arg="Demonstrations";
include("$company_host_dir/html/common/includes/header.inc"); ?>

<br/>
<br/>

<?php
 echo "<h2>$company_name Product Demonstrations</h2>";
 ?>

<p>Choose one of the demonstrations below to see how our products work,<br/>
and how they could be incorporated into your products to improve user<br/>
experience for your customers.<br/>
<?php
  // echo "<br/>\n";
  // echo "You must be registered with the website and logged \n";
  // echo "in to use these demos.<br>\n";
 ?>
<br/>
<br/>
Please call (609) 642-2365 for assistance, or email us at<br/>
<a href='mailto:<?php
echo "$company_salesmail";
 ?>'><?php
echo "$company_salesmail";
 ?></a>

</p>
<br/>
<br/>

 <?php
    $urlpwd = "0$company_host_dir/html/proximity/newdata/";
    $urlencpwd = urlencode ("$urlpwd");
  ?>

 <?php
 echo "
 <ul>
 <li>
  <a HREF=\"demos/spl2html.cgi/?datapath=$urlencpwd\">  
   $company_name Spelling
  </a>
 </li>

 <li>
  <a HREF=\"demos/sah2html.cgi/?datapath=$urlencpwd\">
   $company_name Hyphenation
  </a>
 </li>

 <li>
  <a HREF=\"demos/ths2html.cgi/?datapath=$urlencpwd\">
   $company_name Thesaurus
  </a>
 </li>

 <li>
  <a HREF=\"demos/plb2html.cgi/?datapath=$urlencpwd\">
   $company_name Translator
  </a>
 </li>
 </ul>\n";
 //echo "<ul><li>";
 //echo "<a HREF='./signup.php?set=balun'>Sign up for a demo ID.</a>";
 //echo "</li></ul>";
 ?>

<br/>
<br/>

</td>
</tr>

<tr align="bottom">
<td>

<br/>
<br/>

<font size="-1">
<table width="100%">
<tr>
<td align="left">
&copy; 2016 FEP Holding Company LLC&nbsp; All rights reserved.
</td>
<td align="right">
<a href="index.htm">Home</a>
|
<a href="contact.htm">Contact  Information</a>
|
<a href="privacy.htm">Privacy Policy</a>
|
<a href="support.htm">Customer Access </a>
</td>
</tr>
</table>
</font>

</td>
</tr>
</table>

</font>
</font>

</BODY>
</HTML>
