
Play Now In Full Screen
function playFullScreen() {
var iframe = document.getElementById("gameFrame");
if (iframe.requestFullscreen) {
iframe.requestFullscreen();
} else if (iframe.mozRequestFullScreen) { // Firefox
iframe.mozRequestFullScreen();
} else if (iframe.webkitRequestFullscreen) { // Chrome, Safari, Opera
iframe.webkitRequestFullscreen();
} else if (iframe.msRequestFullscreen) { // IE/Edge
iframe.msRequestFullscreen();
}
}
Introduction: Welcome to the Thrill of Cycle Extreme!Mountain...