var imageFiles_2d9_1 = new Array();
imageFiles_2d9_1['0'] = new Array ('_images/2d9_DJs.gif', '_images/2d9_DJsMouseover.gif');
imageFiles_2d9_1['1'] = new Array ('_images/2d9_Classical.gif', '_images/2d9_ClassicalMouseover.gif');
imageFiles_2d9_1['2'] = new Array ('_images/2d9_Bands.gif', '_images/2d9_BandsMouseover.gif');
imageFiles_2d9_1['3'] = new Array ('_images/2d9_Jazz.gif', '_images/2d9_JazzMouseover.gif');
imageFiles_2d9_1['4'] = new Array ('_images/2d9_Home.gif', '_images/2d9_HomeMouseover.gif');
imageFiles_2d9_1['5'] = new Array ('_images/2d9_Contact_US.gif', '_images/2d9_Contact_USMouseover.gif');

function image_on_2d9_1 (position) {
   var doc = eval("document.image2d9_1" + position);
   doc.src = imageFiles_2d9_1[position][1];
}

function image_off_2d9_1 (position) {
   var doc = eval("document.image2d9_1" + position);
   doc.src = imageFiles_2d9_1[position][0];
}

