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

