// JavaScript Document
function popup(){
window.open('login.htm','popup','width=370,height=270,scrolling=auto,top=0,left=0')
}
function cxcurso01(){
window.open('./curso01.htm','popup','width=520,height=700,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,scrolling=auto,top=0,left=400')
}
function cxcurso02(){
window.open('./curso02.htm','popup','width=520,height=700,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,scrolling=auto,top=0,left=400')
}
function cxcurso03(){
window.open('./curso03.htm','popup','width=520,height=700,,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,scrolling=auto,top=0,left=400')
}
function cxcurso04(){
window.open('./curso04.htm','popup','width=520,height=700,,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,scrolling=auto,top=0,left=400')
}
function incricao(){
window.open('./inscricao.htm','popup','width=520,height=700,,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,scrolling=auto,top=0,left=400')
}
function assinatura(){
window.open('./assinatura.htm','popup','width=520,height=700,,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,scrolling=auto,top=0,left=400')
}
function obrigado(){
window.open('./autoresposta.htm','popup','width=500,height=320,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,scrolling=auto,top=0,left=50')
}
