//navigation

navHome = new Image();
navHome.src = "nav/nav_03-o.gif";

navBand = new Image();
navBand.src = "nav/nav_05-o.gif";

navStuff = new Image();
navStuff.src = "nav/nav_07-o.gif";

navTour = new Image();
navTour.src = "nav/nav_09-o.gif";

navNews = new Image();
navNews.src = "nav/nav_11-o.gif";

navCont = new Image();
navCont.src = "nav/nav_13-o.gif";

topLogo = new Image();
topLogo.src = "img/bottom/to_top-o.gif";


function homesite() {
document.index.src=navHome.src;
document.info.src = "info/nav-info-home.gif";
}

function theband() {
document.band.src=navBand.src;
document.info.src = "info/nav-info-band.gif";
}

function thestuff() {
document.stuff.src=navStuff.src;
document.info.src = "info/nav-info-stuff.gif";
}

function thetour() {
document.tour.src=navTour.src;
document.info.src = "info/nav-info-tour.gif";
}

function thenews() {
document.news.src=navNews.src;
document.info.src = "info/nav-info-news.gif";
}

function thecontact() {
document.contact.src=navCont.src;
document.info.src = "info/nav-info-contact.gif";
}

function totop() {
document.top.src=topLogo.src;
}

function start() {
document.info.src = "info/nav-info.gif";
document.index.src = "nav/nav_03.gif";
document.band.src = "nav/nav_05.gif";
document.stuff.src = "nav/nav_07.gif";
document.tour.src = "nav/nav_09.gif";
document.news.src = "nav/nav_11.gif";
document.contact.src = "nav/nav_13.gif";
document.top.src = "img/bottom/to_top.gif";
}
