var imageFiles_gw_9 = new Array();
imageFiles_gw_9['0'] = new Array ('_images/gw_Photo_Gallery.gif', '_images/gw_Photo_GalleryMouseover.gif');

function image_on_gw_9 (position) {
   var doc = eval("document.imagegw_9" + position);
   doc.src = imageFiles_gw_9[position][1];
}

function image_off_gw_9 (position) {
   var doc = eval("document.imagegw_9" + position);
   doc.src = imageFiles_gw_9[position][0];
}
