if (document.images) {
    musicon  = new Image();musicon.src  = 'images/music_o.gif'; musicoff  = new Image();musicoff.src  = 'images/music.gif';
    newson  = new Image();newson.src  = 'images/news_o.gif'; newsoff  = new Image();newsoff.src  = 'images/news.gif';
    liveon  = new Image();liveon.src  = 'images/live_o.gif'; liveoff  = new Image();liveoff.src  = 'images/live.gif';
    photoson  = new Image();photoson.src  = 'images/photos_o.gif'; photosoff  = new Image();photosoff.src  = 'images/photos.gif';
    bioon  = new Image();bioon.src  = 'images/bio_o.gif'; biooff  = new Image();biooff.src  = 'images/bio.gif';
    lyricson  = new Image();lyricson.src  = 'images/lyrics_o.gif'; lyricsoff  = new Image();lyricsoff.src  = 'images/lyrics.gif';
	presson  = new Image();presson.src  = 'images/press_o.gif'; pressoff  = new Image();pressoff.src  = 'images/press.gif';
    storeon  = new Image();storeon.src  = 'images/store_o.gif'; storeoff  = new Image();storeoff.src  = 'images/store.gif';
   contacton  = new Image();contacton.src  = 'images/contact_o.gif'; contactoff  = new Image();contactoff.src  = 'images/contact.gif';
    myspaceon  = new Image();myspaceon.src  = 'images/myspace_o.gif'; myspaceoff  = new Image();myspaceoff.src  = 'images/myspace.gif';
}

function swapOn(name) {
    if (document.images)
        document.images[name].src = eval(name + 'on.src');
}

function swapOff(name) {
    if (document.images)
        document.images[name].src = eval(name + 'off.src');
}

function slideshow(URL) {
window.open(URL, 'slideshow', 'width=500, height=687, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,left = 20,top = 30');
}