
 function intro()
 { 	
 	locationJump = "splash_page.html";
 	windowCaption = "";
 	windowWidth = 641;
 	windowHeight = 556;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }

