function big(lyr) 
{
	document.all[lyr].style.visibility='visible'; 
}

function small(lyr) 
{
	document.all[lyr].style.visibility='hidden'; 
}

