function intro() 
{
	locationJump = "http://dev.tigglobal.com/Miami_Airport_Portal_NEW/video/video.cfm";
	windowCaption = "";
  	windowWidth = 800;
  	windowHeight = 500;
  	if (screen.width == 800)
	{
  		windowWidth = 425;
  		windowHeight = 344;
  	}
  	if (screen.width == 1024)
	{
  		windowWidth = 425;
  		windowHeight = 344;
  	} 
 	GB_showCenter(windowCaption,locationJump,windowHeight,windowWidth);
}
 


