function Splash_flash(Valor){
	var Ob;
	Ob = document.getElementById(Valor);	
	Ob.innerHTML='';
	Ob.style.height = 1;
	Ob.style.width = 1;
	Ob.style.overflow = 'hidden';
}
