﻿function fpopup(pagina,largura,altura) {
	window.open(pagina,"popup3g","width=" + largura + ",height=" + altura + ", scrollbars=1,status=1");
}

