﻿var bn = navigator.appName;
var vn = navigator.appVersion;

if ((bn!="Microsoft Internet Explorer") || (vn.substring(0,3)!="2.0"))
{
	planner1 = new  Image(244,193);
	planner1.src = "/images/mp/fortsmith_mp_promo_vacationplanner.gif";
	
	planner2 = new  Image(244,193);
	planner2.src = "/images/mp/fortsmith_mp_promo_vacationplanner2.gif";
	
	video1 = new  Image(223,175);
	video1.src = "/images/mp/ftsmith_promo_videos1.gif";
	
	video2 = new  Image(223,175);
	video2.src = "/images/mp/ftsmith_promo_videos2.gif";
	
	intplanner1 = new  Image(224,185);
	intplanner1.src = "/images/int/fortsmith_int_promo_freeplanner1.gif";
	
	intplanner2 = new  Image(224,185);
	intplanner2.src = "/images/int/fortsmith_int_promo_freeplanner2.gif";
	
	intmeeting1 = new  Image(244,188);
	intmeeting1.src = "/images/int/fortsmith_int_promo_meetingsguide1.gif";
	
	intmeeting2 = new  Image(244,188);
	intmeeting2.src = "/images/int/fortsmith_int_promo_meetingsguide2.gif";
	
	Cal1 = new  Image(224,46);
	Cal1.src = "/images/int/fortsmith_int_nav_calendar1.gif";

	Cal2 = new  Image(224,46);
	Cal2.src = "/images/int/fortsmith_int_nav_calendar2.gif";
	
	enews1 = new  Image(224,80);
	enews1.src = "/images/mp_Icons/fortsmith_mp_promo_enews1.gif";
	
	enews2 = new  Image(224,80);
	enews2.src = "/images/mp_Icons/fortsmith_mp_promo_enews2.gif";		
	
	webcam1 = new  Image(224,80);
	webcam1.src = "/images/mp_Icons/fortsmith_mp_promo_livewebcam1.gif";	
	
	webcam2 = new  Image(224,80);
	webcam2.src = "/images/mp_Icons/fortsmith_mp_promo_livewebcam2.gif";
	
	group1 = new  Image(224,188);
	group1.src = "/images/mp_Icons/fortsmith_int_promo_grouptour1.gif";	
	
	group2 = new  Image(224,188);
	group2.src = "/images/mp_Icons/fortsmith_int_promo_grouptour2.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");
	}
}
