﻿function SetWWWHW(thisButton) {    
    SetImagesBack();    
    switch (thisButton.id) {
        case "WhoImage":
            thisButton.src = "images/whoselect.png";
            document.getElementById("CenterTextDiv").innerHTML = whoText;
            document.getElementById("AboutImage").src = "images/whopic.png";
            break;
        case "WhatImage":
            thisButton.src = "images/whatselect.png";
            document.getElementById("CenterTextDiv").innerHTML = whatText;
            document.getElementById("AboutImage").src = "images/whatpic.png";
            break;
        case "WhereImage":
            thisButton.src = "images/whereselect.png";
            document.getElementById("CenterTextDiv").innerHTML = whereText;
            document.getElementById("AboutImage").src = "images/wherepic.png";
            break;
        case "HowImage":
            thisButton.src = "images/howselect.png";
            document.getElementById("CenterTextDiv").innerHTML = howText;
            document.getElementById("AboutImage").src = "images/howpic.png";
            break;
        case "WhyImage":
            thisButton.src = "images/whyselect.png";
            document.getElementById("CenterTextDiv").innerHTML = whyText;
            document.getElementById("AboutImage").src = "images/whypic.png";
            break;
        default: break;
    }
}

function SetImagesBack() {
    document.getElementById("WhoImage").src = "images/who.png";
    document.getElementById("WhatImage").src = "images/what.png";
    document.getElementById("WhereImage").src = "images/where.png";
    document.getElementById("HowImage").src = "images/how.png";
    document.getElementById("WhyImage").src = "images/why.png";
}

var whoText = "<br/><br/><br/><span>The top dance studio owners, master teachers, and dancers from 18 countries on 4 continents!</span>"
var whatText = "<br/><span>The Most Exciting Dance Week of the Year…. Classes, Workshops, Performances! Plus the best that LA has to offer including Disneyland, Sight Seeing and the Theater.</span>"
var whereText = "<br/><br/><span>The Entertainment Capital of the World <br/><br/><br> Los Angeles, California, USA</span>"
var howText = "<br/><br/><br/><span>One studio is selected as the delegate to represent their part of the world.</span>"
var whyText = "<br/><br/><span>An opportunity for those who love dance to meet, study, learn, grow, perform… connect through the language that transcends all others… dance.</span>"