﻿// JScript File



function MakeDataView(str)
{
  
//  alert( "Dataviewmaker ->" +  str); 
  
 values = new Array();
 
 values = str.split(";");
 
 var HTMLstring = "";
      
 //alert( "values[1] = " + values[1] );
    
             
if (values[1] == "Airport")
{
 

HTMLstring+= '         <table align ="center" border="2" bordercolor="#008E00" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=200><font face="arial" size = 2> <b> Name </b></font></td>\n'
HTMLstring+= '         <td id = "name" width = 58% colspan=3 class="summ">' + values[0] + '</td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Facility </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[1] + ' </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG/PriorDes.html" target="_blank"> <b> Prior Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="esis" id="currentD" ><i><b> ' + values[2] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[3] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG/CurrentDes.html" target="_blank"> <b> Current Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="sis" id="recomD"><i><b>  ' + values[4] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[5] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         </table>\n'
HTMLstring+= '\n'
HTMLstring+= '             \n'
HTMLstring+= '     \n'
HTMLstring+= '         <table  align ="center" border="2" bgcolor = "FFFFDC"  bordercolor="brown" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr >\n'
HTMLstring+= '       <td class = "nhead" style="color:white;"   bgcolor="brown" COLSPAN=5> <b> Airport Activity Data </b> </font></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '       <td width=150>&nbsp</td>\n'
HTMLstring+= '       <td class = "rcell"width=55> <b> Value </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> % of US Total </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150>Enplaned and Deplaned Air Cargo Tonnage</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[6] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[7] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG/ACI.html" target="_blank"> <b> ' + values[8] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[9] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '      \n'
HTMLstring+= '\n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150>Passenger Enplanements at This Facility</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[10] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[11] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG/FAA.html" target="_blank"> <b> ' + values[12] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[13] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '      </table>\n'
HTMLstring+= '\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= '   \n'
HTMLstring+= '    <table  align ="center"    align ="center"  border="2" bgcolor = "E6FFFF" bordercolor="green" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;" bgcolor = "green" COLSPAN=5 ><b> Economic Connectivity Data</b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td width=150>&nbsp</td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Value </b></td>\n'
HTMLstring+= '      <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'

HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Tourist Establishments (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[14] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG/InfoUSA.html" target="_blank"> <b> ' + values[15] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[16] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>High-Technology Businesses (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[17] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG/InfoUSA.html" target="_blank"> <b> ' + values[18] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[19] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Four year Colleges and Universities (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[20] + ' </b></td>\n'
HTMLstring+= '      <td class = "ncell2"> <a href="HTMLPG/FLCOLL.html" target="_blank"> <b> ' + values[21] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[22] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'

HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>In or adjacent to county with top 25% growth rate</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b>' + values[23] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG/FLOEDR.html" target="_blank"> <b> ' + values[24] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[25] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '    </table>\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= ' \n'
HTMLstring+= '  \n'
HTMLstring+= '  \n'
HTMLstring+= '    <table  align ="center"   border="2" bgcolor="F0FFF0" bordercolor="blue" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;" bgcolor ="light gray" COLSPAN=6> <b> Planned Facility Evaluation </b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=240 >Projected to meet designation criteria within three years of opening </td>\n'
HTMLstring+= '     <td class = "ncell2"colspan=5 > <b> ' + values[26] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=240>Evidence of partner consensus</td>\n'
HTMLstring+= '     <td class = "ncell2" colspan=5> <b> ' + values[27] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=240>Financially feasible</td>\n'
HTMLstring+= '     <td class = "ncell2" colspan=5> <b> ' + values[28] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '    </table>\n'
HTMLstring+= '\n'

HTMLstring+= '   <table  align ="center"   border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '  <tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;" bgcolor="orange" COLSPAN=6><a href="HTMLPG/SISDC_airports.html" target="_blank"> <b> SIS Designation Criteria </b> </a></font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '   \n'
HTMLstring+= '   <tr>\n'
HTMLstring+= '      <td width=240><font face="verdana" size = 1> <a href="HTMLPG/MINS_airports.html" target="_blank"> <b>Meets Minimum Size Criteria </b> </a></font></td>\n'
HTMLstring+= '      <td class="sis" colspan=5><i><b> ' + values[29] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '      </tr>\n'
HTMLstring+= '    <br>\n'
HTMLstring+= '    <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG/50mile_airports.html" target="_blank"> <b> Meets Distance Criterion </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><a href="HTMLPG/GIS.html" target="_blank"><i><b>  ' + values[30] + ' </b></i></a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '  \n'
HTMLstring+= '    \n'
HTMLstring+= '    <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG/ECon_airports.html" target="_blank"> <b> Meets Economic Connectivity Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b>  ' + values[31] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '  \n'
HTMLstring+= '  \n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG/ComEnv_airports.html" target="_blank"> <b> Meets Community & Environment Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b>  ' + values[32] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '  \n'
HTMLstring+= '   <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG/PLN_airports.html" target="_blank"> <b> Meets Planned Facilities Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b> ' + values[33] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '  \n'
HTMLstring+= '    </table>\n'
HTMLstring+= '  \n'
HTMLstring+= '  <table  align ="center"   border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '  <tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;" bgcolor="black" COLSPAN=6> <b> Rationale For Designation </b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '   <td class = "ncell2" bgcolor="yellow" ><b>' + values[34] + ' </b> </td>\n'
HTMLstring+= '   <tr>\n'
HTMLstring+= '  </table>\n'

}

if (values[1] == "Seaport")
{ 
HTMLstring+= '         <table  align ="center"   border="2" bordercolor="#008E00" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=200><font face="arial" size = 2> <b> Name </b></font></td>\n'
HTMLstring+= '         <td id = "name" width = 58% colspan=3 class="summ">' + values[0] + '</td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Facility </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[1] + ' </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_SEA/PriorDes.html" target="_blank"> <b> Prior Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="esis" id="currentD" ><i><b> ' + values[2] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[3] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_SEA/CurrentDes.html" target="_blank"> <b> Current Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="sis" id="recomD"><i><b>  ' + values[4] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[5] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         </table>\n'
HTMLstring+= '\n'
HTMLstring+= '		 	 		 \n'
HTMLstring+= '		 \n'
HTMLstring+= '         <table  align ="center"   border="2" bgcolor = "FFFFDC"  bordercolor="brown" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr >\n'
HTMLstring+= '       <td class = "nhead" style="color:white;" bgcolor="brown" COLSPAN=5> <b> Seaport Activity Data </b> </font></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '       <td width=150>&nbsp</td>\n'
HTMLstring+= '       <td class = "rcell"width=55> <b> Value </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> % of US Total </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150>Annual Tonnage</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[6] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[7] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_SEA/FSTED_TON.html" target="_blank"> <b> ' + values[8] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[9] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '      \n'
HTMLstring+= '\n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150>Annual TEUs</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[10] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[11] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_SEA/FSTED_TEU.html" target="_blank"> <b> ' + values[12] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[13] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150>Annual Home-Port Cruise Ship Passengers</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[14] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[15] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_SEA/FSTED_HPC.html" target="_blank"> <b> ' + values[16] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[17] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '      </table>\n'
HTMLstring+= '\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= '   \n'
HTMLstring+= '    <table  align ="center"   border="2" bgcolor = "E6FFFF" bordercolor="green" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;"   bgcolor = "green" COLSPAN=5 ><b> Economic Connectivity Data</b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td width=150>&nbsp</td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Value </b></td>\n'
HTMLstring+= '      <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'


HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Warehousing and Distribution Centers (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[18] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_SEA/InfoUSA.html" target="_blank"> <b> ' + values[19] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[20] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'

HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Major Mines (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[21] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_SEA/MRD_USGS.html" target="_blank"> <b> ' + values[22] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[23] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'

HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>In county with high levels of Agricultural Production</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[24] + ' </b></td>\n'
HTMLstring+= '      <td class = "ncell2"> <a href="HTMLPG_SEA/USAGR.html" target="_blank"> <b> ' + values[25] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[26] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '       <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>In or adjacent to county with top 25% Population growth rate</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b>' + values[27] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_SEA/FLOEDR.html" target="_blank"> <b> ' + values[28] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[29] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'


HTMLstring+= '\n'
HTMLstring+= '    </table>\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= ' \n'
HTMLstring+= '	\n'
HTMLstring+= '	\n'
HTMLstring+= '    <table  align ="center"   border="2" bgcolor="F0FFF0" bordercolor="blue" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;" bgcolor ="light gray" COLSPAN=6> <b> Planned Facilitiy Evaluation </b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=240 >Projected to meet designation criteria within three years of opening </td>\n'
HTMLstring+= '     <td class = "ncell2"colspan=5 > <b> ' + values[30] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=240>Evidence of partner consensus</td>\n'
HTMLstring+= '     <td class = "ncell2" colspan=5> <b> ' + values[31] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'

HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=240>Financially feasible</td>\n'
HTMLstring+= '     <td class = "ncell2" colspan=5> <b> ' + values[32] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '    </table>\n'
HTMLstring+= '\n'

HTMLstring+= '   <table  align ="center"   border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '	<tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;" bgcolor="orange" COLSPAN=6><a href="HTMLPG_SEA/SISDC_seaports.html" target="_blank"> <b> SIS Designation Criteria </b> </a></font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '	 \n'
HTMLstring+= '	 <tr>\n'
HTMLstring+= '      <td width=240><font face="verdana" size = 1> <a href="HTMLPG_SEA/MINS_seaports.html" target="_blank"> <b>Meets Minimum Size Criteria </b> </a></font></td>\n'
HTMLstring+= '      <td class="sis" colspan=5><i><b> ' + values[33] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '      </tr>\n'
HTMLstring+= '	  <br>\n'
HTMLstring+= '	  <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_SEA/50mile_seaports.html" target="_blank"> <b> Meets Distance Criterion </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><a href="HTMLPG_SEA/GIS.html" target="_blank"><i><b>  ' + values[34] + ' </b></i></a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '	\n'
HTMLstring+= '	  \n'
HTMLstring+= '	  <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_SEA/ECon_seaports.html" target="_blank"> <b> Meets Economic Connectivity Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b>  ' + values[35] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '	\n'
HTMLstring+= '	\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_SEA/ComEnv_seaports.html" target="_blank"> <b> Meets Community & Environment Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b>  ' + values[36] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '	\n'
HTMLstring+= '	 <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_SEA/PLN_seaports.html" target="_blank"> <b> Meets Planned Facilities Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b> ' + values[37] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '	\n'
HTMLstring+= '    </table>\n'
HTMLstring+= '	\n'
HTMLstring+= '	<table  align ="center"   border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '	<tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;" bgcolor="black" COLSPAN=6> <b> Rationale For Designation </b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '	 <td class = "ncell2" bgcolor="yellow" ><b>' + values[38] + ' </b> </td>\n'
HTMLstring+= '	 <tr>\n'
HTMLstring+= '	</table>\n'   

}





  
if (values[1] == "Passenger Terminal")
{ 
     
  
HTMLstring+= '         <table  align ="center"   border="2" bordercolor="#008E00" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=200><font face="arial" size = 2> <b> Name </b></font></td>\n'
HTMLstring+= '         <td id = "name" width = 58% colspan=3 class="summ">' + values[0] + '</td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Facility </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[1] + ' ' + values [2] + '  </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_PTER/PriorDes.html" target="_blank"> <b> Prior Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="esis" id="currentD" ><i><b> ' + values[3] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[4] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_PTER/CurrentDes.html" target="_blank"> <b> Current Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="sis" id="recomD"><i><b>  ' + values[5] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[6] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         </table>\n'

HTMLstring+= '\n'
HTMLstring+= '		 	 		 \n'
HTMLstring+= '		 \n'
HTMLstring+= '         <table  align ="center"   border="2" bgcolor = "FFFFDC"  bordercolor="brown" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr >\n'
HTMLstring+= '       <td class = "nhead" style="color:white;" bgcolor="brown" COLSPAN=5> <b> Passenger Terminal Activity Data </b> </font></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '       <td width=150>&nbsp</td>\n'
HTMLstring+= '       <td class = "rcell"> <b> Type </b></td>\n'
HTMLstring+= '       <td class = "rcell"width=55> <b> Value </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150 ROWSPAN=4>Interregional and Interstate Boardings</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> Greyhound </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[7] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_PTER/GH_BOARD.html" target="_blank"> <b> ' + values[8] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[9] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "ncell2"> <b> Amtrak </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[10] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_PTER/AMK_BOARD.html" target="_blank"> <b> ' + values[11] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[12] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "ncell2"> <b> Tri-Rail </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[13] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_PTER/TRI_BOARD.html" target="_blank"> <b> ' + values[14] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[15] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "ncell2" > <b> TOTAL </b></td>\n'
HTMLstring+= '       <td class = "ncell2" COLSPAN=3> <b> <i>' + values[16] + ' </i></b></td>\n'

HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150 ROWSPAN=3>Onsite Ticketing and Support Services</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> Greyhound </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[17] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_PTER/GH_BOARD.html" target="_blank"> <b> ' + values[18] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[19] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "ncell2"> <b> Amtrak </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[20] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_PTER/AMK_BOARD.html" target="_blank"> <b> ' + values[21] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[22] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "ncell2"> <b> Tri-Rail </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[23] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_PTER/TRI_BOARD.html" target="_blank"> <b> ' + values[24] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[25] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '      </table>\n'


HTMLstring+= '\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= '   \n'
HTMLstring+= '    <table  align ="center"   border="2" bgcolor = "E6FFFF" bordercolor="green" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;" bgcolor = "green" COLSPAN=5 ><b> Economic Connectivity Data</b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td width=150>&nbsp</td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Value </b></td>\n'
HTMLstring+= '      <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Tourism Industry Clusters (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[26] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_PTER/InfoUSA.html" target="_blank"> <b> ' + values[27] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[28] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Four-year Colleges and Universities (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[29] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_PTER/FLCOLL.html" target="_blank"> <b> ' + values[30] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[31] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>In or adjacent to county with top 25% Population growth rate</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b>' + values[32] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_PTER/FLOEDR.html" target="_blank"> <b> ' + values[33] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[34] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '    </table>\n'

HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= ' \n'
HTMLstring+= '	\n'
HTMLstring+= '	\n'
HTMLstring+= '    <table  align ="center"   border="2" bgcolor="F0FFF0" bordercolor="blue" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;" bgcolor ="light gray" COLSPAN=6> <b> Planned Facility Data </b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=240 >Projected to meet designation criteria within three years of opening </td>\n'
HTMLstring+= '     <td class = "ncell2"colspan=5 > <b> ' + values[35] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=240>Financially feasible</td>\n'
HTMLstring+= '     <td class = "ncell2" colspan=5> <b> ' + values[36] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=240>Evidence of partner consensus</td>\n'
HTMLstring+= '     <td class = "ncell2" colspan=5> <b> ' + values[37] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '    </table>\n'

HTMLstring+= '\n'
HTMLstring+= '   <table  align ="center"   border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '	<tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;" bgcolor="orange" COLSPAN=6><a href="HTMLPG_PTER/SISDC.html" target="_blank"> <b> SIS Designation Criteria </b> </a></font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '	 \n'
HTMLstring+= '	 <tr>\n'
HTMLstring+= '      <td width=240><font face="verdana" size = 1> <a href="HTMLPG_PTER/MINS.html" target="_blank"> <b>Meets Minimum Size Criteria </b> </a></font></td>\n'
HTMLstring+= '      <td class="sis" colspan=5><i><b> ' + values[38] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '      </tr>\n'
HTMLstring+= '	  <br>\n'
HTMLstring+= '	  <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_PTER/50mile.html" target="_blank"> <b> Greater than 50 miles from a SIS Airport </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><a href="HTMLPG_PTER/GIS.html" target="_blank"><i><b>  ' + values[39] + ' </b></i></a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '	\n'
HTMLstring+= '	  \n'
HTMLstring+= '	  <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_PTER/ECon.html" target="_blank"> <b> Meets Economic Connectivity Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b>  ' + values[40] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '	\n'
HTMLstring+= '	\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_PTER/ComEnv.html" target="_blank"> <b> Meets Community & Environment Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b>  ' + values[41] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '	\n'
HTMLstring+= '	 <tr>\n'
HTMLstring+= '    <td width=150><font face="verdana" size = 1> <a href="HTMLPG_PTER/PLN.html" target="_blank"> <b> Meets Planned Facilities Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b> ' + values[42] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '	\n'
HTMLstring+= '    </table>\n'
HTMLstring+= '	\n'
HTMLstring+= '	<table  align ="center"   border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '	<tr >\n'
HTMLstring+= '     <td class = "nhead" style="color:white;" bgcolor="black" COLSPAN=6> <b> Rationale For Designation </b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '	 <td class = "ncell2" bgcolor="yellow" ><b>' + values[43] + ' </b> </td>\n'
HTMLstring+= '	 <tr>\n'
HTMLstring+= '	</table>\n'
  
}





if (values[1] == "GA RELIEVER AIRPORT")

{ 
 
 
 HTMLstring+= '         <table border="2" bordercolor="#008E00" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=200><font face="arial" size = 2> <b> Name </b></font></td>\n'
HTMLstring+= '         <td id = "name" width = 58% colspan=2 class="summ">' + values[0] + '</td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=200><font face="arial" size = 2> <b> Facility </b></font></td>\n'
HTMLstring+= '         <td id = "name" width = 58% colspan=2 class="summ">' + values[1] + '</td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Associated Commercial Service Airport </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=2 class="esis"> <b> ' + values[2] + ' <b> </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2>  <b> Associated Commercial Service Airport -  <i> Designation </i> </b> </font></td>\n'
HTMLstring+= '         <td class="esis" id="currentD" ><i><b> ' + values[3] + ' </b></i></td>\n'

HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2>  <b> Designated as a General Aviation Reliever Airport to a SIS Airport </b> </font></td>\n'
HTMLstring+= '         <td class="esis" id="currentD" ><i><b> ' + values[25] + ' </b></i></td>\n'

HTMLstring+= '         </tr>\n'

HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         </table>\n'
HTMLstring+= '\n'
HTMLstring+= '		 	 		 \n'
HTMLstring+= '		 \n'
HTMLstring+= '         <table border="2" bgcolor = "FFFFDC"  bordercolor="brown" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr >\n'
HTMLstring+= '       <td class = "nhead" bgcolor="brown" COLSPAN=5> <b> Reliever Airport Activity Data </b> </font></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '       <td width=150>&nbsp</td>\n'
HTMLstring+= '       <td class = "rcell"width=55> <b> Value </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150>Total Itinerant Operations</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[4] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLGA/GCR.html" target="_blank"> <b> ' + values[5] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[6] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '      \n'
HTMLstring+= '\n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150>Runway Length</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[7] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLGA/GCR.html" target="_blank"> <b> ' + values[8] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[9] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150>Aircraft Weight Handled with a Dual Wheel Configuration Served by at Least One Precision Instrument Approach</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[10] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLGA/GCR.html" target="_blank"> <b> ' + values[11] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[12] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'


HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '      </table>\n'
HTMLstring+= '\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= '   \n'
HTMLstring+= '    <table border="2" bgcolor = "E6FFFF" bordercolor="green" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr >\n'
HTMLstring+= '     <td class = "nhead" bgcolor = "green" COLSPAN=5 ><b> Economic Connectivity Data</b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td width=150>&nbsp</td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Value </b></td>\n'
HTMLstring+= '      <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Tourist Establishments (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[13] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLGA/InfoUSA.html" target="_blank"> <b> ' + values[14] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[15] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>High-Technology Businesses (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[16] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLGA/InfoUSA.html" target="_blank"> <b> ' + values[17] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[18] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Four year Colleges and Universities (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[19] + ' </b></td>\n'
HTMLstring+= '      <td class = "ncell2"> <a href="HTMLGA/FLCOLL.html" target="_blank"> <b> ' + values[20] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[21] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>In or adjacent to fast growing counties as measured by population</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b>' + values[22] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLGA/FLOEDR.html" target="_blank"> <b> ' + values[23] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[24] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '    </table>\n'
}





if (values[1] == "Waterway")
{ 

HTMLstring+= '         <table border="2" bordercolor="#008E00" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=200><font face="arial" size = 2> <b> Name </b></font></td>\n'
HTMLstring+= '         <td id = "name" width = 58% colspan=3 class="summ">' + values[0] + '</td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Facility </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[1] + ' </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_WW/PriorDes.html" target="_blank"> <b> Prior Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="esis" id="currentD" ><i><b> ' + values[2] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[3] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_WW/CurrentDes.html" target="_blank"> <b> Current Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="sis" id="recomD"><i><b>  ' + values[4] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[5] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '\n'


HTMLstring+= '         </table>\n'
HTMLstring+= '\n'
HTMLstring+= '		 	 		 \n'
HTMLstring+= '		 \n'
HTMLstring+= '         <table border="2" bgcolor = "FFFFDC"  bordercolor="brown" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr >\n'
HTMLstring+= '       <td class = "nhead" bgcolor="brown" COLSPAN=5> <b> Waterway Characteristics </b> </font></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '       <td class = "rcell" width=200> <b>Is Intracoastal Waterway or Coastal Shipping Lane </b></td>\n'
HTMLstring+= ' 	 	  <td class = "ncell2"> <b> ' + values[6] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '       <td class = "rcell" width=200> <b> Channel Depth  </b></td>\n'
HTMLstring+= ' 	 	  <td class = "ncell2"> <a href="HTMLPG_WW/CHANNEL_DEP.html" target="_blank"> <b> ' + values[7] + ' </b></a></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '      </table>\n'



HTMLstring+= '         </table>\n'
HTMLstring+= '\n'
HTMLstring+= '		 	 		 \n'
HTMLstring+= '		 \n'
HTMLstring+= '         <table border="2" bgcolor = "FFFFDC"  bordercolor="brown" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr >\n'
HTMLstring+= '       <td class = "nhead" bgcolor="brown" COLSPAN=5> <b> Waterway Activity Data </b> </font></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '       <td width=150>&nbsp</td>\n'
HTMLstring+= '       <td class = "rcell"width=55> <b> Value </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '       <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Tons in 2005 </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[8] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_WW/USACE_TON.html" target="_blank"> <b> ' + values[9] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[10] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '      \n'
HTMLstring+= '\n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Percentage of Domestic Traffic for Shallow Draft Corridors</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[11] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_WW/USACE_TON.html" target="_blank"> <b> ' + values[12] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[13] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Percentage of Total Traffic for Deep Draft Corridors </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[14] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_WW/USACE_TON.html" target="_blank"> <b> ' + values[15] + ' </b> </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[16] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'



HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '      </table>\n'
HTMLstring+= '\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= '   \n'
HTMLstring+= '    <table border="2" bgcolor = "E6FFFF" bordercolor="green" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr >\n'
HTMLstring+= '     <td class = "nhead" bgcolor = "green" COLSPAN=5 ><b> Economic Connectivity Data</b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td width=150>&nbsp</td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Value </b></td>\n'
HTMLstring+= '      <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Number of utilities that use coal to generate electricity adjacent to waterway</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[17] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_WW/COAL_TR.html" target="_blank"> <b> ' + values[18] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[19] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Number of wood and paper industries adjacent to waterway</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[20] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_WW/InfoUSA.html" target="_blank"> <b> ' + values[21] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[22] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Number of mines adjacent to waterway</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[23] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_WW/MRD_USGS.html" target="_blank"> <b> ' + values[24] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[25] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>In county with high levels of Agricultural Production</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[26] + ' </b></td>\n'
HTMLstring+= '      <td class = "ncell2"> <a href="HTMLPG_WW/USAGR.html" target="_blank"> <b> ' + values[27] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[28] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>In or adjacent to fast-growing county - by employment</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b>' + values[29] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_WW/WOODS_PL.html" target="_blank"> <b> ' + values[30] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[31] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '    </table>\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= ' \n'
HTMLstring+= '	\n'
HTMLstring+= '	\n'


HTMLstring+= '   <table border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '	<tr >\n'
HTMLstring+= '     <td class = "nhead" bgcolor="orange" COLSPAN=6><a href="HTMLPG_WW/SISDC_wways.html" target="_blank"> <b> SIS Designation Criteria </b> </a></font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '	 \n'

HTMLstring+= '	 <tr>\n'
HTMLstring+= '      <td width=240><font face="verdana" size = 1>  <b>Is Intracoastal Waterway or Coastal Shipping Lane</b> </font></td>\n'
HTMLstring+= '      <td class="sis" colspan=5><i><b> ' + values[6] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '      </tr>\n'

HTMLstring+= '	 <tr>\n'
HTMLstring+= '      <td width=240><font face="verdana" size = 1> <a href="HTMLPG_WW/MINS_wways.html" target="_blank"> <b>Meets Minimum Size Criteria </b> </a></font></td>\n'
HTMLstring+= '      <td class="sis" colspan=5><i><b> ' + values[32] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '      </tr>\n'
HTMLstring+= '	  <br>\n'

HTMLstring+= '	\n'
HTMLstring+= '	  \n'
HTMLstring+= '	  <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_WW/ECon_wways.html" target="_blank"> <b> Meets Economic Connectivity Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b>  ' + values[33] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '	\n'
HTMLstring+= '	\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_WW/ComEnv_wways.html" target="_blank"> <b> Meets Community & Environment Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b>  ' + values[34] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'

HTMLstring+= '	\n'
HTMLstring+= '    </table>\n'
HTMLstring+= '	\n'
HTMLstring+= '	<table border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '	<tr >\n'
HTMLstring+= '     <td class = "nhead" bgcolor="black" COLSPAN=6> <b> Rationale For Designation </b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '	 <td class = "ncell2" bgcolor="yellow" ><b>' + values[35] + ' </b> </td>\n'
HTMLstring+= '	 <tr>\n'
HTMLstring+= '	</table>\n'
   
     
}







if (values[1] == "Connectors")

{ 
   
    
HTMLstring+= '      <table border="2" bgcolor = "FFFFDC"  bordercolor="brown" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr >\n'
HTMLstring+= '       <td class = "nhead" bgcolor="brown" COLSPAN=3> <b> Connector Details </b> </font></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Type </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[0] + ' Connector </b></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> <a href="HTMLPG_Con/Designation.html" target="_blank"> Designation </a></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[2] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Description </td>\n'
HTMLstring+= '       <td class = "ncell2" colspan = 2> <b> ' + values[3] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '      </table>\n'



HTMLstring+= '         <table border="2" bgcolor = "E6FFFF" bordercolor="green" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr >\n'
HTMLstring+= '       <td class = "nhead" bgcolor = "green" COLSPAN=5> <b> Hub Details </b> </font></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Name </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[4] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Type </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[5] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Designation </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[6] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '      </table>\n'
 
}










if (values[1] == "FREIGHT TERMINAL")

{

  HTMLstring+= '         <table border="2" bordercolor="#008E00" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=200><font face="arial" size = 2> <b> Name </b></font></td>\n'
HTMLstring+= '         <td id = "name" width = 58% colspan=3 class="summ">' + values[0] + '</td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Facility </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[1] + ' </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'

HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Type </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[2] + ' </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_FRT/PriorDes.html" target="_blank"> <b> Prior Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="esis" id="currentD" ><i><b> ' + values[3] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[4] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_FRT/CurrentDes.html" target="_blank"> <b> Current Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="sis" id="recomD"><i><b>  ' + values[5] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[6] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '      </table>\n'


HTMLstring+= '<br>\n'
HTMLstring+= '\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= '   \n'
HTMLstring+= '    <table border="2" bgcolor = "E6FFFF" bordercolor="green" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr >\n'
HTMLstring+= '     <td class = "nhead" bgcolor = "green" COLSPAN=5 ><b> Economic Connectivity Data</b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td width=150>&nbsp</td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Value </b></td>\n'
HTMLstring+= '      <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Warehousing and Distribution Centers (within 50 mile radius) </td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[7] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_FRT/InfoUSA.html" target="_blank"> <b> ' + values[8] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[9] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'

HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Coal-burning Utilities (within 50 mile radius) </td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[10] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_FRT/COAL_TR.html" target="_blank"> <b> ' + values[11] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[12] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Wood and Paper Industries (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[13] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_FRT/InfoUSA.html" target="_blank"> <b> ' + values[14] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[15] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Major Mines (within 50 mile radius)</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[16] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_FRT/MRD_USGS.html" target="_blank"> <b> ' + values[17] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[18] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>In county with high levels of Agricultural Production</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[19] + ' </b></td>\n'
HTMLstring+= '      <td class = "ncell2"> <a href="HTMLPG_FRT/USAGR.html" target="_blank"> <b> ' + values[20] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[21] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '    </table>\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= ' \n'
HTMLstring+= '	\n'
HTMLstring+= '	\n'


HTMLstring+= '   <table border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '	<tr >\n'
HTMLstring+= '     <td class = "nhead" bgcolor="orange" COLSPAN=6><b>Distance Criteria </b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '	 \n'
HTMLstring+= '	 <tr>\n'
HTMLstring+= '      <td width=240><font face="verdana" size = 1> <a href="HTMLPG_FRT/SISDC_FRT.html" target="_blank"> <b>Meets Distance Criteria </b> </a></font></td>\n'
HTMLstring+= '      <td class="sis" colspan=5><i><b> ' + values[22] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '      </tr>\n'
HTMLstring+= '	  <br>\n'


HTMLstring+= '	</table>\n'


}











if (values[1] == "RAILWAYS")
{


HTMLstring+= '         <table border="2" bordercolor="#008E00" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=200><font face="arial" size = 2> <b> Owner </b></font></td>\n'
HTMLstring+= '         <td id = "name" width = 58% colspan=3 class="summ">' + values[0] + '</td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Facility </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[1] + ' </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'

HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Class </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[2] + ' </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Description </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[3] + ' </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'

HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Passenger (yes/no) </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[4] + ' </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'

HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Freight (yes/no)</b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[5] + ' </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'


HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_RAIL/PriorDes.html" target="_blank"> <b> Prior Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="esis" id="currentD" ><i><b> ' + values[6] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[7] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_RAIL/CurrentDes.html" target="_blank"> <b> Current Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="sis" id="recomD"><i><b>  ' + values[8] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[9] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'


HTMLstring+= '      </table>\n'

HTMLstring+= '<br>\n'
HTMLstring+= '\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= '   \n'
HTMLstring+= '    <table border="2" bgcolor = "E6FFFF" bordercolor="green" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr >\n'
HTMLstring+= '     <td class = "nhead" bgcolor = "green" COLSPAN=5 ><b> Economic Connectivity Data</b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td width=150>&nbsp</td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Value </b></td>\n'
HTMLstring+= '      <td class = "rcell"> <b> Source </b></td>\n'
HTMLstring+= '     <td class = "rcell"> <b> Year </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Number of warehouses and distribution centers adjacent to the Rail Corridor</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[10] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_RAIL/InfoUSA.html" target="_blank"> <b> ' + values[11] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[12] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'

HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Number of utilities that use coal to generate electricity adjacent to the Rail Corridor</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[13] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_RAIL/COAL_TR.html" target="_blank"> <b> ' + values[14] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[15] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '     <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Number of wood and paper industries adjacent to the Rail Corridor</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[16] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_RAIL/InfoUSA.html" target="_blank"> <b> ' + values[17] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[18] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>Number of mines adjacent to the Rail Corridor</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[19] + ' </b></td>\n'
HTMLstring+= '     <td class = "ncell2"> <a href="HTMLPG_RAIL/MRD_USGS.html" target="_blank"> <b> ' + values[20] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[21] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '     <td class = "rcell" width=220>In county with high levels of Agricultural Production</td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[22] + ' </b></td>\n'
HTMLstring+= '      <td class = "ncell2"> <a href="HTMLPG_RAIL/USAGR.html" target="_blank"> <b> ' + values[23] + ' </b> </a></td>\n'
HTMLstring+= '     <td class = "ncell2"> <b> ' + values[24] + ' </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '    </table>\n'
HTMLstring+= ' \n'
HTMLstring+= '   \n'
HTMLstring+= ' \n'
HTMLstring+= '	\n'
HTMLstring+= '	\n'



HTMLstring+= '   <table border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '	<tr >\n'
HTMLstring+= '     <td class = "nhead" bgcolor="orange" COLSPAN=6><a href="HTMLPG_RAIL/SISDC_rail.html" target="_blank"> <b> SIS Designation Criteria </b> </a></font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '	 \n'
HTMLstring+= '	 <tr>\n'
HTMLstring+= '      <td width=240><font face="verdana" size = 1> <a href="HTMLPG_RAIL/MINS_rail.html" target="_blank"> <b>Meets Minimum Size Criteria </b> </a></font></td>\n'
HTMLstring+= '      <td class="sis" colspan=5><i><b> ' + values[25] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '      </tr>\n'
HTMLstring+= '	  <br>\n'

HTMLstring+= '	\n'
HTMLstring+= '	  \n'
HTMLstring+= '	  <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_RAIL/ECon_rail.html" target="_blank"> <b> Meets Economic Connectivity Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b>  ' + values[26] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '	\n'
HTMLstring+= '	\n'
HTMLstring+= '      <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_RAIL/ComEnv_rail.html" target="_blank"> <b> Meets Community & Environment Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b>  ' + values[27] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'

HTMLstring+= '	\n'
HTMLstring+= '    </table>\n'


}












if (values[1] == "SPACEPORT")
{
 
HTMLstring+= '         <table border="2" bordercolor="#008E00" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=200><font face="arial" size = 2> <b> Name </b></font></td>\n'
HTMLstring+= '         <td id = "name" width = 58% colspan=3 class="summ">' + values[0] + '</td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Facility </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[1] + '  </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_SPC/PriorDes.html" target="_blank"> <b> Prior Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="esis" id="currentD" ><i><b> ' + values[2] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[3] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_SPC/CurrentDes.html" target="_blank"> <b> Current Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="sis" id="recomD"><i><b>  ' + values[4] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[5] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         </table>\n'
HTMLstring+= '\n'
HTMLstring+= '		 	 		 \n'
HTMLstring+= '		 \n'
HTMLstring+= '         <table border="2" bgcolor = "FFFFDC"  bordercolor="brown" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr >\n'
HTMLstring+= '       <td class = "nhead" bgcolor="brown" COLSPAN=5> <b> Spaceport Activity Data </b> </font></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'

HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=240 ROWSPAN=4>Capable of Handling Commercial and Millitary Payloads (yes/no) </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[6] + ' </b></td>\n'
HTMLstring+= '       </tr>\n'



HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '      </table> <br> \n'


HTMLstring+= '   <table border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '	<tr >\n'
HTMLstring+= '     <td class = "nhead" bgcolor="orange" COLSPAN=6><a href="HTMLPG_SPC/SISDC.html" target="_blank"> <b> SIS Designation Criteria </b> </a></font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '	 \n'
HTMLstring+= '	 <tr>\n'
HTMLstring+= '      <td width=240><font face="verdana" size = 1> <a href="HTMLPG_SPC/MINS.html" target="_blank"> <b>Meets SIS Criteria </b> </a></font></td>\n'
HTMLstring+= '      <td class="sis" colspan=5><i><b> ' + values[7] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '	\n'
HTMLstring+= '	  \n'
HTMLstring+= '	  <tr>\n'
HTMLstring+= '    <td width=240><font face="verdana" size = 1> <a href="HTMLPG_SPC/ECon.html" target="_blank"> <b> Meets Economic Connectivity Criteria </b> </a></font></td>\n'
HTMLstring+= '    <td class="esis" colspan=5><i><b>  ' + values[8] + ' </b></i></td>\n'
HTMLstring+= '\n'
HTMLstring+= '    </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '	\n'
HTMLstring+= '	\n'
HTMLstring+= '\n'
HTMLstring+= '	\n'
HTMLstring+= '    </table>\n'
HTMLstring+= '	\n'
HTMLstring+= '	<table border="2" bgcolor="FFF0FF" bordercolor="black" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '	<tr >\n'
HTMLstring+= '     <td class = "nhead" bgcolor="black" COLSPAN=6> <b> Rationale For Designation </b> </font></td>\n'
HTMLstring+= '     </tr>\n'
HTMLstring+= '	 <td class = "ncell2" bgcolor="yellow" ><b>' + values[9] + ' </b> </td>\n'
HTMLstring+= '	 <tr>\n'
HTMLstring+= '	</table>\n'

}
 
if (values[1] == "Roadway Corridor")
{
HTMLstring+= '         <table border="2" bordercolor="#008E00" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=200><font face="arial" size = 2> <b> Segment Analyzed as </b></font></td>\n'
HTMLstring+= '         <td id = "name" width = 58% colspan=3 class="summ"> ' + values[0] + '</td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 2> <b> Facility </b></font></td>\n'
HTMLstring+= '         <td id="facility" colspan=3 class="summ"> ' + values[1] + ' </font></td>\n'
HTMLstring+= '\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_HC/PriorDes.html" target="_blank"> <b> Prior Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="esis" id="currentD" ><i><b> ' + values[2] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b> ' + values[3] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '         <tr>\n'
HTMLstring+= '         <td width=150><font face="arial" size = 1> <a href="HTMLPG_HC/CurrentDes.html" target="_blank"> <b> Current Designation </b> </a></font></td>\n'
HTMLstring+= '         <td class="sis" id="recomD"><i><b> ' + values[4] + ' </b></i></td>\n'
HTMLstring+= '         <td class="ncell"><i><b>  ' + values[5] + ' </b></i></td>\n'
HTMLstring+= '         </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '      </table> <br> \n'

HTMLstring+= '         <table border="2" bgcolor = "FFFFDC"  bordercolor="brown" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr >\n'
HTMLstring+= '       <td class = "nhead" bgcolor="brown" COLSPAN=5> <b> Link Characteristics* </b> </font></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '       <td width= 50%>&nbsp</td>\n'
HTMLstring+= '       <td class = "rcell" width=20%> <b> 2004 </b></td>\n'
HTMLstring+= '       <td class = "rcell" width= 20%> <b> 2005 </b></td>\n'
HTMLstring+= '       <td class = "rcell" width= 10%> <b> Source </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=100> Annual Average Daily Traffic </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[6] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[19] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_HC/RCI_GIS.html" target="_blank"> <b> ' + values[32] + ' </b> </a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=100> Annual Average Daily Truck Traffic </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[7] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[20] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_HC/RCI_GIS.html" target="_blank"> <b> ' + values[33] + ' </b> </a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=100> Truck Percentage </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[8] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[21] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_HC/RCI_GIS.html" target="_blank"> <b> ' + values[34] + ' </b> </a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'


HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=100>Length (miles)</td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + Math.round(values[9] * 1000)/1000 + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + Math.round(values[22] * 1000)/1000 + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_HC/RCI_GIS.html" target="_blank"> <b> ' + values[35] + ' </b> </a></td>\n'

HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '      </table>\n'
HTMLstring+= '<font size="1"> * - Links are smallest roadway segments at which RCI traffic data is available  </font> <br> <br>  '



HTMLstring+= '         <table border="2" bgcolor = "FFFFDC"  bordercolor="brown" width="375" CELLPADDING=1 cellspacing=1>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr >\n'
HTMLstring+= '       <td class = "nhead" bgcolor="brown" COLSPAN=5> <b> Link Group Characteristics** </b> </font></td>\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       <tr>\n'
HTMLstring+= '       <td width= 50%>&nbsp</td>\n'
HTMLstring+= '       <td class = "rcell" width= 20%> <b> 2004 </b></td>\n'
HTMLstring+= '       <td class = "rcell" width= 20%> <b> 2005 </b></td>\n'
HTMLstring+= '       <td class = "rcell" width= 10%> <b> Source </b></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Greater than 9000 AADT on 75% of segment length </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[10] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[23] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_HC/RCI_GIS.html" target="_blank"> <b> ' + values[36] + ' </b> </a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'
HTMLstring+= '\n'
HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Greater than 6000 AADT on 50% of segment length </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[11] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[24] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_HC/RCI_GIS.html" target="_blank"> <b> ' + values[37] + ' </b> </a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Greater than 1000 AADT on 50% of segment length </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[12] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[25] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_HC/RCI_GIS.html" target="_blank"> <b> ' + values[38] + ' </b> </a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Greater than 20% trucks on 75% segment length </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[13] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[26] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_HC/RCI_GIS.html" target="_blank"> <b> ' + values[39] + ' </b> </a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Greater than 13% trucks on 50% segment length </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[14] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b>  ' + values[27] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_HC/RCI_GIS.html" target="_blank"> <b> ' + values[40] + ' </b> </a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell" width=150> Provides an Interstate Connection to a major market </td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[15] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + values[28] + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_HC/RCI_GIS.html" target="_blank"> <b> ' + values[41] + ' </b> </a></td>\n'
HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '        <tr>\n'
HTMLstring+= '       <td class = "rcell">Length (miles)</td>\n'
                     //Math.round(8.111111*1000)/1000  //returns 8.111
HTMLstring+= '       <td class = "ncell2"> <b> ' + Math.round(values[16] * 1000)/1000 + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <b> ' + Math.round(values[29] * 1000)/1000 + ' </b></td>\n'
HTMLstring+= '       <td class = "ncell2"> <a href="HTMLPG_HC/RCI_GIS.html" target="_blank"> <b> ' + values[42] + ' </b> </a></td>\n'

HTMLstring+= '\n'
HTMLstring+= '       </tr>\n'

HTMLstring+= '\n'
HTMLstring+= '       \n'
HTMLstring+= '\n'
HTMLstring+= '\n'
HTMLstring+= '      </table>\n'
HTMLstring+= '<font size="1"> ** - Link groups are groups of contiguous segments used for designation analysis  </font> <br> <br>  '
}

return HTMLstring;

}