<!--
//pre-load the alternate graphic
//and define the function to flip images.
{
alt = new Image();
alt.src = "Pics/cust_feed_button_red.jpg";
altback = new Image();
altback.src = "Pics/cust_feed_button.jpg";

alt2 = new Image();
alt2.src = "Pics/small_x_light.gif";
altback2 = new Image();
altback2.src = "Pics/small_x_dark.gif";

alt3 = new Image();
alt3.src = "Pics/listen_speaker_red.gif";
altback3 = new Image();
altback3.src = "Pics/quick_listen5.jpg";

alt4 = new Image();
alt4.src = "Pics/download_icon_s_on.gif";
altback4 = new Image();
altback4.src = "Pics/download_icon_s.gif";

alt5 = new Image();
alt5.src = "Pics/Button_Up_pressed.gif";
altback5 = new Image();
altback5.src = "Pics/Button_Up.gif";

alt6 = new Image();
alt6.src = "Pics/Button_Go_pressed.gif";
altback6 = new Image();
altback6.src = "Pics/Button_Go.gif";

alt7 = new Image();
alt7.src = "Pics/video_icon.png";
altback7 = new Image();
altback7.src = "Pics/video_play_button4.gif";

}
function imageChange(imageID,imageName) { 
document.images[imageID].src = eval(imageName + ".src");
}
// -->