function NovaJanela(arq,name,size)
	{
	window.open(arq,name,size);
	}