
 function intro()
 {
	
 	locationJump = "index.html";
 	windowCaption = "Ocean Edge Wedding";
 	windowWidth = 600;
 	windowHeight = 420;
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
 }
 