if ( navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 3 ) browser=1;
else if (navigator.appName == "Microsoft Internet Explorer" && parseFloat(navigator.appVersion) >= 4) browser=1;
else browser=0;

if (browser == 1)

{
  home_lo     			= new Image(140,20); 
  home_lo.src 			= "images/home.jpg";
  home_hi     			= new Image(140,20); 
  home_hi.src 			= "images/home_hi.jpg";
  home_txt				= "Norwest Precision Home Page"
      
  mccapab_lo     		= new Image(140,20); 
  mccapab_lo.src 		= "images/mccapab.jpg";
  mccapab_hi     		= new Image(140,20); 
  mccapab_hi.src 		= "images/mccapab_hi.jpg";
  mccapab_txt			= "Machine Capabilities"
  
  locate_lo     		= new Image(140,20); 
  locate_lo.src 		= "images/location.jpg";
  locate_hi     		= new Image(140,20); 
  locate_hi.src 		= "images/location_hi.jpg";
  locate_txt			= "Location"

  jobs_lo     			= new Image(140,20); 
  jobs_lo.src 			= "images/jobs.jpg";
  jobs_hi     			= new Image(140,20); 
  jobs_hi.src 			= "images/jobs_hi.jpg";
  jobs_txt				= "Careers at Norwest"

  hist_lo     			= new Image(140,20); 
  hist_lo.src 			= "images/history.jpg";
  hist_hi     			= new Image(140,20); 
  hist_hi.src 			= "images/history_hi.jpg";
  hist_txt				= "Customer Profile"

  contact_lo     		= new Image(140,20); 
  contact_lo.src 		= "images/contact.jpg";
  contact_hi     		= new Image(140,20); 
  contact_hi.src 		= "images/contact_hi.jpg";
  contact_txt			= "Contact Information"

  MCS_Right_hi			= new Image(174,195);
  MCS_Right_hi.src		= "images/MCS_Right.jpg";
  MCS_Right_txt			= " "
  MCS_R_Turn_hi			= new Image(174,195);
  MCS_R_Turn_hi.src		= "images/MCS_R_Turn.jpg";
  MCS_R_Turn_txt		= " "
  MCS_R_Mill_hi			= new Image(174,195);
  MCS_R_Mill_hi.src		= "images/MCS_R_Mill.jpg";
  MCS_R_Mill_txt		= " "
  MCS_R_Qc_hi			= new Image(174,195);
  MCS_R_Qc_hi.src		= "images/MCS_R_Qc.jpg";
  MCS_R_Qc_txt			= " "
  MCS_R_Mcc_hi			= new Image(174,195);
  MCS_R_Mcc_hi.src		= "images/MCS_R_Mcc.jpg";
  MCS_R_Mcc_txt			= " "
  MCS_R_Aux_hi			= new Image(174,195);
  MCS_R_Aux_hi.src		= "images/MCS_R_Aux.jpg";
  MCS_R_Aux_txt			= " "
  MCS_R_HorBor_hi		= new Image(174,195);
  MCS_R_HorBor_hi.src	= "images/MCS_R_HorBor.jpg";
  MCS_R_HorBor_txt		= " "	
}

function lo(nameImage)
{
     if (browser==1)
  {
    document [nameImage].src=eval(nameImage+"_lo.src");
	window.status = ' '
  }
  
  return true;
}

function hi(nameImage)
{
     if (browser==1)
  {
    document [nameImage].src=eval(nameImage+"_hi.src");
	window.status = eval(nameImage+"_txt");
  }
  
  return true;
}

function lo2(nameImage)
{
     if (browser==1)
  {
    document ["MCS_Right"].src=eval("MCS_Right_hi.src");
	window.status = ' '
  }
}

function hi2(nameImage)
{
     if (browser==1)
  {
    document ["MCS_Right"].src=eval(nameImage+"_hi.src");
	window.status = eval(nameImage+"_txt");
  }
}
