browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

if ((browserName == "Netscape" && browserVer >= 3)||
  (browserName == "Microsoft Internet Explorer" && browserVer >=4)) version = "n3";
else version = "x";

if (version == "n3"){
  /* ------------------- ON ------------------- */
  /* ----- TOP NAV ----- */
  newcars_on = new Image;
  newcars_on.src = "/img/fr/top_menu_02_on.gif";
  
  usedcars_on = new Image;
  usedcars_on.src = "/img/fr/top_menu_03_on.gif";
  
  requests_on = new Image;
  requests_on.src = "/img/fr/top_menu_04_on.gif";
  
  promos_on = new Image;
  promos_on.src = "/img/fr/top_menu_05_on.gif";
  
  service_on = new Image;
  service_on.src = "/img/fr/top_menu_06_on.gif";
  
  
  /* ----- BOTTOM NAV ----- */
  rdvservice_on = new Image;
  rdvservice_on.src = "/img/fr/top_menu_08b_on.gif";
  
  exchange_on = new Image;
  exchange_on.src = "/img/fr/top_menu_08_on.gif";
  
  roadtest_on = new Image;
  roadtest_on.src = "/img/fr/top_menu_09_on.gif";
  
  compare_on = new Image;
  compare_on.src = "/img/fr/top_menu_10_on.gif";
  
  contact_on = new Image;
  contact_on.src = "/img/fr/top_menu_11_on.gif";
  
  
  /* ----- NEWCARS ----- */
  /* --- FORD --- */
  invedge_on = new Image;
  invedge_on.src = "/img/fr/inv_edge_on.jpg";
  
  invfocuscoupe_on = new Image;
  invfocuscoupe_on.src = "/img/fr/inv_focus_on.jpg";
  
  invfocussedan_on = new Image;
  invfocussedan_on.src = "/img/fr/inv_focus_berline_on.jpg";
  
  invfusion_on = new Image;
  invfusion_on.src = "/img/fr/inv_fusion_on.jpg";
  
  invtaurus_on = new Image;
  invtaurus_on.src = "/img/fr/inv_taurus_on.jpg";
  
  invtaurusx_on = new Image;
  invtaurusx_on.src = "/img/fr/inv_taurus_x_on.jpg";
  
  invshelvy_on = new Image;
  invshelvy_on.src = "/img/fr/inv_shelby_gt500_on.jpg";
  
  invmustang_on = new Image;
  invmustang_on.src = "/img/fr/inv_mustang_on.jpg";
  
  invmustangdec_on = new Image;
  invmustangdec_on.src = "/img/fr/inv_mustang_decapotable_on.jpg";
  
  invmarquis_on = new Image;
  invmarquis_on.src = "/img/fr/inv_grand_marquis_on.jpg";
  
  invescape_on = new Image;
  invescape_on.src = "/img/fr/inv_escape_on.jpg";
  
  invescapehyb_on = new Image;
  invescapehyb_on.src = "/img/fr/inv_escape_hybride_on.jpg";
  
  invexped_on = new Image;
  invexped_on.src = "/img/fr/inv_expedition_on.jpg";
  
  invexpl_on = new Image;
  invexpl_on.src = "/img/fr/inv_explorer_on.jpg";
  
  invf150_on = new Image;
  invf150_on.src = "/img/fr/inv_f-150_on.jpg";
  
  invf250_on = new Image;
  invf250_on.src = "/img/fr/inv_f-250_on.jpg";
  
  invf350_on = new Image;
  invf350_on.src = "/img/fr/inv_f-350_on.jpg";
  
  invf450_on = new Image;
  invf450_on.src = "/img/fr/inv_f-450_on.jpg";
  
  invranger_on = new Image;
  invranger_on.src = "/img/fr/inv_ranger_on.jpg";
  
  invsporttrack_on = new Image;
  invsporttrack_on.src = "/img/fr/inv_sport_trac_on.jpg";
  
  invflex_on = new Image;
  invflex_on.src = "/img/fr/inv_flex_on.jpg";
  
  
  /* --- LINCOLN --- */
  invmkz_on = new Image;
  invmkz_on.src = "/img/fr/inv_mkz_on.jpg";
  
  invtown_on = new Image;
  invtown_on.src = "/img/fr/inv_towncar_on.jpg";
  
  invmkx_on = new Image;
  invmkx_on.src = "/img/fr/inv_mkx_on.jpg";
  
  invnavig_on = new Image;
  invnavig_on.src = "/img/fr/inv_navigator_on.jpg";
  
  invmark_on = new Image;
  invmark_on.src = "/img/fr/inv_mark_lt_on.jpg";
  
  
  
  
  /* ------------------- OFF ------------------- */
  /* ----- TOP NAV ----- */
  newcars_off = new Image;
  newcars_off.src = "/img/fr/top_menu_02_off.gif";
  
  usedcars_off = new Image;
  usedcars_off.src = "/img/fr/top_menu_03_off.gif";
  
  requests_off = new Image;
  requests_off.src = "/img/fr/top_menu_04_off.gif";
  
  promos_off = new Image;
  promos_off.src = "/img/fr/top_menu_05_off.gif";
  
  service_off = new Image;
  service_off.src = "/img/fr/top_menu_06_off.gif";
  
  
  /* ----- BOTTOM NAV ----- */
  rdvservice_off = new Image;
  rdvservice_off.src = "/img/fr/top_menu_08b_off.gif";
  
  exchange_off = new Image;
  exchange_off.src = "/img/fr/top_menu_08_off.gif";
  
  roadtest_off = new Image;
  roadtest_off.src = "/img/fr/top_menu_09_off.gif";
  
  compare_off = new Image;
  compare_off.src = "/img/fr/top_menu_10_off.gif";
  
  contact_off = new Image;
  contact_off.src = "/img/fr/top_menu_11_off.gif";
  
  
  /* ----- NEWCARS ----- */
  /* --- FORD --- */
  invedge_off = new Image;
  invedge_off.src = "/img/fr/inv_edge_off.jpg";
  
  invfocuscoupe_off = new Image;
  invfocuscoupe_off.src = "/img/fr/inv_focus_off.jpg";
  
  invfocussedan_off = new Image;
  invfocussedan_off.src = "/img/fr/inv_focus_berline_off.jpg";
  
  invfusion_off = new Image;
  invfusion_off.src = "/img/fr/inv_fusion_off.jpg";
  
  invtaurus_off = new Image;
  invtaurus_off.src = "/img/fr/inv_taurus_off.jpg";
  
  invtaurusx_off = new Image;
  invtaurusx_off.src = "/img/fr/inv_taurus_x_off.jpg";
  
  invshelvy_off = new Image;
  invshelvy_off.src = "/img/fr/inv_shelby_gt500_off.jpg";
  
  invmustang_off = new Image;
  invmustang_off.src = "/img/fr/inv_mustang_off.jpg";
  
  invmustangdec_off = new Image;
  invmustangdec_off.src = "/img/fr/inv_mustang_decapotable_off.jpg";
  
  invmarquis_off = new Image;
  invmarquis_off.src = "/img/fr/inv_grand_marquis_off.jpg";
  
  invescape_off = new Image;
  invescape_off.src = "/img/fr/inv_escape_off.jpg";
  
  invescapehyb_off = new Image;
  invescapehyb_off.src = "/img/fr/inv_escape_hybride_off.jpg";
  
  invexped_off = new Image;
  invexped_off.src = "/img/fr/inv_expedition_off.jpg";
  
  invexpl_off = new Image;
  invexpl_off.src = "/img/fr/inv_explorer_off.jpg";
  
  invf150_off = new Image;
  invf150_off.src = "/img/fr/inv_f-150_off.jpg";
  
  invf250_off = new Image;
  invf250_off.src = "/img/fr/inv_f-250_off.jpg";
  
  invf350_off = new Image;
  invf350_off.src = "/img/fr/inv_f-350_off.jpg";
  
  invf450_off = new Image;
  invf450_off.src = "/img/fr/inv_f-450_off.jpg";
  
  invranger_off = new Image;
  invranger_off.src = "/img/fr/inv_ranger_off.jpg";
  
  invsporttrack_off = new Image;
  invsporttrack_off.src = "/img/fr/inv_sport_trac_off.jpg";
  
  invflex_off = new Image;
  invflex_off.src = "/img/fr/inv_flex_off.jpg";
  
  
  /* --- LINCOLN --- */
  invmkz_off = new Image;
  invmkz_off.src = "/img/fr/inv_mkz_off.jpg";
  
  invtown_off = new Image;
  invtown_off.src = "/img/fr/inv_towncar_off.jpg";
  
  invmkx_off = new Image;
  invmkx_off.src = "/img/fr/inv_mkx_off.jpg";
  
  invnavig_off = new Image;
  invnavig_off.src = "/img/fr/inv_navigator_off.jpg";
  
  invmark_off = new Image;
  invmark_off.src = "/img/fr/inv_mark_lt_off.jpg";
}

function img_act(imgName){
  if (version == "n3"){
    imgOn = eval(imgName + "_on.src");
    document [imgName].src = imgOn;
  }
}

function img_inact(imgName){
  if (version == "n3"){
    imgOff = eval(imgName + "_off.src");
    document [imgName].src = imgOff;
  }
}