// JavaScript Document

function AbreArquivos(url){
	window.open(url, '_blank', 'top=0, left=0, width='+screen.width+', height='+screen.height);
	void(0);
}