//Send Form
function sendForm(){
	document.forms[0].submit();	
}


//Access
function getPag(pag){
	parent.bra_cont.location.href = pag;	
}

//Resize
function resizeIframe() {
	alt = document.getElementById("Content");
	frm = parent.document.getElementById("ifpage");
	bod = parent.document.body;
	
	frm.height = alt.offsetHeight;	
}