
 function intro()
 {
	
 	locationJump = "gray_box.html";
 	windowCaption = "";
 	windowWidth = 615;
	//windowHeight = 469;
 	windowHeight = 528;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 
 
