// JavaScript Document
function titulo(msg,obj){
	eval(obj).innerText=msg;
	}