        
function setFocus66(i)
{
 selectLayer66(i);
}
function selectLayer66(i)
{
 switch(i)
 {
 case 1:
 document.getElementById("foreshow11").src="images/mu2_03.jpg";
 document.getElementById("foreshow22").src="images/mu_05.jpg";
 document.getElementById("foreshow33").src="images/mu_07.jpg";
 document.getElementById("foreshow44").src="images/mu_09.jpg";
 document.getElementById("foreshow55").src="images/mu_11.jpg";
 document.getElementById("foreshow66").src="images/mu_13.jpg";
 document.getElementById("foreshow77").src="images/mu_15.jpg";
 document.getElementById("foreshow88").src="images/mu_17.jpg";
 document.getElementById("foreshow99").src="images/mu_19.jpg";
 
 break;
 case 2:
 document.getElementById("foreshow11").src="images/mu_03.jpg";
 document.getElementById("foreshow22").src="images/mu2_05.jpg";
 document.getElementById("foreshow33").src="images/mu_07.jpg";
 document.getElementById("foreshow44").src="images/mu_09.jpg";
 document.getElementById("foreshow55").src="images/mu_11.jpg";
 document.getElementById("foreshow66").src="images/mu_13.jpg";
 document.getElementById("foreshow77").src="images/mu_15.jpg";
 document.getElementById("foreshow88").src="images/mu_17.jpg";
 document.getElementById("foreshow99").src="images/mu_19.jpg";
 
 break;
 case 3:
 document.getElementById("foreshow11").src="images/mu_03.jpg";
 document.getElementById("foreshow22").src="images/mu_05.jpg";
 document.getElementById("foreshow33").src="images/mu2_07.jpg";
 document.getElementById("foreshow44").src="images/mu_09.jpg";
 document.getElementById("foreshow55").src="images/mu_11.jpg";
 document.getElementById("foreshow66").src="images/mu_13.jpg";
 document.getElementById("foreshow77").src="images/mu_15.jpg";
 document.getElementById("foreshow88").src="images/mu_17.jpg";
 document.getElementById("foreshow99").src="images/mu_19.jpg";
 
 break;
 case 4:
 document.getElementById("foreshow11").src="images/mu_03.jpg";
 document.getElementById("foreshow22").src="images/mu_05.jpg";
 document.getElementById("foreshow33").src="images/mu_07.jpg";
 document.getElementById("foreshow44").src="images/mu2_09.jpg";
 document.getElementById("foreshow55").src="images/mu_11.jpg";
 document.getElementById("foreshow66").src="images/mu_13.jpg";
 document.getElementById("foreshow77").src="images/mu_15.jpg";
 document.getElementById("foreshow88").src="images/mu_17.jpg";
 document.getElementById("foreshow99").src="images/mu_19.jpg";

 break;
 case 5:
 document.getElementById("foreshow11").src="images/mu_03.jpg";
 document.getElementById("foreshow22").src="images/mu_05.jpg";
 document.getElementById("foreshow33").src="images/mu_07.jpg";
 document.getElementById("foreshow44").src="images/mu_09.jpg";
 document.getElementById("foreshow55").src="images/mu2_11.jpg";
 document.getElementById("foreshow66").src="images/mu_13.jpg";
 document.getElementById("foreshow77").src="images/mu_15.jpg";
 document.getElementById("foreshow88").src="images/mu_17.jpg";
 document.getElementById("foreshow99").src="images/mu_19.jpg";

 break;
 case 6:
 document.getElementById("foreshow11").src="images/mu_03.jpg";
 document.getElementById("foreshow22").src="images/mu_05.jpg";
 document.getElementById("foreshow33").src="images/mu_07.jpg";
 document.getElementById("foreshow44").src="images/mu_09.jpg";
 document.getElementById("foreshow55").src="images/mu_11.jpg";
 document.getElementById("foreshow66").src="images/mu2_13.jpg";
 document.getElementById("foreshow77").src="images/mu_15.jpg";
 document.getElementById("foreshow88").src="images/mu_17.jpg";
 document.getElementById("foreshow99").src="images/mu_19.jpg";

 break;
 case 7:
 document.getElementById("foreshow11").src="images/mu_03.jpg";
 document.getElementById("foreshow22").src="images/mu_05.jpg";
 document.getElementById("foreshow33").src="images/mu_07.jpg";
 document.getElementById("foreshow44").src="images/mu_09.jpg";
 document.getElementById("foreshow55").src="images/mu_11.jpg";
 document.getElementById("foreshow66").src="images/mu_13.jpg";
 document.getElementById("foreshow77").src="images/mu2_15.jpg";
 document.getElementById("foreshow88").src="images/mu_17.jpg";
 document.getElementById("foreshow99").src="images/mu_19.jpg";

 break;
 case 8:
 document.getElementById("foreshow11").src="images/mu_03.jpg";
 document.getElementById("foreshow22").src="images/mu_05.jpg";
 document.getElementById("foreshow33").src="images/mu_07.jpg";
 document.getElementById("foreshow44").src="images/mu_09.jpg";
 document.getElementById("foreshow55").src="images/mu_11.jpg";
 document.getElementById("foreshow66").src="images/mu_13.jpg";
 document.getElementById("foreshow77").src="images/mu_15.jpg";
 document.getElementById("foreshow88").src="images/mu2_17.jpg";
 document.getElementById("foreshow99").src="images/mu_19.jpg";

 break;
 case 9:
 document.getElementById("foreshow11").src="images/mu_03.jpg";
 document.getElementById("foreshow22").src="images/mu_05.jpg";
 document.getElementById("foreshow33").src="images/mu_07.jpg";
 document.getElementById("foreshow44").src="images/mu_09.jpg";
 document.getElementById("foreshow55").src="images/mu_11.jpg";
 document.getElementById("foreshow66").src="images/mu_13.jpg";
 document.getElementById("foreshow77").src="images/mu_15.jpg";
 document.getElementById("foreshow88").src="images/mu_17.jpg";
 document.getElementById("foreshow99").src="images/mu2_19.jpg";
 
 break;
 }
}


