Select Language
Skip to Main Content
Table of Contents:
Welcome
Why Choose IXU?
Request More Info
Request More Information
Close Modal
×
Quick Links
Go To Website
Email Us
Download Brochure
Apply Now
Go to previous page
Go to next page
var video = document.querySelector('video'); video.addEventListener('load', function() { var tracks = video.textTracks[0]; tracks.mode = 'showing'; });