var imageFiles_2go_1 = new Array();
imageFiles_2go_1['0'] = new Array ('_images/2go_DJs.gif', '_images/2go_DJsMouseover.gif');
imageFiles_2go_1['1'] = new Array ('_images/2go_Variety_Bands.gif', '_images/2go_Variety_BandsMouseover.gif');
imageFiles_2go_1['2'] = new Array ('_images/2go_Jazz.gif', '_images/2go_JazzMouseover.gif');
imageFiles_2go_1['3'] = new Array ('_images/2go_FAQ.gif', '_images/2go_FAQMouseover.gif');
imageFiles_2go_1['4'] = new Array ('_images/2go_Home.gif', '_images/2go_HomeMouseover.gif');

function image_on_2go_1 (position) {
   var doc = eval("document.image2go_1" + position);
   doc.src = imageFiles_2go_1[position][1];
}

function image_off_2go_1 (position) {
   var doc = eval("document.image2go_1" + position);
   doc.src = imageFiles_2go_1[position][0];
}
