var imageFiles_8g_16 = new Array();
imageFiles_8g_16['0'] = new Array ('_images/8g_Home.gif', '_images/8g_HomeMouseover.gif');
imageFiles_8g_16['1'] = new Array ('_images/8g_Parenting_Store_.gif', '_images/8g_Parenting_Store_Mouseover.gif');
imageFiles_8g_16['2'] = new Array ('_images/8g_About_Roberta.gif', '_images/8g_About_RobertaMouseover.gif');
imageFiles_8g_16['3'] = new Array ('_images/8g_FREE_Tips.gif', '_images/8g_FREE_TipsMouseover.gif');
imageFiles_8g_16['4'] = new Array ('_images/8g_Past_Seminars.gif', '_images/8g_Past_SeminarsMouseover.gif');
imageFiles_8g_16['5'] = new Array ('_images/8g_Testimonials.gif', '_images/8g_TestimonialsMouseover.gif');
imageFiles_8g_16['6'] = new Array ('_images/8g_Coaching.gif', '_images/8g_CoachingMouseover.gif');
imageFiles_8g_16['7'] = new Array ('_images/8g_See_A_Video.gif', '_images/8g_See_A_VideoMouseover.gif');
imageFiles_8g_16['8'] = new Array ('_images/8g_Speaking.gif', '_images/8g_SpeakingMouseover.gif');
imageFiles_8g_16['9'] = new Array ('_images/8g_Contact_Info.gif', '_images/8g_Contact_InfoMouseover.gif');

function image_on_8g_16 (position) {
   var doc = eval("document.image8g_16" + position);
   doc.src = imageFiles_8g_16[position][1];
}

function image_off_8g_16 (position) {
   var doc = eval("document.image8g_16" + position);
   doc.src = imageFiles_8g_16[position][0];
}
