home *** CD-ROM | disk | FTP | other *** search
/ ifirobotics.com / www.ifirobotics.com.tar / www.ifirobotics.com / forum / viewforum.php?f=7.orig < prev   
Text File  |  2011-07-09  |  45KB  |  591 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html dir="ltr">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <meta http-equiv="Content-Style-Type" content="text/css">
  6.  
  7. <link rel="top" href="./index.php" title="FAQ & Technical Support Forum Index" />
  8. <link rel="search" href="./search.php" title="Search" />
  9. <link rel="help" href="./faq.php" title="FAQ" />
  10. <link rel="author" href="./memberlist.php" title="Memberlist" />
  11. <link rel="up" href="index.php" title="FAQ & Technical Support Forum Index" />
  12.  
  13. <title>FAQ & Technical Support :: View Forum - C Programming</title>
  14. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  15. <style type="text/css">
  16. <!--
  17. /*
  18.   The original subSilver Theme for phpBB version 2+
  19.   Created by subBlue design
  20.   http://www.subBlue.com
  21.  
  22.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  23.   theme administration centre. When you have finalised your style you could cut the final CSS code
  24.   and place it in an external file, deleting this section to save bandwidth.
  25. */
  26.  
  27. /* General page style. The scroll bar colours only visible in IE5.5+ */
  28. body {
  29.     background-image: url(templates/subSilver/images/grapha.gif);
  30.     scrollbar-face-color: #DEE3E7;
  31.     scrollbar-highlight-color: #FFFFFF;
  32.     scrollbar-shadow-color: #DEE3E7;
  33.     scrollbar-3dlight-color: #D1D7DC;
  34.     scrollbar-arrow-color:  #006699;
  35.     scrollbar-track-color: #EFEFEF;
  36.     scrollbar-darkshadow-color: #98AAB1;
  37. }
  38.  
  39. /* General font families for common tags */
  40. font,th,td,p { font-family: Verdana,
  41.   Arial, Helvetica, sans-serif }
  42. a:link,a:active,a:visited { color : #006699; }
  43. a:hover        { text-decoration: underline; color : #DD6900; }
  44. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  45.  
  46. /* This is the border line & background colour round the entire page */
  47. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  48.  
  49. /* This is the outline round the main forum tables */
  50. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  51.  
  52. /* Main table cell colours and backgrounds */
  53. td.row1    { background-color: #EFEFEF; }
  54. td.row2    { background-color: #DEE3E7; }
  55. td.row3    { background-color: #D1D7DC; }
  56.  
  57. /*
  58.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  59.   By default this is the fading out gradiated silver background.
  60.   However, you could replace this with a bitmap specific for each forum
  61. */
  62. td.rowpic {
  63.         background-color: #FFFFFF;
  64.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  65.         background-repeat: repeat-y;
  66. }
  67.  
  68. /* Header cells - the blue and silver gradient backgrounds */
  69. th    {
  70.     color: #FFA34F; font-size: 11px; font-weight : bold;
  71.     background-color: #006699; height: 25px;
  72.     background-image: url(templates/subSilver/images/cellpic3.gif);
  73. }
  74.  
  75. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  76.             background-image: url(templates/subSilver/images/cellpic1.gif);
  77.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  78. }
  79.  
  80. /*
  81.   Setting additional nice inner borders for the main table cells.
  82.   The names indicate which sides the border will be on.
  83.   Don't worry if you don't understand this, just ignore it :-)
  84. */
  85. td.cat,td.catHead,td.catBottom {
  86.     height: 29px;
  87.     border-width: 0px 0px 0px 0px;
  88. }
  89. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  90.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  91. }
  92. td.row3Right,td.spaceRow {
  93.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  94. }
  95.  
  96. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  97. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  98. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  99. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  100. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  101. th.thTop     { border-width: 1px 0px 0px 0px; }
  102. th.thCornerL { border-width: 1px 0px 0px 1px; }
  103. th.thCornerR { border-width: 1px 1px 0px 0px; }
  104.  
  105. /* The largest text used in the index page title and toptic title etc. */
  106. .maintitle    {
  107.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana,
  108.   Arial, Helvetica, sans-serif;
  109.     text-decoration: none; line-height : 120%; color : #000000;
  110. }
  111.  
  112. /* General text */
  113. .gen { font-size : 12px; }
  114. .genmed { font-size : 11px; }
  115. .gensmall { font-size : 10px; }
  116. .gen,.genmed,.gensmall { color : #000000; }
  117. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  118. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  119.  
  120. /* The register, login, search etc links at the top of the page */
  121. .mainmenu        { font-size : 11px; color : #000000 }
  122. a.mainmenu        { text-decoration: none; color : #006699;  }
  123. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  124.  
  125. /* Forum category titles */
  126. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  127. a.cattitle        { text-decoration: none; color : #006699; }
  128. a.cattitle:hover{ text-decoration: underline; }
  129.  
  130. /* Forum title: Text and link to the forums used in: index.php */
  131. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  132. a.forumlink     { text-decoration: none; color : #006699; }
  133. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  134.  
  135. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  136. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  137. a.nav            { text-decoration: none; color : #006699; }
  138. a.nav:hover        { text-decoration: underline; }
  139.  
  140. /* titles for the topics: could specify viewed link colour too */
  141. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  142. a.topictitle:link   { text-decoration: none; color : #006699; }
  143. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  144. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  145.  
  146. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  147. .name            { font-size : 11px; color : #000000;}
  148.  
  149. /* Location, number of posts, post date etc */
  150. .postdetails        { font-size : 10px; color : #000000; }
  151.  
  152. /* The content of the posts (body of text) */
  153. .postbody { font-size : 12px; line-height: 18px}
  154. a.postlink:link    { text-decoration: none; color : #006699 }
  155. a.postlink:visited { text-decoration: none; color : #5493B4; }
  156. a.postlink:hover { text-decoration: underline; color : #DD6900}
  157.  
  158. /* Quote & Code blocks */
  159. .code {
  160.     font-family: Courier, 'Courier New',
  161.   sans-serif; font-size: 11px; color: #006600;
  162.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  163.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  164. }
  165.  
  166. .quote {
  167.     font-family: Verdana,
  168.   Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  169.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  170.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  171. }
  172.  
  173. /* Copyright and bottom info */
  174. .copyright        { font-size: 10px; font-family: Verdana,
  175.   Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  176. a.copyright        { color: #444444; text-decoration: none;}
  177. a.copyright:hover { color: #000000; text-decoration: underline;}
  178.  
  179. /* Form elements */
  180. input,textarea, select {
  181.     color : #000000;
  182.     font: normal 11px Verdana,
  183.   Arial, Helvetica, sans-serif;
  184.     border-color : #000000;
  185. }
  186.  
  187. /* The text input fields background colour */
  188. input.post, textarea.post, select {
  189.     background-color : #FFFFFF;
  190. }
  191.  
  192. input { text-indent : 2px; }
  193.  
  194. /* The buttons used for bbCode styling in message post */
  195. input.button {
  196.     background-color : #EFEFEF;
  197.     color : #000000;
  198.     font-size: 11px; font-family: Verdana,
  199.   Arial, Helvetica, sans-serif;
  200. }
  201.  
  202. /* The main submit button option */
  203. input.mainoption {
  204.     background-color : #FAFAFA;
  205.     font-weight : bold;
  206. }
  207.  
  208. /* None-bold submit button */
  209. input.liteoption {
  210.     background-color : #FAFAFA;
  211.     font-weight : normal;
  212. }
  213.  
  214. /* This is the line in the posting page which shows the rollover
  215.   help line. This is actually a text box, but if set to be the same
  216.   colour as the background no one will know ;)
  217. */
  218. .helpline { background-color: #DEE3E7; border-style: none; }
  219.  
  220. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  221. @import url("templates/subSilver/formIE.css");
  222. -->
  223. </style>
  224. <!-- QuickMenu Pro, Copyright (c) 1998-2003, OpenCube Inc., All Rights Reserved. -->
  225. <SCRIPT LANGUAGE="JavaScript1.2">dqm__codebase = 'http://www.ifirobotics.com/app/'</SCRIPT>
  226. <SCRIPT LANGUAGE="JavaScript1.2" SRC="http://www.ifirobotics.com/app/electronic_menu_settings.js"></SCRIPT>
  227. <SCRIPT LANGUAGE="JavaScript1.2" SRC="http://www.ifirobotics.com/app/tdqm_loader.js"></SCRIPT>
  228. </head>
  229. <body text="#000000" link="#006699" vlink="#5493B4">
  230.  
  231. <a name="top"></a>
  232. <TABLE BACKGROUND="http://www.ifirobotics.com/images/general/brushed-aluminum-menu.gif" WIDTH="750" cellspacing="0" cellpadding="0" height="104">
  233.   <TR>
  234.     <TD valign="top">
  235.     <A TITLE="IFI Robotics - The Art and Science of Control" HREF="../index.htm">
  236.     <img border="0" src="http://www.ifirobotics.com/app/empty13x8.gif" width="210" height="76"></A><br><SCRIPT LANGUAGE="JavaScript1.2">generate_mainitems()</SCRIPT>
  237.     </TD>
  238.   </TR>
  239. </TABLE>
  240. <br>
  241. <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
  242.     <tr>
  243.         <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
  244.             <tr>
  245.                 <table cellspacing="0" cellpadding="2" border="0">
  246.                     <tr>
  247.                         <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">   <a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Search" hspace="3" />Search</a> 
  248.                          <a href="login.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Log in" hspace="3" />Log in</a> </span></td>
  249.                     </tr>
  250.                 </table></td>
  251.             </tr>
  252.         </table>
  253.  
  254.         <br />
  255.  
  256.  
  257. <form method="post" action="viewforum.php?f=7&start=0">
  258.   <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  259.     <tr>
  260.       <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="viewforum.php?f=7">C Programming</a><br /><span class="gensmall"><b>Moderator: <a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a><br /><br />Users browsing this forum: None</b></span></td>
  261.       <td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b></b></span></td>
  262.     </tr>
  263.     <tr>
  264.       <td align="left" valign="middle" width="50"><a href="posting.php?mode=newtopic&f=7"><img src="templates/subSilver/images/lang_english/post.gif" border="0" alt="Post new topic" /></a></td>
  265.       <td align="left" valign="middle" class="nav" width="100%"><span class="nav">   <a href="index.php" class="nav">FAQ & Technical Support Forum Index</a> -> <a class="nav" href="viewforum.php?f=7">C Programming</a></span></td>
  266.       <td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="viewforum.php?f=7&mark=topics">Mark all topics read</a></span></td>
  267.     </tr>
  268.   </table>
  269.  
  270.   <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline">
  271.     <tr>
  272.       <th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap"> Topics </th>
  273.       <th width="50" align="center" class="thTop" nowrap="nowrap"> Replies </th>
  274.       <th width="100" align="center" class="thTop" nowrap="nowrap"> Author </th>
  275.       <th width="50" align="center" class="thTop" nowrap="nowrap"> Views </th>
  276.       <th align="center" class="thCornerR" nowrap="nowrap"> Last Post </th>
  277.     </tr>
  278.     <tr>
  279.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder_sticky.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  280.       <td class="row1" width="100%"><span class="topictitle"><b>Sticky:</b> <a href="viewtopic.php?t=46" class="topictitle">Programming the Robot Controller</a></span><span class="gensmall"><br />
  281.         </span></td>
  282.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  283.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  284.       <td class="row2" align="center" valign="middle"><span class="postdetails">7387</span></td>
  285.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Mon Dec 13, 2004 2:06 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=46#46"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  286.     </tr>
  287.     <tr>
  288.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder_sticky.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  289.       <td class="row1" width="100%"><span class="topictitle"><b>Sticky:</b> <a href="viewtopic.php?t=29" class="topictitle">Help! I donΓÇÖt know how to program C! What can I do?</a></span><span class="gensmall"><br />
  290.         </span></td>
  291.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  292.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  293.       <td class="row2" align="center" valign="middle"><span class="postdetails">6703</span></td>
  294.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Mon Dec 13, 2004 10:49 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=29#29"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  295.     </tr>
  296.     <tr>
  297.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  298.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=58" class="topictitle">Which registers/modules/functions are off limits?</a></span><span class="gensmall"><br />
  299.         </span></td>
  300.       <td class="row2" align="center" valign="middle"><span class="postdetails">1</span></td>
  301.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  302.       <td class="row2" align="center" valign="middle"><span class="postdetails">8153</span></td>
  303.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Fri Jan 19, 2007 3:43 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=811#811"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  304.     </tr>
  305.     <tr>
  306.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  307.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=374" class="topictitle">Packet Number</a></span><span class="gensmall"><br />
  308.         </span></td>
  309.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  310.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  311.       <td class="row2" align="center" valign="middle"><span class="postdetails">6412</span></td>
  312.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Wed Mar 30, 2005 9:24 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=468#468"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  313.     </tr>
  314.     <tr>
  315.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  316.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=62" class="topictitle">Timer Modules and Counters</a></span><span class="gensmall"><br />
  317.         </span></td>
  318.       <td class="row2" align="center" valign="middle"><span class="postdetails">1</span></td>
  319.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  320.       <td class="row2" align="center" valign="middle"><span class="postdetails">6676</span></td>
  321.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Thu Feb 24, 2005 9:37 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=440#440"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  322.     </tr>
  323.     <tr>
  324.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  325.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=335" class="topictitle">Code Size</a></span><span class="gensmall"><br />
  326.         </span></td>
  327.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  328.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  329.       <td class="row2" align="center" valign="middle"><span class="postdetails">4806</span></td>
  330.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Thu Feb 17, 2005 10:49 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=421#421"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  331.     </tr>
  332.     <tr>
  333.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  334.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=280" class="topictitle">Delays</a></span><span class="gensmall"><br />
  335.         </span></td>
  336.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  337.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  338.       <td class="row2" align="center" valign="middle"><span class="postdetails">4644</span></td>
  339.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Thu Feb 03, 2005 1:13 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=360#360"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  340.     </tr>
  341.     <tr>
  342.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  343.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=124" class="topictitle">RC Master Code</a></span><span class="gensmall"><br />
  344.         </span></td>
  345.       <td class="row2" align="center" valign="middle"><span class="postdetails">2</span></td>
  346.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  347.       <td class="row2" align="center" valign="middle"><span class="postdetails">7097</span></td>
  348.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Fri Jan 28, 2005 9:31 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=320#320"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  349.     </tr>
  350.     <tr>
  351.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  352.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=242" class="topictitle">Change voltage to Motor</a></span><span class="gensmall"><br />
  353.         </span></td>
  354.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  355.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  356.       <td class="row2" align="center" valign="middle"><span class="postdetails">5009</span></td>
  357.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Wed Jan 26, 2005 9:01 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=310#310"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  358.     </tr>
  359.     <tr>
  360.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  361.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=150" class="topictitle">2005 Default Code</a></span><span class="gensmall"><br />
  362.         </span></td>
  363.       <td class="row2" align="center" valign="middle"><span class="postdetails">3</span></td>
  364.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  365.       <td class="row2" align="center" valign="middle"><span class="postdetails">7402</span></td>
  366.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Wed Jan 26, 2005 8:33 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=309#309"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  367.     </tr>
  368.     <tr>
  369.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  370.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=75" class="topictitle">Autonomous</a></span><span class="gensmall"><br />
  371.         </span></td>
  372.       <td class="row2" align="center" valign="middle"><span class="postdetails">2</span></td>
  373.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  374.       <td class="row2" align="center" valign="middle"><span class="postdetails">7758</span></td>
  375.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Tue Jan 25, 2005 3:50 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=300#300"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  376.     </tr>
  377.     <tr>
  378.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  379.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=67" class="topictitle">Generate_PWMs()</a></span><span class="gensmall"><br />
  380.         </span></td>
  381.       <td class="row2" align="center" valign="middle"><span class="postdetails">1</span></td>
  382.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  383.       <td class="row2" align="center" valign="middle"><span class="postdetails">6098</span></td>
  384.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Thu Jan 20, 2005 11:46 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=278#278"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  385.     </tr>
  386.     <tr>
  387.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  388.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=218" class="topictitle">Project File</a></span><span class="gensmall"><br />
  389.         </span></td>
  390.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  391.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  392.       <td class="row2" align="center" valign="middle"><span class="postdetails">4586</span></td>
  393.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Thu Jan 20, 2005 11:23 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=277#277"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  394.     </tr>
  395.     <tr>
  396.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  397.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=216" class="topictitle">PicSerialdrv.c</a></span><span class="gensmall"><br />
  398.         </span></td>
  399.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  400.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  401.       <td class="row2" align="center" valign="middle"><span class="postdetails">4551</span></td>
  402.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Thu Jan 20, 2005 10:24 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=275#275"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  403.     </tr>
  404.     <tr>
  405.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  406.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=38" class="topictitle">Operating Systems for MPLAB┬« and IFI Loader</a></span><span class="gensmall"><br />
  407.         </span></td>
  408.       <td class="row2" align="center" valign="middle"><span class="postdetails">2</span></td>
  409.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  410.       <td class="row2" align="center" valign="middle"><span class="postdetails">6080</span></td>
  411.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Mon Jan 10, 2005 2:08 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=158#158"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  412.     </tr>
  413.     <tr>
  414.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  415.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=57" class="topictitle">I/O Pin Mapping</a></span><span class="gensmall"><br />
  416.         </span></td>
  417.       <td class="row2" align="center" valign="middle"><span class="postdetails">1</span></td>
  418.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  419.       <td class="row2" align="center" valign="middle"><span class="postdetails">5619</span></td>
  420.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Tue Dec 14, 2004 12:23 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=120#120"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  421.     </tr>
  422.     <tr>
  423.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  424.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=99" class="topictitle">MPLAB┬« Files</a></span><span class="gensmall"><br />
  425.         </span></td>
  426.       <td class="row2" align="center" valign="middle"><span class="postdetails">3</span></td>
  427.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  428.       <td class="row2" align="center" valign="middle"><span class="postdetails">6877</span></td>
  429.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Tue Dec 14, 2004 12:21 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=118#118"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  430.     </tr>
  431.     <tr>
  432.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  433.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=96" class="topictitle">Program Size Limits</a></span><span class="gensmall"><br />
  434.         </span></td>
  435.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  436.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  437.       <td class="row2" align="center" valign="middle"><span class="postdetails">5366</span></td>
  438.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Tue Dec 14, 2004 11:55 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=109#109"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  439.     </tr>
  440.     <tr>
  441.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  442.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=93" class="topictitle">Code Simulation</a></span><span class="gensmall"><br />
  443.         </span></td>
  444.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  445.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  446.       <td class="row2" align="center" valign="middle"><span class="postdetails">5382</span></td>
  447.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Tue Dec 14, 2004 11:48 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=105#105"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  448.     </tr>
  449.     <tr>
  450.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  451.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=63" class="topictitle">Interrupts</a></span><span class="gensmall"><br />
  452.         </span></td>
  453.       <td class="row2" align="center" valign="middle"><span class="postdetails">1</span></td>
  454.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  455.       <td class="row2" align="center" valign="middle"><span class="postdetails">5523</span></td>
  456.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Mon Dec 13, 2004 3:02 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=74#74"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  457.     </tr>
  458.     <tr>
  459.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  460.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=59" class="topictitle">printf</a></span><span class="gensmall"><br />
  461.         </span></td>
  462.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  463.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  464.       <td class="row2" align="center" valign="middle"><span class="postdetails">5070</span></td>
  465.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Mon Dec 13, 2004 2:24 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=59#59"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  466.     </tr>
  467.     <tr>
  468.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  469.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=49" class="topictitle">Can I perform trig functions (like sin, cos, tan)?</a></span><span class="gensmall"><br />
  470.         </span></td>
  471.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  472.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  473.       <td class="row2" align="center" valign="middle"><span class="postdetails">5587</span></td>
  474.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Mon Dec 13, 2004 2:09 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=49#49"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  475.     </tr>
  476.     <tr>
  477.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  478.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=48" class="topictitle">Can I use floating-point numbers in my program?</a></span><span class="gensmall"><br />
  479.         </span></td>
  480.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  481.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  482.       <td class="row2" align="center" valign="middle"><span class="postdetails">5124</span></td>
  483.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Mon Dec 13, 2004 2:08 pm<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=48#48"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  484.     </tr>
  485.     <tr>
  486.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  487.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=23" class="topictitle">Assembly Programming</a></span><span class="gensmall"><br />
  488.         </span></td>
  489.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  490.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  491.       <td class="row2" align="center" valign="middle"><span class="postdetails">5286</span></td>
  492.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Mon Dec 13, 2004 10:42 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=23#23"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  493.     </tr>
  494.     <tr>
  495.       <td class="row1" align="center" valign="middle" width="20"><img src="templates/subSilver/images/folder.gif" width="19" height="18" alt="No new posts" title="No new posts" /></td>
  496.       <td class="row1" width="100%"><span class="topictitle"><a href="viewtopic.php?t=6" class="topictitle">Can I use a Microchip programming device like the ICD 2?</a></span><span class="gensmall"><br />
  497.         </span></td>
  498.       <td class="row2" align="center" valign="middle"><span class="postdetails">0</span></td>
  499.       <td class="row3" align="center" valign="middle"><span class="name"><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a></span></td>
  500.       <td class="row2" align="center" valign="middle"><span class="postdetails">4719</span></td>
  501.       <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">Mon Dec 13, 2004 9:56 am<br /><a href="profile.php?mode=viewprofile&u=3">IFI Tech Support</a> <a href="viewtopic.php?p=6#6"><img src="templates/subSilver/images/icon_latest_reply.gif" alt="View latest post" title="View latest post" border="0" /></a></span></td>
  502.     </tr>
  503.     <tr>
  504.       <td class="catBottom" align="center" valign="middle" colspan="6" height="28"><span class="genmed">Display topics from previous: <select name="topicdays"><option value="0" selected="selected">All Topics</option><option value="1">1 Day</option><option value="7">7 Days</option><option value="14">2 Weeks</option><option value="30">1 Month</option><option value="90">3 Months</option><option value="180">6 Months</option><option value="364">1 Year</option></select> 
  505.         <input type="submit" class="liteoption" value="Go" name="submit" />
  506.         </span></td>
  507.     </tr>
  508.   </table>
  509.  
  510.   <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
  511.     <tr>
  512.       <td align="left" valign="middle" width="50"><a href="posting.php?mode=newtopic&f=7"><img src="templates/subSilver/images/lang_english/post.gif" border="0" alt="Post new topic" /></a></td>
  513.       <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav">FAQ & Technical Support Forum Index</a> -> <a class="nav" href="viewforum.php?f=7">C Programming</a></span></td>
  514.       <td align="right" valign="middle" nowrap="nowrap"><span class="gensmall">All times are GMT - 6 Hours</span><br /><span class="nav"></span>
  515.         </td>
  516.     </tr>
  517.     <tr>
  518.       <td align="left" colspan="3"><span class="nav">Page <b>1</b> of <b>1</b></span></td>
  519.     </tr>
  520.   </table>
  521. </form>
  522.  
  523. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  524.   <tr>
  525.     <td align="right">
  526. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  527.     <tr>
  528.         <td nowrap="nowrap"><span class="gensmall">Jump to: <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">Select a forum</option><option value="-1"> </option><option value="-1">Mechainical Product FAQ</option><option value="-1">----------------</option><option value="23">Additional FIRST Parts</option><option value="19">KITBot Chassis</option><option value="25">Pneumatics</option><option value="28">General Mechanical FAQs</option><option value="-1"> </option><option value="-1">Electronic Product FAQ</option><option value="-1">----------------</option><option value="29">EasyC</option><option value="24">CMU Camera 2</option><option value="11">Control System Overview</option><option value="5">Operator Interface</option><option value="6">Robot Controller</option><option value="12">Radios - 900MHz</option><option value="13">Victor Speed Controllers</option><option value="15">Spike Relay Module</option><option value="16">Dashboard Port and Viewer</option><option value="7">C Programming</option><option value="10">Downloading</option><option value="18">C Compiling & Debugging</option><option value="22">Breaker Panel</option><option value="30">USB-CHICKLET</option><option value="-1"> </option><option value="-1">Mini Robotics</option><option value="-1">----------------</option><option value="8">Mini - Robot Kit Components</option><option value="9">Mini - Robot Controller</option><option value="17">Mini - Pneumatics</option></select><input type="hidden" name="sid" value="ae7c5f2bad048d1700778ad32f89681d" /> <input type="submit" value="Go" class="liteoption" /></span></td>
  529.     </tr>
  530. </table></form>
  531.  
  532. </td>
  533.   </tr>
  534. </table>
  535.  
  536. <table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
  537.     <tr>
  538.         <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0">
  539.             <tr>
  540.                 <td width="20" align="left"><img src="templates/subSilver/images/folder_new.gif" alt="New posts" width="19" height="18" /></td>
  541.                 <td class="gensmall">New posts</td>
  542.                 <td>  </td>
  543.                 <td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="No new posts" width="19" height="18" /></td>
  544.                 <td class="gensmall">No new posts</td>
  545.                 <td>  </td>
  546.                 <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="Announcement" width="19" height="18" /></td>
  547.                 <td class="gensmall">Announcement</td>
  548.             </tr>
  549.             <tr>
  550.                 <td width="20" align="center"><img src="templates/subSilver/images/folder_new_hot.gif" alt="New posts [ Popular ]" width="19" height="18" /></td>
  551.                 <td class="gensmall">New posts [ Popular ]</td>
  552.                 <td>  </td>
  553.                 <td width="20" align="center"><img src="templates/subSilver/images/folder_hot.gif" alt="No new posts [ Popular ]" width="19" height="18" /></td>
  554.                 <td class="gensmall">No new posts [ Popular ]</td>
  555.                 <td>  </td>
  556.                 <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="Sticky" width="19" height="18" /></td>
  557.                 <td class="gensmall">Sticky</td>
  558.             </tr>
  559.             <tr>
  560.                 <td class="gensmall"><img src="templates/subSilver/images/folder_lock_new.gif" alt="New posts [ Locked ]" width="19" height="18" /></td>
  561.                 <td class="gensmall">New posts [ Locked ]</td>
  562.                 <td>  </td>
  563.                 <td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="No new posts [ Locked ]" width="19" height="18" /></td>
  564.                 <td class="gensmall">No new posts [ Locked ]</td>
  565.             </tr>
  566.         </table></td>
  567.         <td align="right"><span class="gensmall">You <b>cannot</b> post new topics in this forum<br />You <b>cannot</b> reply to topics in this forum<br />You <b>cannot</b> edit your posts in this forum<br />You <b>cannot</b> delete your posts in this forum<br />You <b>cannot</b> vote in polls in this forum<br /><br /><br /></span></td>
  568.     </tr>
  569. </table>
  570.  
  571.  
  572. <div align="center"><span class="copyright"><br /><br />
  573. <!--
  574.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  575.     This not only gives respect to the large amount of time given freely by the developers
  576.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  577.     reason) retain the full copyright we request you at least leave in place the
  578.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  579.     to include even this then support on our forums may be affected.
  580.  
  581.     The phpBB Group : 2002
  582. // -->
  583. Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br /></span></div>
  584.         </td>
  585.     </tr>
  586. </table>
  587.  
  588. </body>
  589. </html>
  590.  
  591.