﻿function mo(id,src)
	{
		for(i=1;i<=4;i++)
		{
			divid="div"+i;
			if(i==id)
			{
				document.getElementById(divid).style.display="";
			}
			else
			{
				document.getElementById(divid).style.display="none";
			}
		}
		
		if(src=="img1")
		{
			document.getElementById("img1").src="images/cg1.gif";
			document.getElementById("img2").src="images/ay01.gif";
			document.getElementById("img3").src="images/pj01.gif";
			document.getElementById("img4").src="images/yk01.gif";
		}
		if(src=="img2")
		{
			document.getElementById("img1").src="images/cg01.gif";
			document.getElementById("img2").src="images/ay1.gif";
			document.getElementById("img3").src="images/pj01.gif";
			document.getElementById("img4").src="images/yk01.gif";
		}
		if(src=="img3")
		{
			document.getElementById("img1").src="images/cg01.gif";
			document.getElementById("img2").src="images/ay01.gif";
			document.getElementById("img3").src="images/pj1.gif";
			document.getElementById("img4").src="images/yk01.gif";
		}
		if(src=="img4")
		{
			document.getElementById("img1").src="images/cg01.gif";
			document.getElementById("img2").src="images/ay01.gif";
			document.getElementById("img3").src="images/pj01.gif";
			document.getElementById("img4").src="images/yk1.gif";
		}
	}
	
	function moo(id,src)
	{
		for(i=1;i<=3;i++)
		{
			divid="divv"+i;
			if(i==id)
			{
				document.getElementById(divid).style.display="";
			}
			else
			{
				document.getElementById(divid).style.display="none";
			}
		}
		
		if(src=="imgs1")
		{
			document.getElementById("imgs1").src="images/vip1.gif";
			document.getElementById("imgs2").src="images/ln01.gif";
			document.getElementById("imgs3").src="images/et01.gif";
			
		}
		if(src=="imgs2")
		{
			document.getElementById("imgs1").src="images/vip01.gif";
			document.getElementById("imgs2").src="images/ln1.gif";
			document.getElementById("imgs3").src="images/et01.gif";
		}
		if(src=="imgs3")
		{
			document.getElementById("imgs1").src="images/vip01.gif";
			document.getElementById("imgs2").src="images/ln01.gif";
			document.getElementById("imgs3").src="images/et1.gif";
		}
	
	}

    
