function infores(){

msg="Su resolución actual es de "+screen.width+"x"+screen.height+
    " y el espacio disponible efectivo es "+screen.availWidth+"x"+screen.availHeight+
    ".\nLe recomendamos ejecutar el BeerGame en una VENTANA NUEVA."+
    "\nPulse sobre la opción que desee...\n(Para volver a ver este mensaje"+
    " pulse el botón [Información Gráfica]).";

window.alert(msg);
}

infores();


