var Text;
Text = "<br /> " ;
Text +=  " <table class=\"chapterlist\"> " ;
Text +=  "   <tr> " ;
Text +=  "     <td colspan=\"2\"><span class=\"headingcolor\">For chapter content, summaries, and links,  " ;
Text +=  "     select one of the following:</span></td> " ;
Text +=  "   </tr> " ;
Text +=  "   <tr> " ;
Text +=  "     <td class=\"chapterlist\"> " ;
Text +=  "       <a href=\"chapter1.htm\">Chapter 1</a>:&nbsp; Say &quot;Yes&quot; to Internet Business</td> " ;
Text +=  "     <td class=\"chapterlist\"><a href=\"chapter9.htm\">Chapter 9</a>:&nbsp;  " ;
Text +=  "       Security and Internet Business</td> " ;
Text +=  "   </tr> " ;
Text +=  "   <tr> " ;
Text +=  "     <td> " ;
Text +=  "       <a href=\"chapter2.htm\">Chapter 2</a>:&nbsp; What Do I Need to Know about  " ;
Text +=  "       Hardware?</td> " ;
Text +=  "     <td> " ;
Text +=  "       <a href=\"chapter10.htm\">Chapter 10</a>:&nbsp; Internet Business  " ;
Text +=  "       Transactions</td> " ;
Text +=  "   </tr> " ;
Text +=  "   <tr> " ;
Text +=  "     <td><a href=\"chapter3.htm\">Chapter 3</a>:&nbsp;  " ;
Text +=  "       Software Is Everywhere</td> " ;
Text +=  "     <td><a href=\"chapter11.htm\">Chapter 11</a>:&nbsp;  " ;
Text +=  "       Marketing on the Internet</td> " ;
Text +=  "   </tr> " ;
Text +=  "   <tr> " ;
Text +=  "     <td><a href=\"chapter4.htm\">Chapter  " ;
Text +=  "       4</a>:&nbsp; Internet and Web Technology</td> " ;
Text +=  "     <td><a href=\"chapter12.htm\"> " ;
Text +=  "       Chapter 12</a>:&nbsp; The Power of Databases</td> " ;
Text +=  "   </tr> " ;
Text +=  "   <tr> " ;
Text +=  "     <td> " ;
Text +=  "       <a href=\"chapter5.htm\">Chapter 5</a>:&nbsp; Languages of the Internet</td> " ;
Text +=  "     <td> " ;
Text +=  "       <a href=\"chapter13.htm\">Chapter 13</a>:&nbsp; Internet Business  " ;
Text +=  "       Architecture</td> " ;
Text +=  "   </tr> " ;
Text +=  "   <tr> " ;
Text +=  "     <td> " ;
Text +=  "       <a href=\"chapter6.htm\">Chapter 6</a>:&nbsp; Web Site Design and Content</td> " ;
Text +=  "     <td><a href=\"chapter14.htm\">Chapter 14</a>:&nbsp;  " ;
Text +=  "       Enterprise Application Software</td> " ;
Text +=  "   </tr> " ;
Text +=  "   <tr> " ;
Text +=  "     <td> " ;
Text +=  "       <a href=\"chapter7.htm\">Chapter 7</a>:&nbsp; Getting Your Business Online</td> " ;
Text +=  "     <td> " ;
Text +=  "       <a href=\"technicalappendix.htm\">Technical Appendix</a></td> " ;
Text +=  "   </tr> " ;
Text +=  "   <tr> " ;
Text +=  "     <td> " ;
Text +=  "       <a href=\"chapter8.htm\">Chapter 8</a>:&nbsp; Rethinking Internet Business  " ;
Text +=  "       Models</td> " ;
Text +=  "     <td><a href=\"glossary.htm\">Glossary</a></td> " ;
Text +=  "   </tr> " ;
Text +=  " </table> " ;
document.write(Text);
