
 function intro()
 {
	
 	locationJump = "greybox.html";
	windowCaption = "";
 	windowWidth = 605;
 	windowHeight = 551;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 

