﻿var cLoc = window.location.href;
    if(cLoc.toString() == "http://visiotoolbox.com/2010/index.html")
    {
        window.location.href="http://visiotoolbox.com/2010/";
    }
    if(cLoc.toString() == "http://visiotoolbox.com/2010/de/index.html")
    {
        window.location.href="http://visiotoolbox.com/2010/de/";
    }
    if(cLoc.toString() == "http://visiotoolbox.com/2010/ja/index.html")
    {
        window.location.href="http://visiotoolbox.com/2010/ja/";
    }
    if(cLoc.toString() == "http://visiotoolbox.com/2010/ru/index.html")
    {
        window.location.href="http://visiotoolbox.com/2010/ru/";
    }
    if(cLoc.toString() == "http://visiotoolbox.com/2010/fr/index.html")
    {
        window.location.href="http://visiotoolbox.com/2010/fr/";
    }
    if(cLoc.toString() == "http://visiotoolbox.com/2010/es/index.html")
    {
        window.location.href="http://visiotoolbox.com/2010/es/";
    }
    if(cLoc.toString() == "http://visiotoolbox.com/2010/zh/index.html")
    {
        window.location.href="http://visiotoolbox.com/2010/zh/";
    }