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

function image_on_8g_13 (position) {
   var doc = eval("document.image8g_13" + position);
   doc.src = imageFiles_8g_13[position][1];
}

function image_off_8g_13 (position) {
   var doc = eval("document.image8g_13" + position);
   doc.src = imageFiles_8g_13[position][0];
}

