function ShowFeaturedProject(whichbutton)
{
  switch(whichbutton)
  {
    case "featured_button_1":
      	$("#featured_title").html('Western States Equipment Company');
      	$("#featured_copy").html('<p class="t3">This facility in Hayden, Idaho, was built for Western States Equipment Company, the largest Caterpillar Equipment dealer in the western United States. <a href="project.php?pid=121">more</a></p>');
	      $("#featured_thumb").html('<img src="images/featured_thumbs/image0001.jpg" />');
        break;
    case "featured_button_2":
      	$("#featured_title").html('KMC Cancer Center Treatment Facility');
      	$("#featured_copy").html('<p class="t3">The building is a beautiful piece of architecture which surrounds and looks out over a centrally located plaza and garden area that is the focus of the treatment and recovery areas. <a href="project.php?pid=64">more</a></p>');
	      $("#featured_thumb").html('<img src="images/featured_thumbs/image0002.jpg" />');
        break;
    case "featured_button_3":
      	$("#featured_title").html('Coeur d\'Alene Chamber of Commerce');
      	$("#featured_copy").html('<p class="t3">The Coeur d\'Alene Chamber of Commerce project was over 7 years in the making – Contractors Northwest was selected by the Chamber for the project in 2000. <a href="project.php?pid=71">more</a></p>');
	      $("#featured_thumb").html('<img src="images/featured_thumbs/image0003.jpg" />');
        break;
    case "featured_button_4":
      	$("#featured_title").html('Sandpoint Financial and Technical Center');
      	$("#featured_copy").html('<p class="t3">The Sandpoint Financial and Technical center is the largest commercial building in Sandpoint. It occupies an entire city block, is three levels in height, and features a three-story atrium. <a href="project.php?pid=40">more</a></p>');
	      $("#featured_thumb").html('<img src="images/featured_thumbs/image0004.jpg" />');
        break;
    case "featured_button_5":
      	$("#featured_title").html('St. Joseph\'s Catholic Church');
      	$("#featured_copy").html('<p class="t3">This 38,000 square foot church features a cathedral ceiling, exposed glue lam trusses, 8\' solid red fir doors, and exposed split-faced masonry throughout. <a href="project.php?pid=44">more</a></p>');
	      $("#featured_thumb").html('<img src="images/featured_thumbs/image0005.jpg" />');
        break;
  }
}
