﻿var bn = navigator.appName;
var vn = navigator.appVersion;

if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0"))
{
	gallery1 = new  Image(252,216);
	gallery1.src = "/!images/mp/craterofdiamonds_mp_promo_gallery1.gif";
	
	gallery2 = new  Image(252,216);
	gallery2.src = "/!images/mp/craterofdiamonds_mp_promo_gallery2.gif";
	
	book1 = new  Image(175,222);
	book1.src = "/!images/mp/craterofdiamonds_mp_promo_bookonline1.gif";
	
	book2 = new  Image(175,222);
	book2.src = "/!images/mp/craterofdiamonds_mp_promo_bookonline2.gif";

	finds1 = new Image(168, 191);
	finds1.src = "/!images/mp/cod_mp_promo_finds1.gif";

	finds2 = new  Image(168,191);
	finds2.src = "/!images/mp/cod_mp_promo_finds2.gif";

	enews1 = new  Image(168,213);
	enews1.src = "/!images/mp/cod_mp_promo_enews1.gif";
	
	enews2 = new  Image(168,213);
	enews2.src = "/!images/mp/cod_mp_promo_enews2.gif";

	brochures1 = new Image(166, 193);
	brochures1.src = "/!images/mp/craterofdiamonds_mp_promo_parkbrochures1.gif";

	brochures2 = new Image(166, 193);
	brochures2.src = "/!images/mp/craterofdiamonds_mp_promo_parkbrochures2.gif";	

	// Interior Left Column Images
	
	intbook1 = new  Image(251,197);
	intbook1.src = "/!images/int/cod_int_promo_book_online_static.gif";
	
	intbook2 = new  Image(251,197);
	intbook2.src = "/!images/int/cod_int_promo_book_online_hover.gif";	
	
	intgallery1 = new  Image(251,195);
	intgallery1.src = "/!images/int/cod_int_promo_gallery_static.gif";
	
	intgallery2 = new  Image(251,195);
	intgallery2.src = "/!images/int/cod_int_promo_gallery_hover.gif";
	
	intfinds1 = new  Image(251,189);
	intfinds1.src = "/!images/int/cod_int_promo_finds_static.gif";
	
	intfinds2 = new  Image(251,189);
	intfinds2.src = "/!images/int/cod_int_promo_finds_hover.gif";

	intbrochures1 = new Image(166, 193);
	intbrochures1.src = "/!images/mp/craterofdiamonds_mp_promo_parkbrochures1.gif";

	intbrochures2 = new Image(166, 193);
	intbrochures2.src = "/!images/int/craterofdiamonds_int_promo_parkbrochures2.gif";			
}
function hiLite(name, source) {
	var bn = navigator.appName;
	var vn = navigator.appVersion;
		
	if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0")) {
		document.images[name].src = eval(source + ".src");
	}
}