var active = 0;

function activate() {
	active = 1;
}

if (document.images) {
	buttonsList = new Array();
	buttonsList[0] = "stallions_img";
	buttonsList[1] = "stallions_txt";
	buttonsList[2] = "broodmares_img";
	buttonsList[3] = "broodmares_txt";
	buttonsList[4] = "foals_img";
	buttonsList[5] = "foals_txt";
	buttonsList[6] = "sales_img";
	buttonsList[7] = "sales_txt";
	buttonsList[8] = "news_img";
	buttonsList[9] = "news_txt";
	buttonsList[10] = "boarding_img";
	buttonsList[11] = "boarding_txt";
	buttonsList[12] = "about_img";
	buttonsList[13] = "about_txt";
	buttonsList[14] = "links_img";
	buttonsList[15] = "links_txt";
	buttonsList[16] = "contact_img";
	buttonsList[17] = "contact_txt";
}

function shade() {
	activate();
	if (active) {
		for(i=0;i<17;i=i+2) {
			image = buttonsList[i];
			image2 = buttonsList[i+1];
			if (i<8) {
				imagesrc = eval("'img/up_left/"+image+"_off.jpg'");
				imagesrc2 = eval("'img/up_left/"+image2+"_off.gif'");
			} else if (i>7) {
				imagesrc = eval("'img/down_right/"+image+"_off.jpg'");
				imagesrc2 = eval("'img/down_right/"+image2+"_off.gif'");
			}
			document[image].src = imagesrc;
			document[image2].src = imagesrc2;
		}
	}
}


function flip(name,tar1,tar2,on,selected,preselected) {
	if (preselected != selected) {
		if (document.images && active) {
			var name0 = name; var name1 = name;
			image_img = (on == 1) ? eval(name0+"_img_on.src") : eval(name0+"_img_off.src");
			image_txt = (on == 1) ? eval(name1+"_txt_on.src") : eval(name1+"_txt_off.src");
			document[tar1].src = image_img;
			document[tar2].src = image_txt;
		if (selected > 0)
			document.frm.selform.value = selected;
		}
	}
}

function flipout(name,tar1,tar2,on,this_one,selected) {
	if (document.images && active && this_one != selected) {
		var name0 = name; var name1 = name;
		image_img = (on == 1) ? eval(name0+"_img_on.src") : eval(name0+"_img_off.src");
		image_txt = (on == 1) ? eval(name1+"_txt_on.src") : eval(name1+"_txt_off.src");
		document[tar1].src = image_img;
		document[tar2].src = image_txt;
	}
}

var start = 0;

function startupAnim() {
	activate();
	if (active) {
		if (start <= 7) {
			image = buttonsList[start];
			image2 = buttonsList[start+1];
			imagesrc = eval("'img/up_left/"+image+"_off.jpg'");
			imagesrc2 = eval("'img/up_left/"+image2+"_off.gif'");
			document[image].src = imagesrc;
			document[image2].src = imagesrc2;
			start=start + 2;
		}
		else if (start >= 8 && start <= 16) {
			image = buttonsList[start];
			image2 = buttonsList[start+1];
			imagesrc = eval("'img/down_right/"+image+"_off.jpg'");
			imagesrc2 = eval("'img/down_right/"+image2+"_off.gif'");
			document[image].src = imagesrc;
			document[image2].src = imagesrc2;
			start=start + 2;
		}
		setTimeout('startupAnim()',100);
	}
}

if (document.images) {
	// upper left corner
	broodmares_above_txt = new Image();
	broodmares_above_txt.src = "img/up_left/broodmares_above_txt.gif";
	edge_down = new Image();
	edge_down.src = "img/up_left/edge_down.jpg";
	edge_right = new Image();
	edge_right.src = "img/up_left/edge_right.jpg";
	foals_above_txt = new Image();
	foals_above_txt.src = "img/up_left/foals_above_txt.gif";
	logo_bot = new Image();
	logo_bot.src = "img/up_left/logo_bot.jpg";
	logo_mid = new Image();
	logo_mid.src = "img/up_left/logo_mid.jpg";
	logo_top = new Image();
	logo_top.src = "img/up_left/logo_top.jpg";
	sales_above_txt = new Image();
	sales_above_txt.src = "img/up_left/sales_above_txt.gif";
	stallions_above_img = new Image();
	stallions_above_img.src = "img/up_left/stallions_above_img.jpg";
	stallions_above_txt = new Image();
	stallions_above_txt.src = "img/up_left/stallions_above_txt.jpg";

	about_under_txt = new Image();
	about_under_txt.src = "img/down_right/about_under_txt.gif";
	boarding_under_txt = new Image();
	boarding_under_txt.src = "img/down_right/boarding_under_txt.gif";
	contact_img_above = new Image();
	contact_img_above.src = "img/down_right/contact_img_above.gif";
	contact_img_left = new Image();
	contact_img_left.src = "img/down_right/contact_img_left.gif";
	contact_img_right = new Image();
	contact_img_right.src = "img/down_right/contact_img_right.gif";
	edge_left = new Image();
	edge_left.src = "img/down_right/edge_left.jpg";
	edge_up = new Image();
	edge_up.src = "img/down_right/edge_up.jpg";
	links_under_img = new Image();
	links_under_img.src = "img/down_right/links_under_img.gif";
	logo_bot = new Image();
	logo_bot.src = "img/down_right/logo_bot.jpg";
	logo_top = new Image();
	logo_top.src = "img/down_right/logo_top.jpg";
	news_under_txt = new Image();
	news_under_txt.src = "img/down_right/news_under_txt.gif";

	stallions_img_on = new Image();
	stallions_img_on.src = "img/up_left/stallions_img_on.jpg";
	stallions_img_off = new Image();
	stallions_img_off.src = "img/up_left/stallions_img_off.jpg";
	stallions_txt_on = new Image();
	stallions_txt_on.src = "img/up_left/stallions_txt_on.gif";
	stallions_txt_off = new Image();
	stallions_txt_off.src = "img/up_left/stallions_txt_off.gif";

	broodmares_img_on = new Image();
	broodmares_img_on.src = "img/up_left/broodmares_img_on.jpg";
	broodmares_img_off = new Image();
	broodmares_img_off.src = "img/up_left/broodmares_img_off.jpg";
	broodmares_txt_on = new Image();
	broodmares_txt_on.src = "img/up_left/broodmares_txt_on.gif";
	broodmares_txt_off = new Image();
	broodmares_txt_off.src = "img/up_left/broodmares_txt_off.gif";
	
	foals_img_on = new Image();
	foals_img_on.src = "img/up_left/foals_img_on.jpg";
	foals_img_off = new Image();
	foals_img_off.src = "img/up_left/foals_img_off.jpg";
	foals_txt_on = new Image();
	foals_txt_on.src = "img/up_left/foals_txt_on.gif";
	foals_txt_off = new Image();
	foals_txt_off.src = "img/up_left/foals_txt_off.gif";
	
	sales_img_on = new Image();
	sales_img_on.src = "img/up_left/sales_img_on.jpg";
	sales_img_off = new Image();
	sales_img_off.src = "img/up_left/sales_img_off.jpg";
	sales_txt_on = new Image();
	sales_txt_on.src = "img/up_left/sales_txt_on.gif";
	sales_txt_off = new Image();
	sales_txt_off.src = "img/up_left/sales_txt_off.gif";

	// lower right corner
	
	news_img_on = new Image();
	news_img_on.src = "img/down_right/news_img_on.jpg";
	news_img_off = new Image();
	news_img_off.src = "img/down_right/news_img_off.jpg";
	news_txt_on = new Image();
	news_txt_on.src = "img/down_right/news_txt_on.gif";
	news_txt_off = new Image();
	news_txt_off.src = "img/down_right/news_txt_off.gif";
	
	boarding_img_on = new Image();
	boarding_img_on.src = "img/down_right/boarding_img_on.jpg";
	boarding_img_off = new Image();
	boarding_img_off.src = "img/down_right/boarding_img_off.jpg";
	boarding_txt_on = new Image();
	boarding_txt_on.src = "img/down_right/boarding_txt_on.gif";
	boarding_txt_off = new Image();
	boarding_txt_off.src = "img/down_right/boarding_txt_off.gif";

	about_img_on = new Image();
	about_img_on.src = "img/down_right/about_img_on.jpg";
	about_img_off = new Image();
	about_img_off.src = "img/down_right/about_img_off.jpg";
	about_txt_on = new Image();
	about_txt_on.src = "img/down_right/about_txt_on.gif";
	about_txt_off = new Image();
	about_txt_off.src = "img/down_right/about_txt_off.gif";

	links_img_on = new Image();
	links_img_on.src = "img/down_right/links_img_on.jpg";
	links_img_off = new Image();
	links_img_off.src = "img/down_right/links_img_off.jpg";
	links_txt_on = new Image();
	links_txt_on.src = "img/down_right/links_txt_on.gif";
	links_txt_off = new Image();
	links_txt_off.src = "img/down_right/links_txt_off.gif";

	contact_img_on = new Image();
	contact_img_on.src = "img/down_right/contact_img_on.jpg";
	contact_img_off = new Image();
	contact_img_off.src = "img/down_right/contact_img_off.jpg";
	contact_txt_on = new Image();
	contact_txt_on.src = "img/down_right/contact_txt_on.gif";
	contact_txt_off = new Image();
	contact_txt_off.src = "img/down_right/contact_txt_off.gif";
}
