﻿// JScript File

function EventsCalendar()
{
    $("a#hypECal").attr('class', 'leftsidebarClicked');
    $("a#hypSponsor").attr('class', 'leftsidebar');
    $("a#hypPP").attr('class', 'leftsidebar');
    $("a#hypPPArchive").attr('class', 'leftsidebar');
    $("a#hypCP").attr('class', 'leftsidebar');
    $("a#hypEAlert").attr('class', 'leftsidebar');
    $("a#hypPPArchive").hide();
    $("a#hypCP").hide();
    $("img#hypSpacer1").hide();
    $("img#hypSpacer2").hide();
    $("img#hypSpacer3").hide();
}

function Sponsor()
{
    $("a#hypECal").attr('class', 'leftsidebar');
    $("a#hypSponsor").attr('class', 'leftsidebarClicked');
    $("a#hypPP").attr('class', 'leftsidebar');
    $("a#hypPPArchive").attr('class', 'leftsidebar');
    $("a#hypCP").attr('class', 'leftsidebar');
    $("a#hypEAlert").attr('class', 'leftsidebar');
    $("a#hypPPArchive").hide();
    $("a#hypCP").hide();
    $("img#hypSpacer1").hide();
    $("img#hypSpacer2").hide();
    $("img#hypSpacer3").hide();
}

function PPresentation()
{
    $("a#hypECal").attr('class', 'leftsidebar');
    $("a#hypSponsor").attr('class', 'leftsidebar');
    $("a#hypPP").attr('class', 'leftsidebarClicked');
    $("a#hypPPArchive").attr('class', 'leftsidebar');
    $("a#hypCP").attr('class', 'leftsidebar');
    $("a#hypEAlert").attr('class', 'leftsidebar');
    $("a#hypPPArchive").show();
    $("a#hypCP").show();
    $("img#hypSpacer1").show();
    $("img#hypSpacer2").show();
    $("img#hypSpacer3").show();
}

function PresentationArchive()
{
    $("a#hypECal").attr('class', 'leftsidebar');
    $("a#hypSponsor").attr('class', 'leftsidebar');
    $("a#hypPP").attr('class', 'leftsidebarClicked');
    $("a#hypPPArchive").attr('class', 'leftsidebarClicked');
    $("a#hypCP").attr('class', 'leftsidebar');
    $("a#hypEAlert").attr('class', 'leftsidebar');
    $("a#hypPPArchive").show();
    $("a#hypCP").show();
    $("img#hypSpacer1").show();
    $("img#hypSpacer2").show();
    $("img#hypSpacer3").show();
}

function Proceedings()
{
    $("a#hypECal").attr('class', 'leftsidebar');
    $("a#hypSponsor").attr('class', 'leftsidebar');
    $("a#hypPP").attr('class', 'leftsidebarClicked');
    $("a#hypPPArchive").attr('class', 'leftsidebar');
    $("a#hypCP").attr('class', 'leftsidebarClicked');
    $("a#hypEAlert").attr('class', 'leftsidebar');
    $("a#hypPPArchive").show();
    $("a#hypCP").show();
    $("img#hypSpacer1").show();
    $("img#hypSpacer2").show();
    $("img#hypSpacer3").show();
}

function EventsAlert()
{
    $("a#hypECal").attr('class', 'leftsidebar');
    $("a#hypSponsor").attr('class', 'leftsidebar');
    $("a#hypPP").attr('class', 'leftsidebar');
    $("a#hypPPArchive").attr('class', 'leftsidebar');
    $("a#hypCP").attr('class', 'leftsidebar');
    $("a#hypEAlert").attr('class', 'leftsidebarClicked');
    $("a#hypPPArchive").hide();
    $("a#hypCP").hide();
    $("img#hypSpacer1").hide();
    $("img#hypSpacer2").hide();
    $("img#hypSpacer3").hide();
    
}