	
	function resfootJump(url) {
		locationJump = url;

		windowCaption = "Special Offers - Offer Details";
		windowWidth = 700;
		windowHeight = 750;

		if (screen.width == 800){
		windowWidth = 650;
		windowHeight = 350;
		}
		if (screen.width == 1024){
		windowWidth = 650;
		windowHeight = 500;
		}

		GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);

	}

    function hotelFactSheetJump(url) {
		locationJump = url;

		windowCaption = "Preferred Hotels - Hotel Fact Sheet";
		windowWidth = 700;
		windowHeight = 750;

		if (screen.width == 800){
		windowWidth = 650;
		windowHeight = 350;
		}
		if (screen.width == 1024){
		windowWidth = 650;
		windowHeight = 500;
		}

		GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);

	}