function abreRegulamento(vp_cdcircuito){
	window.open("../circuito/regulamento.asp?cdcircuito=" + vp_cdcircuito,"regulamento","heigth=350, width=750, scrollbars=yes, resizable=no");
}

function abreHappyHour(vp_cdcircuito, vp_cdetapa){
	window.open("../circuito/happy_hour.asp?cdcircuito=" + vp_cdcircuito + "&cdetapa=" + vp_cdetapa,"Happy","heigth=350, width=750, scrollbars=yes, resizable=no");
}

function abreBriefing(vp_cdcircuito, vp_cdetapa){
	window.open("../circuito/briefing.asp?cdcircuito=" + vp_cdcircuito + "&cdetapa=" + vp_cdetapa,"Happy","heigth=350, width=750, scrollbars=yes, resizable=no");
}

function abrePlanilha(vp_cdcircuito, vp_cdetapa){
	window.open("../circuito/planilha.asp?cdcircuito=" + vp_cdcircuito + "&cdetapa=" + vp_cdetapa,"Happy","height=140, width=450, scrollbars=yes, resizable=no");
}

function abreMonitoria(vp_circuito, vp_etapa){
	window.open("../circuito/div_monitoria.asp?cdcircuito=" + vp_circuito + "&cdetapa=" + vp_etapa,"Evento","width=780, height=330, scrollbars=no");
}

function abreCalendario(vp_circuito){
	window.open("../circuito/calendario.asp?cdcircuito=" + vp_circuito,"Evento","width=720, height=350, scrollbars=yes");
}

function abreLocalizacao(vp_cdcircuito, vp_cdetapa){
	window.open("../circuito/informacao-circuito.asp?cdcircuito=" + vp_cdcircuito + "&cdetapa=" + vp_cdetapa + "&acao=como_chegar","Evento","width=720, height=540, scrollbars=yes");
}

function inscricaoEtapa(vp_circuito, vp_etapa, vp_equipe){
	window.open("../circuito/inscricao-etapa-sucesso.asp?cdcircuito=" + vp_circuito + "&cdetapa=" + vp_etapa + "&cdequipe=" + vp_equipe,"Inscricao","width=720, height=540, scrollbars=yes");
}	

function abrePreGrid(vp_circuito, vp_etapa){
	window.open("../circuito/pre-grid.asp?cdcircuito=" + vp_circuito + "&cdetapa=" + vp_etapa ,"PreGrid","width=500, height=540, scrollbars=yes, resizable=1");
}

function abreGrid(vp_circuito, vp_etapa){
	window.open("../circuito/grid.asp?cdcircuito=" + vp_circuito + "&cdetapa=" + vp_etapa ,"Grid","width=500, height=540, scrollbars=yes, resizable=1");
}
