/* Image pre-loading. Needs to be updated as appropriate */
var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		pre_bn_leisure_on = newImage('images/bn_leisure-on.gif');
		pre_bn_accommodation_on = newImage('images/bn_accommodation-on.gif');
		pre_bn_dining_on = newImage('images/bn_dining-on.gif');
		pre_bn_golf_on = newImage('images/bn_golf-on.gif');
		pre_bn_attractions_on = newImage('images/bn_attractions-on.gif');
		pre_bn_weddings_on = newImage('images/bn_weddings-on.gif');
		pre_bn_meetings_on = newImage('images/bn_meetings-on.gif');
		pre_bn_photos_on = newImage('images/bn_photos-on.gif');
		pre_bn_job_vacancies_on = newImage('images/bn_job_vacancies-on.gif');
		pre_bn_hotelmap_on = newImage('images/bn_hotelmap-on.gif');
		pre_bn_aboutus_on = newImage('images/bn_aboutus-on.gif');
		pre_bn_latest_on = newImage('images/bn_latest-on.gif');
		pre_bn_offers_on = newImage('images/bn_offers-on.gif');
		pre_bn_check_avail_on = newImage('images/bn_check_avail-on.gif');
		pre_bn_history_on = newImage('images/bn_history-on.gif');
		pre_bn_home_on = newImage('images/bn_home-on.gif');
		preloadFlag = true;
	}
}

function editPopupSml(field) {
	var theURL = 'index.lasso?cbhEdit=true&l=popupTxt&name=' + field;
	window.open(theURL, 'cbhEdit', 'width=450,height=200,scrollbars=yes,toolbar=no,location=no').focus();
	return false;
}

function editPopupMed(field) {
	var theURL = 'index.lasso?cbhEdit=true&l=popupTxtArea&name=' + field;
	window.open(theURL, 'cbhEdit', 'width=450,height=500,scrollbars=yes,toolbar=no,location=no').focus();
	return false;
}

function editPopupNews(id) {
	var theURL = 'index.lasso?cbhEdit=true&l=popupNews&id=' + id;
	window.open(theURL, 'cbhEdit', 'width=550,height=600,scrollbars=yes,toolbar=no,location=no').focus();
	return false;
}

function editPopupJobs(id) {
	var theURL = 'index.lasso?cbhEdit=true&l=popupJobs&id=' + id;
	window.open(theURL, 'cbhEdit', 'width=550,height=500,location=no,resizable=yes,scrollbars=yes,toolbar=no').focus();
	return false;
}


