
 function intro()
 { 	
 	locationJump = "splash.cfm";
 	windowCaption = "";
 	windowWidth = 638;
 	windowHeight = 450;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 
 function bistrointro()
 {
 	locationJump = "splash_bistro.cfm";
 	windowCaption = "";
 	windowWidth = 638;
 	windowHeight = 450;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }