<script type="text/javascript">
if (window.matchMedia)
{
isMobile = window.matchMedia('(max-device-width: 960px)').matches;
}
else
{
isMobile = screen.width <= 960;
}
if (isMobile)
{
location.href="/mobile/index.htm"; // **** Change URL here *****
}
</script>
1. Questions | |
2. Hidden features | |
3. Page Tips | |
4. Course Tips | |
5. SmartPhone Tips | |