

//"a" image mouseOver image array

aoff = new Image;
aoff.src = "../images/nav_whatsnew.gif";
aon = new Image;
aon.src = "../images/nav_whatsnew_on.gif";
boff = new Image;
boff.src = "../images/nav_contest.gif";
bon = new Image;
bon.src = "../images/nav_contest_on.gif";
coff = new Image;
coff.src = "../images/nav_thetour.gif";
con = new Image;
con.src = "../images/nav_thetour_on.gif";
doff = new Image;
doff.src = "../images/nav_news.gif";
don = new Image;
don.src = "../images/nav_news_on.gif";
eoff = new Image;
eoff.src = "../images/nav_mailbag.gif";
eon = new Image;
eon.src = "../images/nav_mailbag_on.gif";
foff = new Image;
foff.src = "../images/nav_gallery.gif";
fon = new Image;
fon.src = "../images/nav_gallery_on.gif";
goff = new Image;
goff.src = "../images/nav_discography.gif";
gon = new Image;
gon.src = "../images/nav_discography_on.gif";
hoff = new Image;
hoff.src = "../images/nav_multimedia.gif";
hon = new Image;
hon.src = "../images/nav_multimedia_on.gif";
ioff = new Image;
ioff.src = "../images/nav_thefans.gif";
ion = new Image;
ion.src = "../images/nav_thefans_on.gif";
joff = new Image;
joff.src = "../images/nav_messageboard.gif";
jon = new Image;
jon.src = "../images/nav_messageboard_on.gif";
koff = new Image;
koff.src = "../images/nav_links.gif";
kon = new Image;
kon.src = "../images/nav_links_on.gif";
loff = new Image;
loff.src = "../images/nav_tommysjournal.gif";
lon = new Image;
lon.src = "../images/nav_tommysjournal_on.gif";
moff = new Image;
moff.src = "../images/nav_home.gif";
mon = new Image;
mon.src = "../images/nav_home_on.gif";
noff = new Image;
noff.src = "../images/nav_fanart.gif";
non = new Image;
non.src = "../images/nav_fanart_on.gif";


// mouseOvers functions

function goHot(imgName){
imgOn=eval(imgName + "on.src");
document.images[imgName].src=imgOn;
}
function goCold(imgName){
imgOff=eval(imgName + "off.src");
document.images[imgName].src=imgOff;
}





<!--

function Openme(newin) {

        flyout=window.open(newin,"flyout","resizable=yes,scrollbars=yes,width=440,height=400,top=100,left=350")

}

// -->

<!--

function Openmedisc(newin) {

        flyout=window.open(newin,"flyout","resizable=yes,scrollbars=yes,width=600,height=550,top=100,left=350")

}

// -->

<!--

function Openmehome(newin) {

        flyout=window.open(newin,"flyout","resizable=yes,scrollbars=yes,width=400,height=350,top=100,left=350")

}

// -->

