// JavaScript Document

<!--
function ridimensiona() {
	var windowW = 720;
	var windowH = 580;
	window.resizeTo(windowW,windowH)
}
//-->