if(!((parseInt(navigator.appVersion)<4) && (navigator.appName.toLowerCase().indexOf("microsoft")>-1))) {
 if (parseInt(navigator.appVersion)<3)
   J11=false;
 else
   J11=true;
 }
 else
   J11=false;

 var imHeads;

 var swapIm = new Array();
 var old = "";
 var oldSrc = "";

 var Im= new Array("/mothersinmotion/images/menu_new_f_on.gif",
 "/mothersinmotion/images/menu_preschool_f_on.gif",
 "/mothersinmotion/images/menu_school_f_on.gif",
 "/mothersinmotion/images/menu_e_on.gif",
 "/mothersinmotion/images/menu_info_f_on.gif",
 "/mothersinmotion/images/menu_award_f_on.gif",
 "/mothersinmotion/images/menu_where_f_on.gif",
 "/mothersinmotion/images/menu_sponsor_f_on.gif",
 "/mothersinmotion/images/menu_quiz_f_on.gif",
 "/mothersinmotion/images/menu_contests_f_on.gif",
 "/mothersinmotion/images/splash_e_on.gif",
 "/mothersinmotion/images/splash_f_on.gif",
 "/mothersinmotion/images/menu_award2_f_on.gif",
 "/mothersinmotion/images/menu_new_feeding_f_on.gif",
 "/mothersinmotion/images/menu_new_coping_f_on.gif", 
 "/mothersinmotion/images/menu_new_equipment_f_on.gif",
 "/mothersinmotion/images/menu_new_weights_f_on.gif",
 "/mothersinmotion/images/menu_new_nutrition_f_on.gif",
 "/mothersinmotion/images/menu_new_activity_f_on.gif",
 "/mothersinmotion/images/menu_new_safety_f_on.gif",
 "/mothersinmotion/images/menu_preschool_eating_f_on.gif",
 "/mothersinmotion/images/menu_preschool_living_f_on.gif",
 "/mothersinmotion/images/menu_school_eating_f_on.gif",
 "/mothersinmotion/images/menu_school_living_f_on.gif",
 "/mothersinmotion/images/ga_info_f_on.gif",
 "/mothersinmotion/images/ga_form_f_on.gif",
 "/mothersinmotion/images/ga_winners_f_on.gif",
 "/mothersinmotion/images/menu_sponsor_duet_f_on.gif",
 "/mothersinmotion/images/menu_sponsor_stain_f_on.gif",
 "/mothersinmotion/images/menu_sponsor_laundry_f_on.gif",
 "/mothersinmotion/images/menu_sponsor_tips_f_on.gif",
 "/mothersinmotion/images/menu_sponsor_refrigerators_f_on.gif",
 "/mothersinmotion/images/new_safety_1_f_on.gif",
 "/mothersinmotion/images/new_safety_2_f_on.gif",
 "/mothersinmotion/images/new_safety_3_f_on.gif",
 "/mothersinmotion/images/new_physical_1_f_on.gif",
 "/mothersinmotion/images/new_physical_2_f_on.gif",
 "/mothersinmotion/images/new_physical_3_f_on.gif",
 "/mothersinmotion/images/new_physical_4_f_on.gif",
 "/mothersinmotion/images/new_physical_5_f_on.gif",
 "/mothersinmotion/images/new_physical_6_f_on.gif",
 "/mothersinmotion/images/new_nutrition_1_f_on.gif",
 "/mothersinmotion/images/new_nutrition_2_f_on.gif",
 "/mothersinmotion/images/new_nutrition_3_f_on.gif",
 "/mothersinmotion/images/new_nutrition_4_f_on.gif",
 "/mothersinmotion/images/new_nutrition_5_f_on.gif",
 "/mothersinmotion/images/new_weights_1_f_on.gif",
 "/mothersinmotion/images/new_weights_2_f_on.gif",
 "/mothersinmotion/images/new_equipment_1_f_on.gif",
 "/mothersinmotion/images/new_equipment_2_f_on.gif",
 "/mothersinmotion/images/new_equipment_3_f_on.gif",
 "/mothersinmotion/images/new_equipment_4_f_on.gif",
 "/mothersinmotion/images/new_coping_1_f_on.gif",
 "/mothersinmotion/images/new_coping_2_f_on.gif",
 "/mothersinmotion/images/new_feeding_1_f_on.gif",
 "/mothersinmotion/images/new_feeding_2_f_on.gif",
 "/mothersinmotion/images/new_feeding_3_f_on.gif",
 "/mothersinmotion/images/new_feeding_4_f_on.gif",
 "/mothersinmotion/images/new_feeding_5_f_on.gif",
 "/mothersinmotion/images/new_feeding_6_f_on.gif",
 "/mothersinmotion/images/eat_1_f_on.gif",
 "/mothersinmotion/images/eat_2_f_on.gif",
 "/mothersinmotion/images/eat_3_f_on.gif",
 "/mothersinmotion/images/eat_4_f_on.gif",
 "/mothersinmotion/images/eat_5_f_on.gif",
 "/mothersinmotion/images/prev_f_on.gif",
 "/mothersinmotion/images/menu_school2_f_on.gif",
 "/mothersinmotion/images/menu_dietitian_f_on.gif",
 "/mothersinmotion/images/menu_dietitian_fact_f_on.gif",
 "/mothersinmotion/images/menu_dietitian_forum_f_on.gif",
 "/mothersinmotion/images/submenu_dietitian_post_f_on.gif",
 "/mothersinmotion/images/submenu_dietitian_fact1_f_on.gif",
 "/mothersinmotion/images/submenu_dietitian_fact2_f_on.gif",
 "/mothersinmotion/images/submenu_dietitian_fact3_f_on.gif",
 "/mothersinmotion/images/submenu_dietitian_fact4_f_on.gif",
 "/mothersinmotion/images/submenu_dietitian_fact5_f_on.gif",
 "/mothersinmotion/images/submenu_dietitian_fact6_f_on.gif"); //76
  
if(J11) {
  for(i in Im) {
     swapIm[i] = new Image();
  swapIm[i].src = Im[i];
  }
}  
  function swap(n,index) {
  if(J11) {
    n = arguments[0].toString();
 index = parseInt(arguments[1]);
 eval("oldSrc = document." + n + ".src");
 old = n;

 eval("document." + n + " .src=swapIm[" + index + "].src");
 }
  }
  
  function back() {
   if(J11) {
    eval("document." + old + ".src=oldSrc");
   }
  }
