function abrepop(url,nome,dados) {
  window.open(url,nome,dados);
}

function textOn(txt){
	document.getElementById(txt).className="textboxOn";
}

function textNormal(txt){
	document.getElementById(txt).className="textbox";
}
