<!--


function preLoad() {

	introduction = new Image(146,19);
	introduction.src = "images/btn_introduction1.gif";

	accommodation = new Image(146,19);
	accommodation.src = "images/btn_accommodation1.gif";

	what_to_see_do = new Image(146,19);
	what_to_see_do.src = "images/btn_what_to_see_do1.gif";

	food_restaurants = new Image(146,19);
	food_restaurants.src = "images/btn_food_restaurants1.gif";

	entertainment = new Image(146,19);
	entertainment.src = "images/btn_entertainment1.gif";

	news_weather = new Image(146,19);
	news_weather.src = "images/btn_news_weather1.gif";

	general_info = new Image(146,19);
	general_info.src = "images/btn_general_info1.gif";

	for_residents = new Image(146,19);
	for_residents.src = "images/btn_for_residents1.gif";

	business = new Image(146,19);
	business.src = "images/btn_business1.gif";

	charities = new Image(146,19);
	charities.src = "images/btn_charities1.gif";

	about_us = new Image(146,19);
	about_us.src = "images/btn_about_us1.gif";

	email = new Image(146,19);
	email.src = "images/btn_email1.gif";

	startclock();
}

if (document.images) { 

	img_introduction_on = new Image(146,19);
	img_introduction_on.src = "images/btn_introduction1.gif";
	img_introduction_off = new Image(146,19);
	img_introduction_off.src = "images/btn_introduction.gif";

	img_accommodation_on = new Image(146,19);
	img_accommodation_on.src = "images/btn_accommodation1.gif";
	img_accommodation_off = new Image(146,19);
	img_accommodation_off.src = "images/btn_accommodation.gif";

	img_what_to_see_do_on = new Image(146,19);
	img_what_to_see_do_on.src = "images/btn_what_to_see_do1.gif";
	img_what_to_see_do_off = new Image(146,19);
	img_what_to_see_do_off.src = "images/btn_what_to_see_do.gif";

	img_food_restaurants_on = new Image(146,19);
	img_food_restaurants_on.src = "images/btn_food_restaurants1.gif";
	img_food_restaurants_off = new Image(146,19);
	img_food_restaurants_off.src = "images/btn_food_restaurants.gif";

	img_entertainment_on = new Image(146,19);
	img_entertainment_on.src = "images/btn_entertainment1.gif";
	img_entertainment_off = new Image(146,19);
	img_entertainment_off.src = "images/btn_entertainment.gif";

	img_news_weather_on = new Image(146,19);
	img_news_weather_on.src = "images/btn_news_weather1.gif";
	img_news_weather_off = new Image(146,19);
	img_news_weather_off.src = "images/btn_news_weather.gif";

	img_general_info_on = new Image(146,19);
	img_general_info_on.src = "images/btn_general_info1.gif";
	img_general_info_off = new Image(146,19);
	img_general_info_off.src = "images/btn_general_info.gif";

	img_for_residents_on = new Image(146,19);
	img_for_residents_on.src = "images/btn_for_residents1.gif";
	img_for_residents_off = new Image(146,19);
	img_for_residents_off.src = "images/btn_for_residents.gif";

	img_business_on = new Image(146,19);
	img_business_on.src = "images/btn_business1.gif";
	img_business_off = new Image(146,19);
	img_business_off.src = "images/btn_business.gif";

	img_charities_on = new Image(146,19);
	img_charities_on.src = "images/btn_charities1.gif";
	img_charities_off = new Image(146,19);
	img_charities_off.src = "images/btn_charities.gif";

	img_about_us_on = new Image(146,19);
	img_about_us_on.src = "images/btn_about_us1.gif";
	img_about_us_off = new Image(146,19);
	img_about_us_off.src = "images/btn_about_us.gif";

	img_email_on = new Image(146,19);
	img_email_on.src = "images/btn_email1.gif";
	img_email_off = new Image(146,19);
	img_email_off.src = "images/btn_email.gif";

}

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