<?php

 $testy1=84;
  $sql33 ="SELECT * FROM $table_name92 WHERE information_id = '$testy1' ";
  $result33 = @mysql_query($sql33,$connection) or die(mysql_error());
        $row22 =mysql_fetch_array($result33,MYSQL_ASSOC);
          $display_blocka=  $row22['description'];
           $display_blocka=stripslashes($display_blocka);
               $welcome=htmlspecialchars_decode($display_blocka);

$T21=62;
$T22=61;
$T23=65;
$T24=1;
$T25=1;
$T26=$T23+1;
$T27=$T26+1;
$T28=$T27+1;
                                                                    //    $welcome <br /><br />

$logo999="CAP_Logo2.jpg";
 $display_title= "Warranty Application";
 $logo2="<img src=\"images/$logo999\" width=\"200\" alt=\"\" /> <br/>  ";


     if ( $survey_num==$T21){
  $title="Questions: Warranty Claim";
  }

  if ( $survey_num==$T22){
  $title="Questions: Warranty Segment";
  }

    if ( $survey_num==$T23){
  $title="Questions: Travel Reimbursement";
  }

    if ( $survey_num==$T24){
  $title="Questions: Community Involvement";
  }

     if ( $survey_num==$T25){
  $title="Questions: Beliefs";
  }

  $vip1="Warranty Claim";
  $vip2="Warranty Segment";
  $vip3="Travel Reimbursement";
  $vip4="";
  $vip5='';
  $vip6='';

  $tag77[$T21]="$vip1";
  $tag77[$T22]="$vip2";
  $tag77[$T23]="$vip3";
  $tag77[$T24]="";
   $tag77[$T25]='';
  $tag77[$T26]="Audit Assessment";
  $tag77[$T27]="Upload Documents";
  $tag77[$T28]="Sign & Submit Application";

?>