function testRedirect(a)
{
    a = a.toLowerCase();
    //document.location.href = a + ".htm";
    document.location.href = a;
}

