
 function intro()
 { 	
 	locationJump = "splash.cfm";
 	windowCaption = "";
 	windowWidth = 606;
 	windowHeight = 518;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }

 function intro2()
 { 	
 	locationJump = "splash_new.cfm";
 	windowCaption = "";
 	windowWidth = 606;
 	windowHeight = 518;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 function intro3()
 { 	
 //window.location=="http://dev.tigglobal.com/Blackstone_TrianonPalace/#email"
    var str=window.location.href;
      if(str.indexOf('#email')>0){
		 return;
	 }
 	locationJump = "gray_box_new.html";
 	windowCaption = "";
 	windowWidth = 500;
 	windowHeight = 400;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 

function intro4()
 {
	
 	locationJump = "pou_google.cfm";
 	windowCaption = "";
 	windowWidth = 616;
 	windowHeight = 500;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 
function intro5()
 {
	
 	locationJump = "advent_calendar_splash.cfm";
 	windowCaption = "";
 	windowWidth = 615;
 	windowHeight = 500;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 } 
 
 
 
 
