<!--
//Andreaemmes.com by Scott Hicks 4/2/2009


function myimg(y)
{
	//alert(y);
	
	var thetab = new Array();
  	thetab[0] = document.getElementById("t0");
  	thetab[1] = document.getElementById("t1");
  	thetab[2] = document.getElementById("t2");
  	thetab[3] = document.getElementById("t3");
   			  	
  	for (i = 0; i <= 3; i++)
  	{
	  	//alert(y);
	  	thetab[i].style.display = "none";
  	}
  	if (y == null)
  	{
	  	y == 0;
  	}
  	thetab[y].style.display = "block";
	
  	
  	
}


//This function changes pictures.
function sing(x)
{
	//alert(x + " sing");
	
  	var thedoc = new Array();
  	thedoc[0] = "images/music/music_cd_cover.jpg";
  	thedoc[1] = "images/music/music_Laaaaaaaa.jpg";
  	thedoc[2] = "images/music/music_andrea_laying_it_down.jpg";
   	thedoc[3] = "images/music/music_working_hard_in_the_studio.jpg";
  	thedoc[4] = "images/music/music_andrea_inside_art_toe_in_water.jpg";
  	thedoc[5] = "images/music/music_andrea_toe_in__water2.jpg";
  	thedoc[6] = "images/music/music_Andrea_Emmes_Music_Shot.jpg";
  	thedoc[7] = "images/music/music_walkathon.jpg";
  	thedoc[8] = "images/music/music_lama4.jpg";
  	thedoc[9] = "images/music/la_award.jpg";
  	thedoc[10] = "images/music/lamusicawards.jpg";
  	thedoc[11] = "images/music/lamusicawards1.jpg";
  	thedoc[12] = "images/music/lamusicawards2.jpg";
  	thedoc[13] = "images/music/lamusicawards3.jpg";
  	thedoc[14] = "images/music/lamusicawards4.jpg";
  	thedoc[15] = "images/music/lamusicawards5.jpg";
  	thedoc[16] = "images/music/lamusicawards6.jpg";
  	thedoc[17] = "images/music/lamusicawards7.jpg";
  	thedoc[18] = "images/music/lamusicawards8.jpg";
  	thedoc[19] = "images/music/lamusicawards9.jpg";
  	thedoc[20] = "images/music/music_Andrea_Hunter.jpg";
  	thedoc[21] = "images/music/music_Andrea_Hunter 2.jpg";
  	thedoc[22] = "images/music/music_andrea_get_up_youth.jpg";
  	thedoc[23] = "images/music/music_AndreawithGetUpYouthGroup.jpg";
  	thedoc[24] = "images/music/java1.jpg";
  	thedoc[25] = "images/music/aog01.jpg";
  	thedoc[26] = "images/music/weep.jpg";

  	document.form.music.src = thedoc[x];
}

-->
