function txt_cache()
{
	cache = document.getElementById("txt_cache");
	cache.style.display = (cache.style.display == 'none') ? 'block' : 'none';            
}
