
 function intro()
 { 	
 	//alert("test")
	//locationJump = "splash_river_inn.html";
	locationJump = "splash.html";
 	windowCaption = "";
 	windowWidth = 680;
 	windowHeight = 474;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 
 function intro_dishpage()
 { 	
 	
	locationJump = "splash_dish.html";
 	windowCaption = "";
 	windowWidth = 680;
 	windowHeight = 474;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }

