<!--
document.write("       <div id='usability'>												")
document.write("         <ul>												")
document.write("           <li>Text Size :</li>												")
document.write("           <li><a title='Make the text size smaller' onClick='smalltxt()' href='#' id='sml'>A</a> |</li>												")
document.write("           <li><a title='Reset the text size' onClick='mediumtxt()' href='#' id='med'>A</a> |</li>												")
document.write("           <li><a title='Make the text size bigger' onClick='largetxt()' href='#' id='lrg'>A</a></li>												")
document.write("         </ul><ul>												")
document.write("           <li>Text Contrast Colour :</li>												")
document.write("           <li><a title='Set the text contrast to normal' onClick='mediumtxt()' href='#'>Normal</a> |</li>												")
document.write("           <li><a title='Increase the text contrast.' onClick='contrast()' href='#'>High</a></li>												")
document.write("         </ul><ul>												")
document.write("           <li><a title='Email this page to a friend' onClick='mailpage()' href='#'>Email this page to a friend</a></li>												")
document.write("         </ul><ul>												")
document.write("           <li><a title='Print this page' onClick='window.print()' href='#'>Print this page</a></li>												")
document.write("         </ul><ul>												")
document.write("           <li><a title='Bookmark this page' onClick='javascript:addToFavorites()' href='#'>Bookmark this page</a></li>												")
document.write("         </ul>												")
document.write("       </div>												")
-->