 //Sobre escreve o valor do link 
	function sobretext(msg){
	window.status=msg
    }

    function foratext(msg){
	window.status=msg
    }

