
 
 function intro()
 { 	
 	locationJump = "splash.html";
 	windowCaption = "";
 	windowWidth = 603;
 	windowHeight = 516;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
function intro_celebrate(){
	locationJump = "splash_0629.html";
 	windowCaption = "";
 	windowWidth = 603;
 	windowHeight = 516;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
}

function intro_cyber_sale()
 { 	
 	locationJump = "splash_cyber_sale.html";
 	windowCaption = "";
 	windowWidth = 603;
 	windowHeight = 516;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
