var imageFiles_2hn_1 = new Array();
imageFiles_2hn_1['0'] = new Array ('_images/2hn_Classical.gif', '_images/2hn_ClassicalMouseover.gif');
imageFiles_2hn_1['1'] = new Array ('_images/2hn_DJs.gif', '_images/2hn_DJsMouseover.gif');
imageFiles_2hn_1['2'] = new Array ('_images/2hn_Variety_Bands.gif', '_images/2hn_Variety_BandsMouseover.gif');
imageFiles_2hn_1['3'] = new Array ('_images/2hn_Jazz.gif', '_images/2hn_JazzMouseover.gif');
imageFiles_2hn_1['4'] = new Array ('_images/2hn_FAQ.gif', '_images/2hn_FAQMouseover.gif');
imageFiles_2hn_1['5'] = new Array ('_images/2hn_Home.gif', '_images/2hn_HomeMouseover.gif');

function image_on_2hn_1 (position) {
   var doc = eval("document.image2hn_1" + position);
   doc.src = imageFiles_2hn_1[position][1];
}

function image_off_2hn_1 (position) {
   var doc = eval("document.image2hn_1" + position);
   doc.src = imageFiles_2hn_1[position][0];
}

