 function intro()
 {
	
 	locationJump = "splash.html";
 	windowCaption = "";
 	windowWidth = 706;
 	windowHeight = 476;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 
 function intro_songofsea(){
	 locationJump = "splash_songofsea.html";
 	windowCaption = "";
 	windowWidth = 706;
 	windowHeight = 476;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
function intro_seasideinn(){
	locationJump = "splash_seasideinn.html";
 	windowCaption = "";
 	windowWidth = 706;
 	windowHeight = 476;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
}
function intro_sunsetbeach(){
	locationJump = "splash_sunsetbeach.html";
 	windowCaption = "";
 	windowWidth = 706;
 	windowHeight = 476;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
}
function intro_sundialresort(){
	locationJump = "splash_sundialresort.html";
 	windowCaption = "";
 	windowWidth = 706;
 	windowHeight = 476;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
}
function intro_home()
 {
	
 	locationJump = "splash_home.html";
 	windowCaption = "";
 	windowWidth = 706;
 	windowHeight = 476;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
