function arriba(){

window.event.srcElement.style.color="#66ccff";

}



function abajo(){

window.event.srcElement.style.color="#ffff99";

}



function arriba2(){

window.event.srcElement.style.color="#66ccff";

}



function abajo2(){

window.event.srcElement.style.color="#000099";

}



function over(casa){

casa.style.textDecoration="underline";

}



function out(casa){

casa.style.textDecoration="none";

}

function abrir60(){

//window.open('../../eventostemp.htm','newWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=513,height=230');

}

function abrirNEWS(){

window.open('../../news.htm','newWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=505,height=300');

}


function abrir(){

window.open('students/index.html','newWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=450');

}

function abrirtemp(){

window.open('new/colombia/students/index.html','newWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=450');

}

function noticias(){
window.open('new/colombia/students/index.html','newWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=495,height=295');

//window.open('http://www.kaplan.com.co/noticias.htm','newWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=495,height=295');

}

function convenios(){
window.open('new/colombia/convenios.htm','newWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=750,height=350');

//window.open('http://www.kaplan.com.co/noticias.htm','newWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=700');

}


function abrir2(){

window.open('bases/info.htm','newWindow','toolbar=no, location = no,status=no,menubar=no,scrollbars=no,resizable=no,width=430.1,height=660.4');

}

function abrir3(){

window.open('new/colombia/bases/info.htm','newWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=760,height=500');

}


function revisar(){

if (forma.nombre.value!="" && forma.profesion.value!="" && forma.apellido.value!="" && forma.nivel_ingles.value!="" && forma.telefono.value!="" && forma.disponibilidad.value!="" && forma.direccion.value!="" && forma.examen.value!="" && forma.puntaje.value!="" && forma.fecha.value!="" && forma.estudios.value!="" && forma.experiencia.value!="" && forma.correo.value!="")

forma.submit();

else

window.alert("Todos los campos son requeridos");

}

function openlocations(){

window.open('http://www.kaptest.com/global','newWindow');
//window.open('http://www.kaptest.com/global','newWindow','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=450');
}