team_0 = new Image();
team_0.src = "/images/about/pai_team.jpg";

team_a = new Image();
team_a.src = "/images/about/pai_team_a.gif";

team_b = new Image();
team_b.src = "/images/about/pai_team_b.gif";

team_c = new Image();
team_c.src = "/images/about/pai_team_c.gif";

team_d = new Image();
team_d.src = "/images/about/pai_team_d.gif";

team_e = new Image();
team_e.src = "/images/about/pai_team_e.gif";

team_f = new Image();
team_f.src = "/images/about/pai_team_f.gif";



function showTeam(letter) {

	flash('team','team_' + letter);
	
}
