function ar(area)
{
	with(document)
	{
		if(screen.width<=640)
		{
			if(area==1)
			{
				getElementById("a1").coords="0,0,84,114";
				getElementById("a2").coords="85,0,167,114";
			}
			else if(area==2)
			{
				getElementById("a3").coords="0,0,166,57";
				getElementById("a4").coords="0,58,166,113";
			}
			else if(area==3)
			{
				getElementById("a5").coords="0,0,84,57";
				getElementById("a6").coords="85,0,167,57";
				getElementById("a7").coords="0,58,84,113";
				getElementById("a8").coords="85,58,167,113";
			}
			else if(area==4)
			{
				getElementById("a9").coords="0,0,166,57";
				getElementById("a10").coords="0,58,166,113";
			}
			else if(area==5)
			{
				getElementById("a11").coords="0,0,83,113";
				getElementById("a12").coords="83,0,166,113";
			}
		}
		if(screen.width>=800&&screen.width<1024)
		{
			if(area==1)
			{
				getElementById("a1").coords="0,0,105,143";
				getElementById("a2").coords="106,0,209,143";
			}
			else if(area==2)
			{
				getElementById("a3").coords="0,0,208,71";
				getElementById("a4").coords="0,72,208,142";
			}
			else if(area==3)
			{
				getElementById("a5").coords="0,0,105,71";
				getElementById("a6").coords="106,0,209,71";
				getElementById("a7").coords="0,72,105,142";
				getElementById("a8").coords="106,72,209,142";
			}
			else if(area==4)
			{
				getElementById("a9").coords="0,0,207,71";
				getElementById("a10").coords="0,72,207,142";
			}
			else if(area==5)
			{
				getElementById("a11").coords="0,0,103,141";
				getElementById("a12").coords="104,0,207,141";
			}
		}
	}
}

