function replacetext(value)
{
  var txt = "";
  switch(value)  {
	case "1":
	txt ="It all started here - my good buddy Mark Wood welding up every seam on the subframe before we installed it under the car with solid aluminum body bushings from Global West. ";
	break;
    case "2":
	txt = "Me and Tom Medlock (white shirt), owner of Specialty Cars in Artesia, CA.  Specialty Cars did the roll cage installation, installed the Fuel Safe fuel cell, and also installed and plumbed the fire suppression system.";
	break;
    case "3":
	txt ="Driver door side bars installed.";
	break;
	case "4":
	txt ="Still at Specialty Cars – roll cage pretty much complete at this point.";
	break;
	case "5":
	txt ="Getting a feel for the initial seat location.  Tom pretty much nailed it on the first try.  He also had the Kirkey aluminum seat custom made to my measurements and it fits me perfectly.";
	break;
	case "6":
	txt ="Me sitting in the car and dreaming of going 150 down the back stretch at Willow Springs.";
	break;
	case "7":
	txt ="At home in my driveway after installing a bare engine block and transmission.";
	break;
case "8":
	txt ="At home in my driveway – front passenger side view.";
	break;
case "9":
	txt ="Close up of driver door side bars.";
	break;
case "10":
	txt ="Looking towards the driver seat.";
	break;
case "11":
	txt ="Hack job done by a previous owner on the shifter tunnel.  I wanted to show this “before” picture so you could appreciate the “after” picture (in Phase 2 pictures section).";
	break;
case "12":
	txt ="Looking into the back seat area.";
	break;
case "13":
	txt ="Looking through the back window.";
	break;
case "14":
	txt ="Trunk area showing box for fuel cell.  Area around the box will be patched into the remaining trunk floor later.";
	break;
case "15":
	txt ="Engine compartment.  Sharp eyes will note ventilated #4 cylinder in the block.  Firewall holes will be patched later.  I needed to install the engine block, scattershield, transmission, and Hurst Super Shifter so I would know exactly where the shifter stick would come up through the transmission tunnel before any patching could be done.";
	break;

	default:
	txt ="no description available";
  }
  document.getElementById('asc').innerHTML = txt;
} 