
	 function greyBox()
	 {
		
	 	locationJump = "splash.html";
	 	windowCaption = "";
	 	windowWidth = 652; // 635
	 	windowHeight = 556; // 550
	 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
	 }
 
 	function intro(daOffer,daDate,daNights,daAdults) {
		locationJump = "../popup/grey.cfm";
		windowCaption = "";

		windowWidth = 653;
		windowHeight = 557;
		if (screen.width == 800){
		windowWidth = 653;
		windowHeight = 557;
		}
		if (screen.width == 1024){
		windowWidth = 653;
		windowHeight = 557;
		}

		GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);

	}


	function meetingjump(daOffer,daDate,daNights,daAdults) {
		locationJump = "http://www.swissotelchicagomeetings.com/meetings_rfp.cfm";
		windowCaption = "Meeting RFP";

		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 weddingjump(daOffer,daDate,daNights,daAdults) {
		locationJump = "http://www.swissotelchicagomeetings.com/wedding_rfp.cfm";
		windowCaption = "Wedding RFP";

		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 mapjump(daOffer,daDate,daNights,daAdults) {
		locationJump = "http://www.swissotelchicagomeetings.com/map_and_directions.cfm";
		windowCaption = "Google Map";

		windowWidth = 600;
		windowHeight = 600;
		if (screen.width == 800){
		windowWidth = 650;
		windowHeight = 350;
		}
		if (screen.width == 1024){
		windowWidth = 650;
		windowHeight = 500;
		}

		GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);

	}
  function videojump(daOffer,daDate,daNights,daAdults) {
		locationJump = "http://dev.tigglobal.com/Swissotel_Chicago_Meetings/video.cfm";
		windowCaption = "Video";

		windowWidth = 772;
		windowHeight = 625;
		if (screen.width == 800){
		windowWidth = 772;
		windowHeight = 625;
		}
		if (screen.width == 1024){
		windowWidth = 772;
		windowHeight = 625;
		}

		GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);

	}



 	function privacyjump(daOffer,daDate,daNights,daAdults) {
		locationJump = "http://dev.tigglobal.com/Swissotel_Chicago_Meetings/privacy_policy.cfm";
		windowCaption = "Privacy Policy";

		windowWidth = 790;
		windowHeight = 750;
		if (screen.width == 800){
		windowWidth = 750;
		windowHeight = 550;
		}
		if (screen.width == 1024){
		windowWidth = 790;
		windowHeight = 550;
		}

		GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);

	}
