
 function intro()
 { 	
 	locationJump = "splash-countdown.html";
 	windowCaption = "";
 	windowWidth = 626;
 	windowHeight = 536;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }

