function abrepop(url, nome, largura, altura, scroll)
{
	window.open(url, nome, "width=" + largura + ",height=" + altura + ",left=100,top=100,location=no,toolbar=no,menubar=no,scrollbars=" +scroll+ ",resizable=no");
}
