var imageFiles_gc_35 = new Array();
imageFiles_gc_35['0'] = new Array ('_images/gc_Before_Baby.gif', '_images/gc_Before_BabyMouseover.gif');
imageFiles_gc_35['1'] = new Array ('_images/gc_During_Birth.gif', '_images/gc_During_BirthMouseover.gif');
imageFiles_gc_35['2'] = new Array ('_images/gc_After_Baby_Comes_Home.gif', '_images/gc_After_Baby_Comes_HomeMouseover.gif');
imageFiles_gc_35['3'] = new Array ('_images/gc_Twins_and_Triplets.gif', '_images/gc_Twins_and_TripletsMouseover.gif');
imageFiles_gc_35['4'] = new Array ('_images/gc_Breastfeeding_Support_.gif', '_images/gc_Breastfeeding_Support_Mouseover.gif');
imageFiles_gc_35['5'] = new Array ('_images/gc_Infant_Sleep_Issues.gif', '_images/gc_Infant_Sleep_IssuesMouseover.gif');
imageFiles_gc_35['6'] = new Array ('_images/gc_Birth_Team.gif', '_images/gc_Birth_TeamMouseover.gif');
imageFiles_gc_35['7'] = new Array ('_images/gc_Postpartum_Team.gif', '_images/gc_Postpartum_TeamMouseover.gif');
imageFiles_gc_35['8'] = new Array ('_images/gc_Common_Questions.gif', '_images/gc_Common_QuestionsMouseover.gif');
imageFiles_gc_35['9'] = new Array ('_images/gc_Community_Calendar.gif', '_images/gc_Community_CalendarMouseover.gif');
imageFiles_gc_35['10'] = new Array ('_images/gc_Classes.gif', '_images/gc_ClassesMouseover.gif');
imageFiles_gc_35['11'] = new Array ('_images/gc_Resources.gif', '_images/gc_ResourcesMouseover.gif');
imageFiles_gc_35['12'] = new Array ('_images/gc_Make_a_Payment.gif', '_images/gc_Make_a_PaymentMouseover.gif');
imageFiles_gc_35['13'] = new Array ('_images/gc_Contact_Us.gif', '_images/gc_Contact_UsMouseover.gif');

function image_on_gc_35 (position) {
   var doc = eval("document.imagegc_35" + position);
   doc.src = imageFiles_gc_35[position][1];
}

function image_off_gc_35 (position) {
   var doc = eval("document.imagegc_35" + position);
   doc.src = imageFiles_gc_35[position][0];
}

