
function none_5(){changetab_6(1);}

function changetab_6(tab)
{
   for(i=1; i <5; i++)        
  {
	if (i==tab)
    {document.getElementById("M_"+i).style.color = "#F35A22";
	document.getElementById("I_"+i).style.backgroundImage = "url(/images/s_4_6.jpg)";
	document.getElementById("D_"+i).style.backgroundColor = "#F35A22";
	}
    else  
    {document.getElementById("M_"+i).style.color = "#999999";
	document.getElementById("I_"+i).style.backgroundImage = "url(/images/s_4_7.jpg)";
	document.getElementById("D_"+i).style.backgroundColor = "#999999";
	}
	   for(x=1; x <4; x++)   
	   {
		   if (i==tab)
		    {document.getElementById("L_"+i+"_"+x).style.borderColor = "#F35A22";}	
	       else
	        {document.getElementById("L_"+i+"_"+x).style.borderColor = "#999999";}
		}
      
  }
}
function changetab_4(tab)
{
   for(i=1; i <4; i++)        
  {
	if (i==tab)
    {document.getElementById("tab_"+i).style.backgroundColor="#F35A22";document.getElementById("tab_"+i).style.backgroundImage = "";document.getElementById("N"+i).style.display="block";}
    else  
    {document.getElementById("tab_"+i).style.backgroundColor="#959595";document.getElementById("tab_"+i).style.backgroundImage = "url(/images/s_2_2.jpg)";document.getElementById("N"+i).style.display="none";}
  }
}
function changetab_7(tab)
{
   if(tab==1){location.href = "#one";}
   if(tab==2){location.href = "#two";}
   if(tab==3){location.href = "#three";}
   if(tab==4){location.href = "#four";}
   if(tab==5){location.href = "#five";}
   for(i=1; i <5; i++)        
  {
	if (i==tab)
    {document.getElementById("M_"+i).style.color = "#F35A22";
	document.getElementById("I_"+i).style.backgroundImage = "url(/images/s_4_6.jpg)";
	document.getElementById("D_"+i).style.backgroundColor = "#F35A22";
	}
    else  
    {document.getElementById("M_"+i).style.color = "#999999";
	document.getElementById("I_"+i).style.backgroundImage = "url(/images/s_4_7.jpg)";
	document.getElementById("D_"+i).style.backgroundColor = "#999999";
	}
	   for(x=1; x <4; x++)   
	   {
		   if (i==tab)
		    {document.getElementById("L_"+i+"_"+x).style.borderColor = "#F35A22";}	
	       else
	        {document.getElementById("L_"+i+"_"+x).style.borderColor = "#999999";}
		}
      
  }
}