var movieName = "flashmovie";

lit_0 = new Image();
lit_1 = new Image();
lit_2 = new Image();
lit_3 = new Image();

lit_0.src = "images/lit_0.jpg"
lit_1.src = "images/lit_1.jpg"
lit_2.src = "images/lit_2.jpg"
lit_3.src = "images/lit_3.jpg"

customer_login = new Image();
customer_login2 = new Image();
customer_utilities = new Image();
customer_utilities2 = new Image();
employee_resources = new Image();
employee_resources2 = new Image();
plant_tour = new Image();
plant_tour2 = new Image();
corporate_info = new Image();
corporate_info2 = new Image();
directions = new Image();
directions2 = new Image();
news = new Image();
news2 = new Image();
articles_of_interest = new Image();
articles_of_interest2 = new Image();

customer_login.src = "images/customer_login.jpg"
customer_login2.src = "images/customer_login2.jpg"
customer_utilities.src = "images/customer_utilities.jpg"
customer_utilities2.src = "images/customer_utilities2.jpg"
employee_resources.src = "images/employee_resources.jpg"
employee_resources2.src = "images/employee_resources2.jpg"
plant_tour.src = "images/plant_tour.jpg"
plant_tour2.src = "images/plant_tour2.jpg"
corporate_info.src = "images/corporate_info.jpg"
corporate_info2.src = "images/corporate_info2.jpg"
directions.src = "images/directions.jpg"
directions2.src = "images/directions2.jpg"
news.src = "images/news.jpg"
news2.src = "images/news2.jpg"
articles_of_interest.src = "images/articles_of_interest.jpg"
articles_of_interest2.src = "images/articles_of_interest2.jpg"

function blank(){}

function checkver()
{
  if (navigator.appName == "Microsoft Internet Explorer")
  { window.location = "/tour/index2.htm" }
  else if (navigator.appName == "Netscape")
  { window.location = "/tour/index3.htm" }
}

function checkver_idi(){
  if (navigator.appName == "Microsoft Internet Explorer")
  { window.location = "/tour/index2i.htm" }
  else if (navigator.appName == "Netscape")
  { window.location = "/tour/index3i.htm" }
}

function checkver_melt_shop(){
  if (navigator.appName == "Microsoft Internet Explorer")
  { window.location = "/tour/index2m.htm" }
  else if (navigator.appName == "Netscape")
  { window.location = "/tour/index3m.htm" }
}

function checkver_cold_mill(){
  if (navigator.appName == "Microsoft Internet Explorer")
  { window.location = "/tour/index2c.htm" }
  else if (navigator.appName == "Netscape")
  { window.location = "/tour/index3c.htm" }
}

function swapImage(originalImage, changeImage){

	document[originalImage].src = eval(swapImage.arguments[1] + ".src")	
}

function flipImage(originalImage,NewImage){
	document[originalImage].src = NewImage
}	