var imageFiles_g0_13 = new Array();
imageFiles_g0_13['0'] = new Array ('_images/g0_FLOWERS.gif', '_images/g0_FLOWERSMouseover.gif');
imageFiles_g0_13['1'] = new Array ('_images/g0_WEDDING_SPECIALS.gif', '_images/g0_WEDDING_SPECIALSMouseover.gif');
imageFiles_g0_13['2'] = new Array ('_images/g0_THE_STORE.gif', '_images/g0_THE_STOREMouseover.gif');
imageFiles_g0_13['3'] = new Array ('_images/g0_CONTACT_US.gif', '_images/g0_CONTACT_USMouseover.gif');
imageFiles_g0_13['4'] = new Array ('_images/g0_ABOUT_US__.gif', '_images/g0_ABOUT_US__Mouseover.gif');

function image_on_g0_13 (position) {
   var doc = eval("document.imageg0_13" + position);
   doc.src = imageFiles_g0_13[position][1];
}

function image_off_g0_13 (position) {
   var doc = eval("document.imageg0_13" + position);
   doc.src = imageFiles_g0_13[position][0];
}
