// preload for subimages

//var preloadFlag_gNav = false;

function preload_othelloHome() {
if(document.images) {

  var ImgArray = new Array();
  for (var i = 0; i < 24; i++) {
    ImgArray[i] = new Image();
  }    

	ImgArray[0].src = "homeimages/othello_essays_over.gif";
	ImgArray[1].src = "homeimages/othello_essays_text.jpg";
	ImgArray[2].src = "homeimages/othello_davies_over.gif";
	ImgArray[3].src = "homeimages/othello_davies_text.jpg";
	ImgArray[4].src = "homeimages/othello_walker_over.gif";
	ImgArray[5].src = "homeimages/othello_walker_text.jpg";
	ImgArray[6].src = "homeimages/othello_search_over.gif";
	ImgArray[7].src = "homeimages/othello_search_text.jpg";
	ImgArray[8].src = "homeimages/feature_shakespeare_over.gif";
	ImgArray[9].src = "homeimages/feature_shakespeare_text.jpg";
	ImgArray[10].src = "homeimages/feature_whoswho_over.gif";
	ImgArray[11].src = "homeimages/feature_whoswho_text.jpg";
	ImgArray[12].src = "homeimages/feature_ntof_over.gif";
	ImgArray[13].src = "homeimages/feature_ntof_text.jpg";
	ImgArray[14].src = "homeimages/feature_synopsis_over.gif";
	ImgArray[15].src = "homeimages/feature_synopsis_text.jpg";
	ImgArray[16].src = "homeimages/feature_baker_over.gif";
	ImgArray[17].src = "homeimages/feature_baker_text.jpg";
	ImgArray[18].src = "homeimages/feature_tguide_over.gif";
	ImgArray[19].src = "homeimages/feature_tguide_text.jpg";
	ImgArray[20].src = "homeimages/feature_forum_over.gif";
	ImgArray[21].src = "homeimages/feature_forum_text.jpg";
	ImgArray[22].src = "homeimages/feature_links_over.gif";
	ImgArray[23].src = "homeimages/feature_links_text.jpg";
  }
}

