var imageFiles_fx_1 = new Array();
imageFiles_fx_1['0'] = new Array ('_images/fx_Home.gif', '_images/fx_HomeMouseover.gif');

function image_on_fx_1 (position) {
   var doc = eval("document.imagefx_1" + position);
   doc.src = imageFiles_fx_1[position][1];
}

function image_off_fx_1 (position) {
   var doc = eval("document.imagefx_1" + position);
   doc.src = imageFiles_fx_1[position][0];
}
