function changeColorScheme(pageTitle)
{
    if(pageTitle == "Design")
    {
        document.styleSheets[0].disabled = false
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "Develop")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = false
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "Deploy")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = false
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "About Us")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = false
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "Case Studies")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = false
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "Awards")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = false
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "Downloads")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = false
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "Interactive Portfolio")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = false
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "Newsletter")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = false
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "Contact")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = false
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "Links")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = false
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "News")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = false
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "Careers")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = false
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = true
    }
    else if(pageTitle == "Sitemap")
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = false
        document.styleSheets[14].disabled = true
    }
    else
    {
        document.styleSheets[0].disabled = true
        document.styleSheets[1].disabled = true
        document.styleSheets[2].disabled = true
        document.styleSheets[3].disabled = true
        document.styleSheets[4].disabled = true
        document.styleSheets[5].disabled = true
        document.styleSheets[6].disabled = true
        document.styleSheets[7].disabled = true
        document.styleSheets[8].disabled = true
        document.styleSheets[9].disabled = true
        document.styleSheets[10].disabled = true
        document.styleSheets[11].disabled = true
        document.styleSheets[12].disabled = true
        document.styleSheets[13].disabled = true
        document.styleSheets[14].disabled = false
    }
}
