
 function intro()
 { 	
 	locationJump = "splash.cfm";
 	windowCaption = "";
 	windowWidth = 635;
 	windowHeight = 550;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 
  function intronew()
 { 	
 	locationJump = "splash_page.cfm";
 	windowCaption = "";
 	windowWidth = 635;
 	windowHeight = 550;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
