
 function intro()
 { 	
 	locationJump = "try.html";
 	windowCaption = "";
 	windowWidth = 595;
 	windowHeight = 435;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 
 function Nottiintro()
 {
 	locationJump = "splash_notti.cfm";
 	windowCaption = "";
 	windowWidth = 594;
 	windowHeight = 435;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
