	function print(html) {
		var win = window.open(html, "_janela_ppd", "width=640,height=480,scrollbars=yes");
		win.focus();
	}
