/* author: Hernán Elvira */
/* Creation date: 18/09/2003 */
<!--
leftpos=0

if (screen){
leftpos=screen.width-750
}


function nuevaVentana(juego){
juegoVentana = window.open(juego,'ventana','scrollbars=yes,width=690,height=460,left='+leftpos+',top=50"');
juegoVentana.focus();

}
//-->
