// preload images
sliver = new Image()
sliver.src = "images/sliver.jpg"
sliver2 = new Image()
sliver2.src = "images/sliver2.jpg"
logo = new Image()
logo.src = "images/logo.gif"
spacer = new Image()
spacer.src = "images/nav_tspacer.gif"
homeoff = new Image()
homeoff.src = "images/nav_thome_off.gif"
aboutoff = new Image()
aboutoff.src = "images/nav_tabout_off.gif"
studiooff = new Image()
studiooff.src = "images/nav_tstudio_off.gif"
bookingoff = new Image()
bookingoff.src = "images/nav_tbooking_off.gif"
performancesoff = new Image()
performancesoff.src = "images/nav_tperformances_off.gif"
navbackground = new Image()
navbackground.src = "images/navbackground.jpg"
copyright = new Image()
copyright.src = "images/copyright.gif"
email = new Image()
email.src = "images/email.gif"
performance = new Image()
performance.src = "images/performance.jpg"
performances = new Image()
performances.src = "images/performance.gif"
details = new Image()
details.src = "images/details.gif"
homeon = new Image()
homeon.src = "images/nav_thome_on.gif"
abouton = new Image()
abouton.src = "images/nav_tabout_on.gif"
studioon = new Image()
studioon.src = "images/nav_tstudio_on.gif"
bookingon = new Image()
bookingon.src = "images/nav_tbooking_on.gif"
performanceson = new Image()
performanceson.src = "images/nav_tperformances_on.gif"
contacton = new Image()
contacton.src = "images/nav_tcontact_on.gif"

fusion_2011ad = new Image()
fusion_2011ad.src = "../images/fusion_2011ad.jpg"



function rollOver (imgName)
{
    eval("document.images." + imgName + ".src = 'images/nav_" + imgName + "_on.gif'")
}

function rollOut (imgName)
{
    document.images[imgName].src = eval("'images/nav_" + imgName + "_off.gif'")
}


function rollOver2 (imgName)
{
    eval("document.images." + imgName + ".src = '../images/nav_" + imgName + "_on.gif'")
}

function rollOut2 (imgName)
{
    document.images[imgName].src = eval("'../images/nav_" + imgName + "_off.gif'")
}



