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

