var imageFiles_3h_16 = new Array();
imageFiles_3h_16['0'] = new Array ('_images/3h_HOME___.gif', '_images/3h_HOME___Mouseover.gif');
imageFiles_3h_16['1'] = new Array ('_images/3h_GALLERY___.gif', '_images/3h_GALLERY___Mouseover.gif');
imageFiles_3h_16['2'] = new Array ('_images/3h_QUOTE_REQUEST___.gif', '_images/3h_QUOTE_REQUEST___Mouseover.gif');
imageFiles_3h_16['3'] = new Array ('_images/3h_VEHICLES___.gif', '_images/3h_VEHICLES___Mouseover.gif');
imageFiles_3h_16['4'] = new Array ('_images/3h_WEDDING_FORM___.gif', '_images/3h_WEDDING_FORM___Mouseover.gif');
imageFiles_3h_16['5'] = new Array ('_images/3h________.gif', '_images/3h________Mouseover.gif');
imageFiles_3h_16['6'] = new Array ('_images/3h____.gif', '_images/3h____Mouseover.gif');
imageFiles_3h_16['7'] = new Array ('_images/3h___.gif', '_images/3h___Mouseover.gif');

function image_on_3h_16 (position) {
   var doc = eval("document.image3h_16" + position);
   doc.src = imageFiles_3h_16[position][1];
}

function image_off_3h_16 (position) {
   var doc = eval("document.image3h_16" + position);
   doc.src = imageFiles_3h_16[position][0];
}
