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

function image_on_8g_28 (position) {
   var doc = eval("document.image8g_28" + position);
   doc.src = imageFiles_8g_28[position][1];
}

function image_off_8g_28 (position) {
   var doc = eval("document.image8g_28" + position);
   doc.src = imageFiles_8g_28[position][0];
}

