var imageFiles_g7_1 = new Array();
imageFiles_g7_1['0'] = new Array ('_images/g7_Entertainers.gif', '_images/g7_EntertainersMouseover.gif');
imageFiles_g7_1['1'] = new Array ('_images/g7_Photographers.gif', '_images/g7_PhotographersMouseover.gif');
imageFiles_g7_1['2'] = new Array ('_images/g7_Bands.gif', '_images/g7_BandsMouseover.gif');
imageFiles_g7_1['3'] = new Array ('_images/g7_Videographers.gif', '_images/g7_VideographersMouseover.gif');
imageFiles_g7_1['4'] = new Array ('_images/g7_Decor.gif', '_images/g7_DecorMouseover.gif');
imageFiles_g7_1['5'] = new Array ('_images/g7_Limos.gif', '_images/g7_LimosMouseover.gif');

function image_on_g7_1 (position) {
   var doc = eval("document.imageg7_1" + position);
   doc.src = imageFiles_g7_1[position][1];
}

function image_off_g7_1 (position) {
   var doc = eval("document.imageg7_1" + position);
   doc.src = imageFiles_g7_1[position][0];
}

