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