juego=new Array("ahorcado/ahorcado.htm","unadetres/unadetres.html","quiniela/quiniela.html","disyuntiva/disyuntiva.html","adivinanza/adivinanza.html","","jero/jero.html","");
var j=0;

function jugar(j) {
//alert("HOLA "+j);
if (j==0) {
window.open(juego[j],"","width=650,height=500,status=yes,resizable=yes,scrollbars");
} else if (j==1) {
window.open(juego[j],"","width=650,height=500,status=yes,resizable=yes,scrollbars");
} else if (j==2) {
window.open(juego[j],"","width=650,height=500,status=yes,resizable=yes,scrollbars");
} else if (j==3) {
window.open(juego[j],"","width=650,height=500,status=yes,resizable=yes,scrollbars");
} else if (j==4) {
window.open(juego[j],"","width=650,height=525,status=yes,resizable=yes,scrollbars");
} else if (j==6) {
window.open(juego[j],"","width=650,height=500,status=yes,resizable=no,scrollbars");

}

}