
 function intro()
 {
	
 	locationJump = "splash.html";
	windowCaption = "";
 	windowWidth = 606;
 	windowHeight = 517;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 
