var text1='<strong>Global One Number&reg;</strong> makes worldwide communications simple and convenient.'
var text2='<strong>Aero X&reg;</strong> delivers high speed data for a higher-level of in-flight communications. More speed, less air time.'
var text3='<strong>Plane Simple&reg;</strong> allows you to manage your Satcom Direct account 24hours a day 7 days a week.'
var text4='<strong>FlightDeck Freedom&trade;</strong> gives access to data from any content provider using the onboard flight deck system.'
var text5='<strong>SD Flight Tracker</strong> is the new standard for global flight tracking, a State-of-the-art mapping solution.'
var text6='<strong>AeroV&trade;</strong>delievers the next generation of Voice over IP technology, using your Broadband Internet Connection.'
var text7='The <strong>SOS&trade;</strong>Program allows us to quickly detect and resolve system issues by our support personnel.'
var maintext='<strong>Satcom Direct\'s exclusive services</strong> - designed to simplify global satellite communications.'

function writetext(what){
document.getElementById('describe').innerHTML=''+what+'';
}
function notext(){
document.getElementById('describe').innerHTML=''+maintext+'';
}



var movieName = "homebanner";

function getFlashMovieObject(movieName)
{
  if (window.document[movieName]) 
  {
      return window.document[movieName];
  }
  if (navigator.appName.indexOf("Microsoft Internet")==-1)
  {
    if (document.embeds && document.embeds[movieName])
      return document.embeds[movieName]; 
  }
  else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
  {
    return document.getElementById(movieName);
  }
}


function gotoFrame(frame)
{
	var flashMovie=getFlashMovieObject(movieName);
	flashMovie.GotoFrame(frame);
	//flashmovie._root.intromovie.gotoAndPlay(inner);
	//embed.nativeProperty.anotherNativeMethod();
}

function setCookie(name,value,days) {
	if (days) {
		var date = new Date();
		date.setTime(date.getTime()+(days*24*60*60*1000));
		var expires = "; expires="+date.toGMTString();
	}
	else var expires = "";
	document.cookie = name+"="+value+expires+"; path=/";
}