function funShow0()
{
	with(document.all)
	{
		p0.style.display="";
	}
}

function funShow1()
{
	with(document.all)
	{
		p1.style.display="";
	}
}

function funShow2()
{
	with(document.all)
	{
		p2.style.display="";
	}
}

function funShow3()
{
	with(document.all)
	{
		p3.style.display="";
	}
}

function funShow4()
{
	with(document.all)
	{
		p4.style.display="";
	}
}

function funShow5()
{
	with(document.all)
	{
		p5.style.display="";
	}
}

function funShow6()
{
	with(document.all)
	{
		p6.style.display="";
	}
}

function funShow7()
{
	with(document.all)
	{
		p7.style.display="";
	}
}

function funShow8()
{
	with(document.all)
	{
		p8.style.display="";
	}
}

function funShow9()
{
	with(document.all)
	{
		p9.style.display="";
	}
}

function funShowAll()
{
	with(document.all)
	{
		p9.style.display="";
		p8.style.display="";
		p7.style.display="";
		p6.style.display="";
		p5.style.display="";
		p4.style.display="";
		p3.style.display="";
		p2.style.display="";
		p1.style.display="";
		p0.style.display="";

	}
}

