$(document).ready(function() {

$("#homeContainer-4").click(function(){
  $.client = 'alaska';		
$("#container-6").removeClass("shown")
$("#container-12").removeClass("shown")
$("#container-13").removeClass("shown")
$("#section1b").removeClass()
$("#section1b").addClass("sub alaska");
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/alaska/screen1.png' />");
$("#textBox").html("<h3>Alaska Airlines</h3> six-panel brochure");
$("#client-list").children().removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
});


$("#container-3").click(function(){
if ($.client == 'esterline'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/esterline/screen1.png' />");
$("#textBox").html("<h3>Esterline Technologies</h3> Benefits Enrollment Guide<br> Cover");  
}  else if
  ($.client == 'harveys'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/harveys/screen1.png' />");
$("#textBox").html("<h3>Harveys Casino Resorts</h3> Investment Brochure");
} else if
  ($.client == 'nintendo'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/nintendo/screen1.png' />");
$("#textBox").html("<h3>Nintendo</h3> Recruitment Brochure<br> Cover");
} else if
  ($.client == 'sunkist'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/sunkist/screen1.png' />");
$("#textBox").html("<h3>Sunkist</h3> Investment Guide<br>Cover");
}
});

$("#container-4").click(function(){
if ($.client == 'alaska'){
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/alaska/screen1.png' />");
$("#textBox").html("<h3>Alaska Airlines</h3> six-panel brochure");  } else if
  ($.client == 'apple'){
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/apple/screen.png' />");
$("#textBox").html("<h3>Apple Inc.</h3> Open Enrollment Guide");
} else if
  ($.client == 'audubon'){
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/audubon/screen.png' />");
$("#textBox").html("<h3>Audubon</h3> Los Angeles Chapter<br/>Self-Mailer");
}
 else if
  ($.client == 'cisco'){
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/cisco/screen1.png' />");
$("#textBox").html("<h3>Cisco Systems, Inc.</h3> Monthly Table Tents<br><br>");
}
 else if
  ($.client == 'e'){
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/e/screen1.png' />");
$("#textBox").html("<h3>E! Teen Choice Awards, Inc.</h3> Surfboard design<br> used on Red Carpet");
}
 else if
  ($.client == 'esterline'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/esterline/screen2.png' />");
$("#textBox").html("<h3>Esterline Technologies</h3> Benefits Enrollment Guide<br> Inside Page");
} else if
  ($.client == 'harveys'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/harveys/screen2.png' />");
$("#textBox").html("<h3>Harveys Casino Resorts</h3> Investment Brochure");
} else if
  ($.client == 'healthcaresolutions'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/healthcaresolutions/screen1.png' />");
$("#textBox").html("<h3>Healthcare Solutions</h3>  Company Website");
} else if
  ($.client == 'nintendo'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/nintendo/screen2.png' />");
$("#textBox").html("<h3>Nintendo</h3> Recruitment Brochure<br> Inside Page");
} else if
  ($.client == 'starbucks'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/starbucks/screen1.png' />");
$("#textBox").html("<h3>Starbucks Corporation</h3> Managment Deferred<br>Compensation Plan - <br>Page 4 of 20");
} else if
  ($.client == 'sunkist'){
$(this).addClass("shown");	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/sunkist/screen2.png' />");
$("#textBox").html("<h3>Sunkist</h3> Investment Guide<br>Inside Page");
}
});

$("#container-5").click(function(){
if ($.client == 'audubon'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/audubon/screen2.png' />");
$("#textBox").html("<h3>Audubon</h3> Los Angeles Chapter<br/>Self-Mailer");  } else if
  ($.client == 'cisco'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/cisco/screen2.png' />");
$("#textBox").html("<h3>Cisco Systems, Inc.</h3> LifeConnections Brochure<br>Cover");
}
 else if
  ($.client == 'e'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/e/screen2.png' />");
$("#textBox").html("<h3>E! Teen Choice Awards, Inc.</h3> Surfboard design<br> used on Red Carpet");
} else if
  ($.client == 'starbucks'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/starbucks/screen2.png' />");
$("#textBox").html("<h3>Starbucks Corporation</h3> Benefits Plan Description<br> 240 page book and<br>Interactive DVD ");
}
});


$("#container-6").click(function(){
if ($.client == 'alaska'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/alaska/screen2.png' />");
$("#textBox").html("<h3>Alaska Airlines</h3> six-panel brochure");  } else if
  ($.client == 'audubon'){
$(this).addClass("shown")		  
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/audubon/screen3.png' />");
$("#textBox").html("<h3>Audubon</h3> Los Angeles Chapter<br/>Fundraising Mailer"); } else if
  ($.client == 'cisco'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/cisco/screen3.png' />");
$("#textBox").html("<h3>Cisco Systems, Inc.</h3> LifeConnections Brochure<br>Inside Page");
}
 else if
  ($.client == 'esterline'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/esterline/screen3.png' />");
$("#textBox").html("<h3>Esterline Technologies</h3> Benefits Enrollment Guide<br> Cover");
}  else if
  ($.client == 'harveys'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/harveys/screen3.png' />");
$("#textBox").html("<h3>Harveys Casino Resorts</h3> Investment Brochure");
} else if
  ($.client == 'healthcaresolutions'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/healthcaresolutions/screen2.png' />");
$("#textBox").html("<h3>Healthcare Solutions</h3>  Company Website");
} else if
  ($.client == 'nintendo'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/nintendo/screen3.png' />");
$("#textBox").html("<h3>Nintendo</h3> Recruitment Brochure<br> Inside Page");
} else if
  ($.client == 'starbucks'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/starbucks/screen3.png' />");
$("#textBox").html("<h3>Starbucks Corporation</h3> Employee Communication<br> Postcard - front and back<br><br>");
}
});

$("#container-10").click(function(){
if ($.client == 'esterline'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/esterline/screen4.png' />");
$("#textBox").html("<h3>Esterline Technologies</h3>Career Advancement<br> Campaign"); 
}   else if
  ($.client == 'harveys'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/harveys/screen4.png' />");
$("#textBox").html("<h3>Harveys Casino Resorts</h3> Investment Brochure");
} else if
  ($.client == 'nintendo'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/nintendo/screen4.png' />");
$("#textBox").html("<h3>Nintendo</h3> Recruitment Brochure<br> Inside Page");
}else if
  ($.client == 'sunkist'){
$(this).addClass("shown");	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/sunkist/screen3.png' />");
$("#textBox").html("<h3>Sunkist</h3> Investment Guide<br>Inside Page");
}
});

$("#container-11").click(function(){
if ($.client == 'apple'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/apple/screen2.png' />");
$("#textBox").html("<h3>Apple Inc.</h3> Open Enrollment Guide");  } else if
  ($.client == 'cisco'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/cisco/screen4.png' />");
$("#textBox").html("<h3>Cisco Systems, Inc.</h3> Benefits Enrollment Guide <br> and Interactive DVD");
}
else if
  ($.client == 'esterline'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/esterline/screen5.png' />");
$("#textBox").html("<h3>Esterline Technologies</h3> Benefits Enrollment Guide<br> Cover");
}  else if
  ($.client == 'harveys'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/harveys/screen5.png' />");
$("#textBox").html("<h3>Harveys Casino Resorts</h3> Investment Brochure");
} else if
  ($.client == 'nintendo'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/nintendo/screen5.png' />");
$("#textBox").html("<h3>Nintendo</h3> Company Meeting<br> Cover");
} else if
  ($.client == 'starbucks'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/starbucks/screen4.png' />");
$("#textBox").html("<h3>Starbucks Corporation</h3> First Year - Developed Branding<br>for HR Communications<br><br>");
}else if
  ($.client == 'sunkist'){
$(this).addClass("shown");	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/sunkist/screen4.png' />");
$("#textBox").html("<h3>Sunkist</h3> Reminder<br>Postcard Series");
}
});

$("#container-12").click(function(){
if ($.client == 'alaska'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/alaska/screen3.png' />");
$("#textBox").html("<h3>Alaska Airlines</h3> six-panel brochure");  } else if
  ($.client == 'apple'){
$(this).addClass("shown")		  
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/apple/screen3.png' />");
$("#textBox").html("<h3>Apple Inc.</h3>  Employee Benefits Postcard"); } else if
  ($.client == 'audubon'){
  $(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/audubon/screen4.png' />");
$("#textBox").html("<h3>Audubon</h3> Portland, Oregon Chapter<br/>Call to Artists Postcard"); }else if
  ($.client == 'cisco'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/cisco/screen5.png' />");
$("#textBox").html("<h3>Cisco Systems, Inc.</h3> Benefits Enrollment Guide<br><br>");
}
else if
  ($.client == 'e'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/e/screen3.png' />");
$("#textBox").html("<h3>E! Teen Choice Awards, Inc.</h3> Surfboard design<br> used on Red Carpet");
}
else if
  ($.client == 'esterline'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/esterline/screen6.png' />");
$("#textBox").html("<h3>Esterline Technologies</h3> Benefits Enrollment Guide<br> Inside Page");
}  else if
  ($.client == 'harveys'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/harveys/screen6.png' />");
$("#textBox").html("<h3>Harveys Casino Resorts</h3> Investment Brochure");
} else if
  ($.client == 'healthcaresolutions'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/healthcaresolutions/screen3.png' />");
$("#textBox").html("<h3>Healthcare Solutions</h3>  Company Website");
} else if
  ($.client == 'starbucks'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/starbucks/screen5.png' />");
$("#textBox").html("<h3>Starbucks Corporation</h3> Managment Deferred<br> Compensation Plan -<br> cover design");
}else if
  ($.client == 'sunkist'){
$(this).addClass("shown");	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/sunkist/screen5.png' />");
$("#textBox").html("<h3>Sunkist</h3> Reminder<br>Postcard Series");
}
});


$("#container-13").click(function(){
if ($.client == 'alaska'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/alaska/screen4.png' />");
$("#textBox").html("<h3>Alaska Airlines</h3> six-panel brochure");  } else if
  ($.client == 'audubon'){
  $(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/audubon/screen5.png' />");
$("#textBox").html("<h3>Audubon</h3> Portland, Oregon Chapter<br/>Wild Arts Festival Postcard"); } else if
  ($.client == 'cisco'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/cisco/screen6.png' />");
$("#textBox").html("<h3>Cisco Systems, Inc.</h3> Internal Communications<br> Poster");
} else if
  ($.client == 'starbucks'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/starbucks/screen6.png' />");
$("#textBox").html("<h3>Starbucks Corporation</h3> Benefits Enrollment Guide<br><br><br>");
} else if
  ($.client == 'healthcaresolutions'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/healthcaresolutions/screen4.png' />");
$("#textBox").html("<h3>Healthcare Solutions</h3>  Company Website");
}else if
  ($.client == 'sunkist'){
$(this).addClass("shown");	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/sunkist/screen6.png' />");
$("#textBox").html("<h3>Sunkist</h3> Investment Guide<br>Inside Page");
}
});

$("#container-14").click(function(){
if ($.client == 'audubon'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/audubon/screen5.png' />");
$("#textBox").html("<h3>Audubon</h3> Portland, Oregon Chapter<br/>Wild Arts Festival Postcard");  } else if
  ($.client == '??'){
  alert('??') }
});

$("#container-16").click(function(){
if ($.client == 'cisco'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/cisco/screen8.png' />");
$("#textBox").html("<h3>Cisco Systems, Inc.</h3> Postcard<br><br>");  }  else if
  ($.client == 'starbucks'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/starbucks/screen8.png' />");
$("#textBox").html("<h3>Starbucks Corporation</h3> Savings Plan Brochure<br><br><br>");
}
});

$("#container-20").click(function(){
if ($.client == 'cisco'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/cisco/screen7.png' />");
$("#textBox").html("<h3>Cisco Systems, Inc.</h3> Recruitment Flyer<br><br>");  } else if
  ($.client == 'starbucks'){
$(this).addClass("shown")	
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/starbucks/screen7.png' />");
$("#textBox").html("<h3>Starbucks Corporation</h3> Web page designs<br>provided to WebMD<br><br>");
}
});


$("#homeLink").click(function() {
$("#main-navList").find('li > a').removeClass();
$("#client-list").css("display","none");
$("#h-quote").removeClass();
$("#h-quote").css("display","none");
$("#h-quote").addClass("homeQuote");
$("#h-quote").fadeIn("slow");
});

$("#work").click(function() {
$("#section1b").removeClass();
$("#section1b").addClass("sub work");
$("#client-list").fadeIn("slow");
$("#client-list").find('span').removeClass();
$("#imageBox").html("<img src='images/clients/all/text.png' />");
$("#textBox").html("");
$("#h-quote").removeClass();
$("#h-quote").css("display","none");
$("#h-quote").addClass("workQuote")
$("#h-quote").fadeIn("slow");
$("#client-list").fadeIn("slow");
$("#main-navList").find('li > a').removeClass();
$("#workLink").addClass("selected");
$("#clicktoview").css("display","none");
});



$("#workLink").click(function() {
$("#section1b").removeClass();
$("#section1b").addClass("sub work");
$("#imageBox").html("<img src='images/clients/all/text.png' />");
$("#textBox").html("");
$("#h-quote").removeClass();
$("#h-quote").css("display","none");
$("#h-quote").addClass("workQuote")
$("#h-quote").fadeIn("slow");
$("#client-list").fadeIn("slow");
$("#main-navList").find('li > a').removeClass();
$(this).addClass("selected");
$("#client-list").find('span').removeClass();
$("#clicktoview").css("display","none");
});


$("#process").click(function() {
$("#h-quote").removeClass();
$("#h-quote").css("display","none");
$("#h-quote").addClass("processQuote");
$("#h-quote").fadeIn("slow");
$("#main-navList").find('li > a').removeClass();
$(this).addClass("selected");
$("#client-list").fadeIn("slow");
$("#client-list").find('span').removeClass();
$(".clicktoview").css("display","none");
});

$("#buzz").click(function() {
$("#h-quote").removeClass();
$("#h-quote").css("display","none");
$("#h-quote").addClass("buzzQuote");
$("#h-quote").fadeIn("slow");
$("#main-navList").find('li > a').removeClass();
$(this).addClass("selected");
$("#client-list").fadeIn("slow");
$("#client-list").find('span').removeClass();
$(".clicktoview").css("display","none");
});


$("#hive").click(function() {
$("#h-quote").removeClass();
$("#h-quote").css("display","none");
$("#h-quote").addClass("hiveQuote");
$("#h-quote").fadeIn("slow");
$("#main-navList").find('li > a').removeClass();
$(this).addClass("selected");
$("#client-list").fadeIn("slow");
$("#client-list").find('span').removeClass();
$(".clicktoview").css("display","none");
});



$("#alaska").click(function() {
$("#container-6").removeClass("shown");
$("#container-12").removeClass("shown");
$("#container-13").removeClass("shown");
$.client = 'alaska';		
$("#section1b").removeClass()
$("#section1b").addClass("sub alaska");
$("#containerBox").css("display","none");
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/alaska/screen1.png' />");
$("#textBox").html("<h3>Alaska Airlines</h3> six-panel brochure");
$(this.parent).find('span').removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
$("#clicktoview").fadeIn("slow");
});


$("#apple").click(function() {
$("#container-11").removeClass("shown");
$("#container-12").removeClass("shown");
$.client = 'apple';
$("#containerBox").css("display","none");
$("#section1b").removeClass()
$("#section1b").addClass("sub apple"); 
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/apple/screen.png' />");
$("#textBox").html("<h3>Apple Inc.</h3> Open Enrollment Guide");
$(this.parent).find('span').removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
$("#clicktoview").fadeIn("slow");
});

$("#audubon").click(function() {
$("#container-5").removeClass("shown");
$("#container-6").removeClass("shown");
$("#container-13").removeClass("shown");
$("#container-14").removeClass("shown");
$.client = 'audubon';
$("#containerBox").css("display","none");
$("#section1b").removeClass()
$("#section1b").addClass("sub audubon"); 
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/audubon/screen.png' />");
$("#textBox").html("<h3>Audubon</h3> Los Angeles Chapter<br/>Self-Mailer");
$(this.parent).find('span').removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
$("#clicktoview").fadeIn("slow");
});


$("#cisco").click(function() {
$("#container-4").removeClass("shown");
$("#container-5").removeClass("shown");
$("#container-6").removeClass("shown");
$("#container-11").removeClass("shown");
$("#container-12").removeClass("shown");
$("#container-13").removeClass("shown");
$("#container-16").removeClass("shown");
$("#container-20").removeClass("shown");
$.client = 'cisco';
$("#containerBox").css("display","none");
$("#section1b").removeClass()
$("#section1b").addClass("sub cisco"); 
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/cisco/screen1.png' />");
$("#textBox").html("<h3>Cisco Systems, Inc.</h3> Monthly Table Tents<br><br>");
$(this.parent).find('span').removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
$("#clicktoview").fadeIn("slow");
});

$("#e").click(function() {
$("#container-5").removeClass("shown");
$("#container-12").removeClass("shown");
$.client = 'e';
$("#containerBox").css("display","none");
$("#section1b").removeClass()
$("#section1b").addClass("sub e"); 
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/e/screen1.png' />");
$("#textBox").html("<h3>E! Teen Choice Awards, Inc.</h3> Surfboard design<br> used on Red Carpet");
$(this.parent).find('span').removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
$("#clicktoview").fadeIn("slow");
});

$("#esterline").click(function() {
$("#container-4").removeClass("shown");
$("#container-6").removeClass("shown");
$("#container-10").removeClass("shown");
$("#container-11").removeClass("shown");
$("#container-12").removeClass("shown");
$.client = 'esterline';
$("#containerBox").css("display","none");
$("#section1b").removeClass()
$("#section1b").addClass("sub esterline"); 
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/esterline/screen1.png' />");
$("#textBox").html("<h3>Esterline Technologies</h3> Benefits Enrollment Guide<br> Cover");
$(this.parent).find('span').removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
$("#clicktoview").fadeIn("slow");
});

$("#harveys").click(function() {
$("#container-3").removeClass("shown");
$("#container-4").removeClass("shown");
$("#container-6").removeClass("shown");
$("#container-10").removeClass("shown");
$("#container-11").removeClass("shown");
$("#container-12").removeClass("shown");
$.client = 'harveys';
$("#containerBox").css("display","none");
$("#section1b").removeClass()
$("#section1b").addClass("sub harveys"); 
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/harveys/screen1.png' />");
$("#textBox").html("<h3>Harveys Casino Resorts</h3> Investment Brochure");
$(this.parent).find('span').removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
$("#clicktoview").fadeIn("slow");
});

$("#healthcaresolutions").click(function() {
$("#container-6").removeClass("shown");
$("#container-12").removeClass("shown");
$("#container-13").removeClass("shown");
$.client = 'healthcaresolutions';
$("#containerBox").css("display","none");
$("#section1b").removeClass()
$("#section1b").addClass("sub healthcaresolutions"); 
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/healthcaresolutions/screen1.png' />");
$("#textBox").html("<h3>Healthcare Solutions</h3> Company Website");
$(this.parent).find('span').removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
$("#clicktoview").fadeIn("slow");
});


$("#nintendo").click(function() {
$("#container-3").removeClass("shown");
$("#container-4").removeClass("shown");
$("#container-6").removeClass("shown");
$("#container-10").removeClass("shown");
$("#container-11").removeClass("shown");
$.client = 'nintendo';
$("#containerBox").css("display","none");
$("#section1b").removeClass()
$("#section1b").addClass("sub nintendo"); 
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/nintendo/screen1.png' />");
$("#textBox").html("<h3>Nintendo</h3> Recruitment Brochure<br> Cover");
$(this.parent).find('span').removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
$("#clicktoview").fadeIn("slow");
});

$("#starbucks").click(function() {
$("#container-4").removeClass("shown");
$("#container-5").removeClass("shown");
$("#container-6").removeClass("shown");
$("#container-11").removeClass("shown");
$("#container-12").removeClass("shown");
$("#container-13").removeClass("shown");
$("#container-16").removeClass("shown");
$("#container-20").removeClass("shown");
$.client = 'starbucks';
$("#containerBox").css("display","none");
$("#section1b").removeClass()
$("#section1b").addClass("sub starbucks"); 
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/starbucks/screen1.png' />");
$("#textBox").html("<h3>Starbucks Corporation</h3> Managment Deferred<br>Compensation Plan - <br>Page 4 of 20");
$(this.parent).find('span').removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
$("#clicktoview").fadeIn("slow");
});

$("#sunkist").click(function() {
$("#container-3").removeClass("shown");
$("#container-4").removeClass("shown");
$("#container-10").removeClass("shown");
$("#container-11").removeClass("shown");
$("#container-12").removeClass("shown");
$("#container-13").removeClass("shown");
$.client = 'sunkist';
$("#containerBox").css("display","none");
$("#section1b").removeClass()
$("#section1b").addClass("sub sunkist"); 
$("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/clients/sunkist/screen1.png' />");
$("#textBox").html("<h3>Sunkist</h3> Investment Guide<br>Cover");
$(this.parent).find('span').removeClass();
$(this).addClass("selected");
$("#h-quote").removeClass()
$("#clicktoview").fadeIn("slow");
});



$("#changeText2").click(function() {
$("#containerBox").css("display","none");
 $("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/surfboard.png'>");
$("#textBox").html("<a id='changeText3'>next</a>");
//links that are inside of the div i.e. next back
$("#changeText3").click(function() {
$("#containerBox").css("display","none");
 $("#containerBox").fadeIn("slow");
$("#imageBox").html("<img src='images/surfboard.png'>");
$("#textBox").html("it worked");
});
});
});



