 function intro()
 {
 	locationJump = "if_not.html";
 	windowCaption = "";
 	windowWidth = 443;
 	windowHeight = 265;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 