 function intro()
 {
	
 	locationJump = "splash.cfm";
 	windowCaption = "";
 	windowWidth = 658;
 	windowHeight = 418;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }