alt0  = new Image();  alt0.src  = "/label/images/spacer.gif";
alt1  = new Image();  alt1.src  = "/label/images/news.sub.gif";
alt2  = new Image();  alt2.src  = "/label/images/bands.sub.gif";
alt3  = new Image();  alt3.src  = "/label/images/tours.sub.gif";
alt4  = new Image();  alt4.src  = "/label/images/media.sub.gif";
alt5  = new Image();  alt5.src  = "/label/images/releases.sub.gif";
alt6  = new Image();  alt6.src  = "/label/images/staff.sub.gif";
alt7  = new Image();  alt7.src  = "/label/images/board.sub.gif";
alt8  = new Image();  alt8.src  = "/label/images/contact.sub.gif";
alt9  = new Image();  alt9.src  = "/label/images/press.sub.gif";
alt10 = new Image();  alt10.src = "/label/images/streetteam.sub.gif";
alt11 = new Image();  alt11.src = "/label/images/design.sub.gif";
alt12 = new Image();  alt12.src = "/label/images/estore.sub.gif";
alt13 = new Image();  alt13.src = "/label/images/links.sub.gif";
alt14 = new Image();  alt14.src = "/label/images/contests.sub.gif";

graphic1= new Image();
graphic1.src = "/label/images/news.off.gif";
graphic1on = new Image();
graphic1on.src = "/label/images/news.on.gif";

graphic2= new Image();
graphic2.src = "/label/images/bands.off.gif";
graphic2on = new Image();
graphic2on.src = "/label/images/bands.on.gif";

graphic3= new Image();
graphic3.src = "/label/images/tours.off.gif";
graphic3on = new Image();
graphic3on.src = "/label/images/tours.on.gif";

graphic4= new Image();
graphic4.src = "/label/images/media.off.gif";
graphic4on = new Image();
graphic4on.src = "/label/images/media.on.gif";

graphic5= new Image();
graphic5.src = "/label/images/releases.off.gif";
graphic5on = new Image();
graphic5on.src = "/label/images/releases.on.gif";

graphic6= new Image();
graphic6.src = "/label/images/staff.off.gif";
graphic6on = new Image();
graphic6on.src = "/label/images/staff.on.gif";

graphic7= new Image();
graphic7.src = "/label/images/board.off.gif";
graphic7on = new Image();
graphic7on.src = "/label/images/board.on.gif";

graphic8= new Image();
graphic8.src = "/label/images/contact.off.gif";
graphic8on = new Image();
graphic8on.src = "/label/images/contact.on.gif";

graphic9= new Image();
graphic9.src = "/label/images/press.off.gif";
graphic9on = new Image();
graphic9on.src = "/label/images/press.on.gif";

graphic10= new Image();
graphic10.src = "/label/images/streetteam.off.gif";
graphic10on = new Image();
graphic10on.src = "/label/images/streetteam.on.gif";

graphic11= new Image();
graphic11.src = "/label/images/design.off.gif";
graphic11on = new Image();
graphic11on.src = "/label/images/design.on.gif";

graphic12= new Image();
graphic12.src = "/label/images/estore.off.gif";
graphic12on = new Image();
graphic12on.src = "/label/images/estore.on.gif";

graphic13= new Image();
graphic13.src = "/label/images/links.off.gif";
graphic13on = new Image();
graphic13on.src = "/label/images/links.on.gif";

graphic14= new Image();
graphic14.src = "/label/images/contests.off.gif";
graphic14on = new Image();
graphic14on.src = "/label/images/contests.on.gif";

function imageChange(imageID,imageName,imageID2,imageName2) {
    document.images[imageID].src  = eval(imageName  + ".src");
    document.images[imageID2].src = eval(imageName2 + ".src");
}
