Login   Register  
PHP Classes
elePHPant
Icontem

File: sample_traffic_summary.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Rodney Greenfield  >  designer_stats  >  sample_traffic_summary.php  >  Download  
File: sample_traffic_summary.php
Role: Example script
Content type: text/plain
Description: Display Mechanism
Class: designer_stats
Using client & server tech for browser detection
Author: By
Last change:
Date: 2002-11-21 20:44
Size: 77,736 bytes
 

Contents

Class file image Download
<?
include("designer_stats.class.php");
$traffic = new designer_stats();
$dbtype = "mysql";
$dbhost = "localhost";
$dbuname = "user";
$dbpass = "password";
$dbname = "db";
$useBrowscap = 0;
$adodbInc = true;
$unit = $_POST['unit'];
$traffic->start($dbtype,$dbhost,$dbuname,$dbpass,$dbname,$adodbInc,$unit);
function giveDisplay($key){
	global $traffic;
	echo "<img width='".$traffic->stats[$key]."' height='13' src='gfx/bar.gif' align='top'>&nbsp;(".$traffic->stats[$key]."%) ".$traffic->figures[$key];
}
?>
<html>
<head>
<title>Designer Stats</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
INPUT,SELECT,TEXTAREA{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #27445F;
	background-color: #EEEEEE;
	line-height : -1px;
}
-->
</style>
</head>
<body bgcolor="#AEC1CA" text="#000000" leftmargin="4" topmargin="4" marginwidth="4" marginheight="4">
<form name="form1" action="" method="post">
<a name="pagetop"></a>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr>
      <td height="127">
<table width="100%" height="127" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td width="237" height="127" valign="bottom" bgcolor="#EEEEEE"><img src="gfx/designStats.gif" width="237" height="127"></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td width="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td bgcolor="#7999A8"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="104"><img src="gfx/TotalVis.gif" width="104" height="23"></td>
                        <td width="20"><img src="gfx/spacer.gif" width="20" height="1"></td>
                        <td>&nbsp;</td>
                      </tr>
                    </table></td>
                </tr>
                <tr>
                  <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
                </tr>
                <tr>
                  <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                </tr>
                <tr>
                  <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
                </tr>
                <tr>
                  <td height="98" valign="top" bgcolor="#EEEEEE"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:8px;">
                      <tr>
                        <td width="8"><img src="gfx/spacer.gif" width="8" height="1"></td>
                        <td width="116" valign="top"> 
                          <select name="unit" onChange="document.form1.submit();">
                            <option value="today"<? if($_POST['unit']=="today"){echo " selected";}?>>Today</option>
                            <option value="thisweek"<? if($_POST['unit']=="thisweek"){echo " selected";}?>>This Week</option>
                            <option value="thismonth"<? if($_POST['unit']=="thismonth"){echo " selected";}?>>This Month</option>
                            <option value="todate"<? if($_POST['unit']=="todate"||empty($_POST['unit'])){echo " selected";}?>>To date</option>
                          </select><input type="Image" src="gfx/spacer.gif">
                        </td>
                        <td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
                        <td><table width="200" border="0" cellspacing="0" cellpadding="0">
                            <tr>
                              <td><a href="#platforms"><img src="gfx/MenuPlat.gif" width="58" height="20" border="0"></a></td>
                            </tr>
                            <tr>
                              <td><a href="#browers"><img src="gfx/MenuBrow.gif" width="57" height="20" border="0"></a></td>
                            </tr>
                            <tr>
                              <td><a href="#technology"><img src="gfx/MenuTech.gif" width="65" height="20" border="0"></a></td>
                            </tr>
                            <tr>
                              <td><a href="#displays"><img src="gfx/MenuDisp.gif" width="51" height="20" border="0"></a></td>
                            </tr>
                          </table></td>
                      </tr>
                    </table></td>
                </tr>
              </table>
            </td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table>
      </td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="4"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td height="4"><img src="gfx/spacer.gif" width="1" height="4"><a name="platforms"></a></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td width="23" bgcolor="#597988"><a href="#pagetop"><img src="gfx/pageUp.gif" width="23" height="23" border="0"></a></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td bgcolor="#7999A8"><img src="gfx/DS_platforms.gif" width="73" height="23"></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="4"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td bgcolor="#EEEEEE"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td width="46"><img src="gfx/spacer.gif" width="46" height="1"></td>
                  <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px; margin-bottom:20px;">
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/windows.gif" width="57" height="20"></td>
                              <td width="200" style="padding-top:2px;">
                                <?=giveDisplay('windows');?>
                              </td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169" style="padding-bottom:2px;"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200" style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">Win 9x</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;"><?=giveDisplay('win_9x');?></td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">Win 2000</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('win_2000');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">Win XP</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('win_xp');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;">&nbsp;</td>
                                    <td style="padding-top:3px;">Win CE, Win ME, Win16</td>
                                    <td style="padding-top:3px;">
                                      <?=giveDisplay('win_other');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/mac.gif" width="33" height="20"></td>
                              <td width="200" style="padding-top:2px;">
                                <?=giveDisplay('mac_ppc');?>
                              </td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/unix.gif" width="33" height="20"></td>
                              <td width="200" style="padding-top:2px;">
                                <?=giveDisplay('unix_total');?>
                              </td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169" style="padding-bottom:2px;"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200" style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">Linux</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">
                                      <?=giveDisplay('linux');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">MacOSX</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('mac_osx');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;">&nbsp;</td>
                                    <td style="padding-top:3px;">SunOS, Irix, HP-UX, aix, 
                                      VMS, BSD</td>
                                    <td style="padding-top:3px;">
                                      <?=giveDisplay('unix');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/otherOS.gif" width="93" height="20"></td>
                              <td width="200" style="padding-top:2px;">
                                <?=giveDisplay('other_os');?>
                              </td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                    </table></td>
                  <td width="46"><img src="gfx/spacer.gif" width="46" height="1"></td>
                </tr>
              </table></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="4"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td height="4"><img src="gfx/spacer.gif" width="1" height="4"><a name="browers"></a></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td bgcolor="#7999A8"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td width="23" bgcolor="#597988"><a href="#pagetop"><img src="gfx/pageUp.gif" width="23" height="23" border="0"></a></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td bgcolor="#7999A8"><img src="gfx/DS_browsers.gif" width="71" height="23"></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="4"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#EEEEEE"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td bgcolor="#EEEEEE"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td width="46"><img src="gfx/spacer.gif" width="46" height="1"></td>
                  <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px; margin-bottom:20px;">
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/MSexplore.gif" width="120" height="20"></td>
                              <td width="200" style="padding-top:2px;">
                                <?=giveDisplay('ie_total');?>
                              </td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169" style="padding-bottom:2px;"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200" style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">&gt; 5</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">
                                      <?=giveDisplay('ie_under_5');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">5</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('ie_5');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">5.5</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('ie_5_5');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;">&nbsp;</td>
                                    <td style="padding-top:3px;">6</td>
                                    <td style="padding-top:3px;">
                                      <?=giveDisplay('ie_6');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/netscape.gif" width="63" height="20"></td>
                              <td width="200" style="padding-top:2px;">
                                <?=giveDisplay('ns_total');?>
                              </td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169" style="padding-bottom:2px;"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200" style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">&gt; 4</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">
                                      <?=giveDisplay('ns_under_4');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">4</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('ns_4');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">6</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('ns_6');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;">&nbsp;</td>
                                    <td style="padding-top:3px;">7 +</td>
                                    <td style="padding-top:3px;">
                                      <?=giveDisplay('ns_7_over');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/opera.gif" width="42" height="20"></td>
                              <td width="200" style="padding-top:2px;">
                                <?=giveDisplay('opera');?>
                              </td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/gecko.gif" width="42" height="20"></td>
                              <td width="200" style="padding-top:2px;">
                                <?=giveDisplay('gecko');?>
                              </td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/crawler.gif" width="53" height="20"></td>
                              <td width="200" style="padding-top:2px;">
                                <?=giveDisplay('crawler');?>
                              </td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                    </table></td>
                  <td width="46"><img src="gfx/spacer.gif" width="46" height="1"></td>
                </tr>
              </table></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="4"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td height="4"><img src="gfx/spacer.gif" width="1" height="4"><a name="technology"></a></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#7999A8"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td width="23" bgcolor="#597988"><a href="#pagetop"><img src="gfx/pageUp.gif" width="23" height="23" border="0"></a></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td bgcolor="#7999A8"><img src="gfx/DS_technology.gif" width="81" height="23"></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="4"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#EEEEEE"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td bgcolor="#EEEEEE"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td width="46"><img src="gfx/spacer.gif" width="46" height="1"></td>
                  <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px; margin-bottom:20px;">
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/TechJavaS.gif" width="71" height="20"></td>
                              <td width="200" style="padding-top:2px;">&nbsp; </td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169" style="padding-bottom:2px;"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200" style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">Available</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">
                                      <?=giveDisplay('js_aval');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">Available but not active</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('js_not_enabled');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">&gt; 1.2</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('js_using_under_1_2');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">1.3</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('js_using_1_3');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">1.4</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('js_using_above_1_4');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;">&nbsp;</td>
                                    <td style="padding-top:3px;">Regular Expressions Avaliable</td>
                                    <td style="padding-top:3px;">
                                      <?=giveDisplay('reg_exp_aval');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/TechActiveX.gif" width="51" height="20"></td>
                              <td width="200" style="padding-top:2px;">&nbsp;</td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169" style="padding-bottom:2px;"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200" style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">Available</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">
                                      <?=giveDisplay('activex_aval');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;">&nbsp;</td>
                                    <td style="padding-top:3px;">Available but not active</td>
                                    <td style="padding-top:3px;">
                                      <?=giveDisplay('ax_not_enabled');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/TechFlash.gif" width="38" height="20"></td>
                              <td width="200" style="padding-top:2px;">&nbsp;</td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr>
                                    <td style="padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">Available</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">
                                      <?=giveDisplay('flash_aval');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td width="169" style="padding-top:3px;padding-bottom:2px;"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200" style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">4</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;"> 
                                      <?=giveDisplay('flash_4');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">5</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;"> 
                                      <?=giveDisplay('flash_5');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;">&nbsp;</td>
                                    <td style="padding-top:3px;">MX</td>
                                    <td style="padding-top:3px;"> 
                                      <?=giveDisplay('flash_mx');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/TechDir.gif" width="58" height="20"></td>
                              <td width="200" style="padding-top:2px;">&nbsp;</td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200">Available</td>
                                    <td>
                                      <?=giveDisplay('director');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/TechWinMed.gif" width="92" height="20"></td>
                              <td width="200" style="padding-top:2px;">&nbsp;</td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200">Available</td>
                                    <td>
                                      <?=giveDisplay('windows_media_player');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/TechQTime.gif" width="63" height="20"></td>
                              <td width="200" style="padding-top:2px;">&nbsp;</td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200">Available</td>
                                    <td>
                                      <?=giveDisplay('quicktime');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/TechJava.gif" width="35" height="20"></td>
                              <td width="200" style="padding-top:2px;">&nbsp;</td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200">Available</td>
                                    <td>
                                      <?=giveDisplay('java_enabled');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/TechCook.gif" width="53" height="20"></td>
                              <td width="200" style="padding-top:2px;">&nbsp;</td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169" style=";padding-bottom:2px;"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200" style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">Available</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">
                                      <?=giveDisplay('cookies_aval');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;">&nbsp;</td>
                                    <td style="padding-top:3px;">Available but not enabled</td>
                                    <td style="padding-top:3px;">
                                      <?=giveDisplay('cookies_not_enabled');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                    </table></td>
                  <td width="46"><img src="gfx/spacer.gif" width="46" height="1"></td>
                </tr>
              </table></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="4"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td height="4"><img src="gfx/spacer.gif" width="1" height="4"><a name="displays"></a></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#7999A8"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td width="23" bgcolor="#597988"><a href="#pagetop"><img src="gfx/pageUp.gif" width="23" height="23" border="0"></a></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td bgcolor="#7999A8"><img src="gfx/DS_display.gif" width="64" height="23"></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="1"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#EEEEEE"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr> 
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
            <td bgcolor="#EEEEEE"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr> 
                  <td width="46"><img src="gfx/spacer.gif" width="46" height="1"></td>
                  <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px; margin-bottom:20px;">
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/DispScreen.gif" width="72" height="20"></td>
                              <td width="200" style="padding-top:2px;">&nbsp;</td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169" style="padding-bottom:2px;"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200" style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">800 x 600</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">
                                      <?=giveDisplay('screen_800x600');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">1024 x 768</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('screen_1024x768');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">1152 x 864</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('screen_1152x864');?>
                                    </td>
                                  </tr>
                                  <tr>
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">1600 x 1200</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('screen_1600x1200');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;">&nbsp;</td>
                                    <td style="padding-top:3px;">Other</td>
                                    <td style="padding-top:3px;">
                                      <?=giveDisplay('screen_other');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/DispColour.gif" width="82" height="20"></td>
                              <td width="200" style="padding-top:2px;">&nbsp;</td>
                              <td style="padding-top:2px;">&nbsp;</td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr> 
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:4px; margin-bottom:4px;" class="bodyText">
                                  <tr> 
                                    <td width="169" style="padding-bottom:2px;"><img src="gfx/spacer.gif" width="169" height="1"></td>
                                    <td width="200" style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">16 bit</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-bottom:2px;">
                                      <?=giveDisplay('color_16bit');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;padding-bottom:2px;">&nbsp;</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">24 bit</td>
                                    <td style="border-bottom:1px solid #D9E1E6;padding-top:3px;padding-bottom:2px;">
                                      <?=giveDisplay('color_24bit');?>
                                    </td>
                                  </tr>
                                  <tr> 
                                    <td style="padding-top:3px;">&nbsp;</td>
                                    <td style="padding-top:3px;">32 bit</td>
                                    <td style="padding-top:3px;"> 
                                      <?=giveDisplay('color_32bit');?>
                                    </td>
                                  </tr>
                                </table></td>
                              <td width="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td height="4"><img src="gfx/spacer.gif" width="1" height="4"></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                      <tr> 
                        <td bgcolor="#D9E1E6"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr> 
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                              <td width="169" style="padding-top:2px;"><img src="gfx/DispFont.gif" width="169" height="20"></td>
                              <td width="200" style="padding-top:2px;">&nbsp;</td>
                              <td style="padding-top:2px;"> 
                                <?=giveDisplay('font_smooth_enabled');?>
                              </td>
                              <td width="1" bgcolor="#999999" style="padding-top:2px;"><img src="gfx/spacer.gif" width="1" height="1"></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td height="1" bgcolor="#999999"><img src="gfx/spacer.gif" width="1" height="1"></td>
                      </tr>
                    </table></td>
                  <td width="46"><img src="gfx/spacer.gif" width="46" height="1"></td>
                </tr>
              </table></td>
            <td width="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
          </tr>
        </table></td>
    </tr>
    <tr> 
      <td height="1" bgcolor="#666666"><img src="gfx/spacer.gif" width="1" height="1"></td>
    </tr>
  </table>
  </form>
</body>
</html>