
 function intro()
 {
	
 	//locationJump = "splash.html";
	locationJump = "gray_box.html";
 	windowCaption = "";
 	windowWidth = 602;
 	windowHeight = 562;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 

