function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images) {
		for (var i=0; i<changeImages.arguments.length;i+=2) {
			document[changeImages.arguments[i]].src=changeImages.arguments[i+1];
		}
	}
}

function regular(page) {
	window.open(page,"375x375","width=500,height=215,resizable=yes,scrollbars=yes");
}

function preloadImages() {
 if (document.images) {
	tour_over=newImage("http://www.themountaininn.com/big-sky-hotel/images/nav/safari_b.gif");
	planning_over=newImage("http://www.themountaininn.com/big-sky-hotel/images/nav/planning_b_r.gif");
	packages_over=newImage("http://www.themountaininn.com/big-sky-hotel/images/nav/packages_b_r.gif");
	specials_over=newImage("http://www.themountaininn.com/big-sky-hotel/images/nav/specials_b_r.gif");
	resources_over=newImage("http://www.themountaininn.com/big-sky-hotel/images/nav/resources_b_r.gif");
	contact_over=newImage("http://www.themountaininn.com/big-sky-hotel/images/nav/contact_b_r.gif");
	reservations_over=newImage("http://www.themountaininn.com/big-sky-hotel/images/nav/reservations_b_r.gif");
	abouthotel_over=newImage("http://www.themountaininn.com/big-sky-hotel/images/nav/abouthotel_b_r.gif");
	aboutbigsky_over=newImage("http://www.themountaininn.com/big-sky-hotel/images/nav/aboutbigsky_b_r.gif");
	gettingthere_over=newImage("http://www.themountaininn.com/big-sky-hotel/images/nav/gettingthere_b_r.gif");
  	preloadFlag=true;
 }
}