(function() { var a = window; function d() { this.t = {}; this.tick = function(b, c) { this.t[b] = [(new Date).getTime(), c] }; this.tick("start") } var e = new d; a.jstiming = { Timer: d, load: e }; try { a.jstiming.pt = a.external.pageT } catch (f) { }; function g(b) { var c = 0; if (b.offsetParent) { do c += b.offsetTop; while (b = b.offsetParent) } return c } a.tickAboveFold = function(b) { g(b) <= 750 && a.jstiming.load.tick("aft") }; var h = false; function i() { if (!h) { h = true; a.jstiming.load.tick("firstScrollTime") } } a.addEventListener ? a.addEventListener("scroll", i, false) : a.attachEvent("onscroll", i); })();

function ShowBookMenu() {
    HideChildMenu();
    $("#ParentItems div").css({ 'font-weight': 'normal' });
    $("#ParentItems #Book").css({ 'font-weight': 'bold', 'color': 'black' });
    $("#ParentItems #BookItems").css({ 'display': '' });
}

function ShowAboutMenu() {
    HideChildMenu();
    $("#ParentItems div").css({ 'font-weight': 'normal' });
    $("#ParentItems #About").css({ 'font-weight': 'bold', 'color': 'black' });
    $("#ParentItems #AboutItems").css({ 'display': '' });
}

function ShowNewsMenu() {
    HideChildMenu();
    $("#ParentItems div").css({ 'font-weight': 'normal' });
    $("#ParentItems #News").css({ 'font-weight': 'bold', 'color': 'black' });
    $("#ParentItems #NewsItems").css({ 'display': '' });
}

function HideChildMenu() {
    $("#ParentItems div").css({ 'font-weight': 'normal', 'color': '#817768' });
    $("#ParentItems .SubMenu").css({ 'display': 'none' });
}

function HideMenu() {
    $(".MenuItem").css({ 'font-weight': 'normal', 'color': '#817768' });
}

function FAQOver() {
    document.getElementById("FAQOff").src = 'http://www.jessicadaygeorge.com/images/topnav/drawings/roll/faq_roll.gif';
}

function FAQOut() {
    document.getElementById("FAQOff").src = 'http://www.jessicadaygeorge.com/images/topnav/drawings/off/faq_off.gif';
}

function BlogOver() {
    document.getElementById("BlogOff").src = 'http://www.jessicadaygeorge.com/images/topnav/drawings/roll/blog_roll.gif';
}

function BlogOut() {
    document.getElementById("BlogOff").src = 'http://www.jessicadaygeorge.com/images/topnav/drawings/off/blog_off.gif';
}

function EventOver() {
    document.getElementById("EventsOff").src = 'http://www.jessicadaygeorge.com/images/topnav/drawings/roll/events_roll.gif';
}

function EventOut() {
    document.getElementById("EventsOff").src = 'http://www.jessicadaygeorge.com/images/topnav/drawings/off/events_off.gif';
}

function LinksOver() {
    document.getElementById("LinksOff").src = 'http://www.jessicadaygeorge.com/images/topnav/drawings/roll/links_roll.gif';
}

function LinksOut() {
    document.getElementById("LinksOff").src = 'http://www.jessicadaygeorge.com/images/topnav/drawings/off/links_off.gif';
}