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