 function intro()
 {
	//locationJump = "splash.cfm";
	locationJump = "./splash.html";
 	windowCaption = "";
 	windowWidth = 551;
 	windowHeight = 497;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
