// JavaScript Document

function AbreCursos(Pagina){
	window.open(Pagina,'','width=810,height=600,left=200,top=20');
}