﻿/*---Left-Feature-Button--*/

function newsFeatureBtnOver()
{
document.newsFeatureBtn.src ="/images/contactmeover.png";
}

function newsFeatureBtnOut()
{
document.newsFeatureBtn.src ="/images/contactme.png";
}

/*---Main-Navigation--*/

function aboutOver()
{
document.about.src ="/images/about_over.jpg";
}

function aboutOut()
{
document.about.src ="/images/about.jpg";
}

function newsOver()
{
document.news.src ="/images/blog.jpg";
}

function newsOut()
{
document.news.src ="/images/blog.jpg";
}

function eventsOver()
{
document.events.src ="/images/events_over.jpg";
}

function eventsOut()
{
document.events.src ="/images/events.jpg";
}

function booksOver()
{
document.books.src ="/images/books_over.jpg";
}

function booksOut()
{
document.books.src ="/images/books.jpg";
}

function faqOver()
{
document.faq.src ="/images/faqs_over.jpg";
}

function faqOut()
{
document.faq.src ="/images/faqs.jpg";
}

function articlesOver()
{
document.articles.src ="/images/articles_over.jpg";
}

function articlesOut()
{
document.articles.src ="/images/articles.jpg";
}

function linksOver()
{
document.links.src ="/images/links_over.jpg";
}

function linksOut()
{
document.links.src ="/images/links.jpg";
}

function workshopsOver()
{
document.workshops.src ="/images/workshops_over.jpg";
}

function workshopsOut()
{
document.workshops.src ="/images/workshops.jpg";
}

function contactnavOver()
{
document.contactnav.src ="/images/contact_over.jpg";
}

function contactnavOut()
{
document.contactnav.src ="/images/contact.jpg";
}

/*---Andy's-Books--*/

function JustSeriesOver()
{
document.JustSeries.src ="/images/JustSeriesOver.jpg";
}

function JustSeriesOut()
{
document.JustSeries.src ="/images/JustSeries.jpg";
}

function BadBooksOver()
{
document.BadBooks.src ="/images/BadBooksOver.jpg";
}

function BadBooksOut()
{
document.BadBooks.src ="/images/BadBooks.jpg";
}

function SeptOver()
{
document.Sept.src ="/images/13storeytreehouseOver.jpg";
}

function SeptOut()
{
document.Sept.src ="/images/13storeytreehouse.jpg";
}
function FatCowSeriesOver()
{
document.FatCowSeries.src ="/images/FatCowSeriesOver.jpg";
}

function FatCowSeriesOut()
{
document.FatCowSeries.src ="/images/FatCowSeries.jpg";
}

function SchoolingAroundOver()
{
document.SchoolingAround.src ="/images/SchoolingAroundOver.jpg";
}

function SchoolingAroundOut()
{
document.SchoolingAround.src ="/images/SchoolingAround.jpg";
}

function BumSeriesOver()
{
document.BumSeries.src ="/images/BumSeriesOver.jpg";
}

function BumSeriesOut()
{
document.BumSeries.src ="/images/BumSeries.jpg";
}

function WorldOfStupidityOver()
{
document.WorldOfStupidity.src ="/images/WorldOfStupidityOver.jpg";
}

function WorldOfStupidityOut()
{
document.WorldOfStupidity.src ="/images/WorldOfStupidity.jpg";
}

function CrocodileOver()
{
document.Crocodile.src ="/images/crocodileOver.jpg";
}

function CrocodileOut()
{
document.Crocodile.src ="/images/crocodile.jpg";
}
/*---Footer--*/

function contactOver()
{
document.contact.src ="/images/contactfootOver.jpg";
}

function contactOut()
{
document.contact.src ="/images/contactfoot.jpg";
}

/*---About-Navigation--*/

function shortOver()
{
    document.short.src ="/images/shortover.jpg";
}

function shortOut()
{
    if(currentActiveContentID=="aboutContent")
    {
        return;
    }
    document.short.src ="/images/short.jpg";
}

function longerOver()
{
document.longer.src ="/images/longerover.jpg";
}

function longerOut()
{
    if(currentActiveContentID=="divLongerVersion")
    {
        return;
    }
    document.longer.src ="/images/longer.jpg";
}

function explodingOver()
{
document.exploding.src ="/images/aboutfaqsover.jpg";
}

function explodingOut()
{
    document.exploding.src ="/images/aboutfaqs.jpg";
}

function a2yOver()
{
document.a2y.src ="/images/andyayover.jpg";
}

function a2yOut()
{
    if(currentActiveContentID=="divAndyFromAY")
            {
                return;
            }
    document.a2y.src ="/images/andyay.jpg";
}

/*---Books-Navigation--*/

function testOver()
{
    document.test.src ="/images/about_btn_over.jpg";
}

function testOut()
{
    if(currentActiveContentID=="testContent")
    {
        return;
    }
    document.test.src ="/images/about_btn.jpg";
}

function reviewsOver()
{
document.reviews.src ="/images/reviews_over.jpg";
}

function reviewsOut()
{
    if(currentActiveContentID=="divReviews")
    {
        return;
    }
    document.reviews.src ="/images/reviews.jpg";
}

function extractOver()
{
document.extract.src ="/images/extract_over.jpg";
}

function extractOut()
{
    if(currentActiveContentID=="divExtract")
        {
            return;
        }
    document.extract.src ="/images/extract.jpg";
}

function extractIndexOver()
{
document.extractIndex.src ="/images/extract_over.jpg";
}

function extractIndexOut()
{
    document.extractIndex.src ="/images/extract.jpg";
}

function tourDatesOver()
{
document.tourDates.src ="/images/tour_dates_over.jpg";
}

function tourDatesOut()
{
    document.tourDates.src ="/images/tour_dates.jpg";
}

function FAQsOver()
{
	document.FAQs.src ="/images/FAQsplash_over.jpg";
}

function FAQsOut()
{
    document.FAQs.src ="/images/FAQsplash.jpg";
}
