<!--
document.writeln("<table width=\"100%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"3\" class=\"Rtclmn\">");
document.writeln("              <tr>");
document.writeln("                <td><h3>Typical Projects</h2></td>");
document.writeln("              </tr>");
document.writeln("                <td><h2>Interface QuickBooks with</h2></td>");
document.writeln("              </tr>");
document.writeln("              <tr>");
document.writeln("                <td><p class=\"arw2\">Excel</p>");
document.writeln("                  <p class=\"arw2\">SQL</p>");
document.writeln("                  <p class=\"arw2\">PDF</p>");
document.writeln("              </tr>");
document.writeln("              <tr>");
document.writeln("                <td><h2>Custom Reports</h2></td>");
document.writeln("              </tr>");
document.writeln("              <tr>");
document.writeln("                <td><p class=\"arw2\">Excel</p>");
document.writeln("              </tr>");
document.writeln("                <tr><td><h2>Importing</h2></td></tr>");
document.writeln("              <tr>");
document.writeln("                <td><p class=\"arw2\">Excel</p>");
document.writeln("                    <p class=\"arw2\">SQL</p>");
document.writeln("                    <p class=\"arw2\">FoxPro (DBF)</p>");
document.writeln("                    <p class=\"arw2\">Web Sites</p>");
document.writeln("                    <p class=\"arw2\">Legacy IIF Files</p>");
document.writeln("              </td></tr>");
document.writeln("            </table>");

/*
document.writeln("<table width=\"191\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"  class=\"menuBlack\" >");
document.writeln("      <tr>");
document.writeln("        <td>");

document.writeln("Interface With");
document.writeln("<li>Excel</li>");
document.writeln("<li>SQL</li>");
document.writeln("<li>PDF</li>");

document.writeln("</td>");
document.writeln("</tr>");
document.writeln("</table>");
*/
//-->