function intro() 
{

 	locationJump = "video.cfm";
	windowCaption = "";
  	windowWidth = 425;
  	windowHeight = 344;
  	if (screen.width == 800)
	{
  		windowWidth = 425;
  		windowHeight = 344;
  	}
  	if (screen.width == 1024)
	{
  		windowWidth = 425;
  		windowHeight = 344;
  	} 
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
}
 
 function intro1() 
{

 	locationJump = "../video/index.cfm";
	windowCaption = "";
  	windowWidth = 475;
  	windowHeight = 316;
  	if (screen.width == 800)
	{
  		windowWidth = 425;
  		windowHeight = 344;
  	}
  	if (screen.width == 1024)
	{
  		windowWidth = 425;
  		windowHeight = 344;
  	} 
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
}

function intro2() 
{

 	locationJump = "../video/video.cfm";
	windowCaption = "";
  	windowWidth = 475;
  	windowHeight = 316;
  	if (screen.width == 800)
	{
  		windowWidth = 425;
  		windowHeight = 344;
  	}
  	if (screen.width == 1024)
	{
  		windowWidth = 425;
  		windowHeight = 344;
  	} 
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
}



