function $(obj) {return (typeof obj == "object") ? obj : document.getElementById(obj);}
function tags(el,tag) {n = $(el); return n.getElementsByTagName(tag);}
function janelaImpressao (URL){
	window.open(URL,"impressão", "width=700,height=600,scrollbars=YES")
}
