function Show(s)
{
	s.style.visibility="visible";
}
function Hide(s)
{
	s.style.visibility="hidden";
}