		function blastOff() 
		{
			var sWD = screen.width;
			var sHT = screen.height;
			self.moveTo(0,0);
			window.resizeTo(sWD,sHT);
		}

		function launchGame (whichGame)
		{
			if (whichGame == "game1")
			{
				//globalWindowOpen('game1/index.html','game1','width=758,height=512,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
				location.href = "http://games.cartoonnetworkhq.com/playGame.php?gameID=57";
			}
			if (whichGame == "game2")
			{
				//globalWindowOpen('game2/index.html','game2','width=758,height=512,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
				location.href = "http://games.cartoonnetworkhq.com/playGame.php?gameID=32";
			}
			if (whichGame == "game3")
			{
				//globalWindowOpen('game3/index.html','game3','width=758,height=512,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
				location.href = "http://games.cartoonnetworkhq.com/playGame.php?gameID=36";
			}
			if (whichGame == "game4")
			{
				//globalWindowOpen('game4/index.html','game4','width=758,height=512,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
				location.href = "http://games.cartoonnetworkhq.com/playGame.php?gameID=56";
			}
			if (whichGame == "game5")
			{
				//globalWindowOpen('game5/index.html','game5','width=758,height=512,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
				location.href = "http://games.cartoonnetworkhq.com/playGame.php?gameID=34";
			}
			if (whichGame == "game6")
			{
				//globalWindowOpen('game6/index.html','game6','width=758,height=512,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
				location.href = "http://games.cartoonnetworkhq.com/playGame.php?gameID=58";
			}
		}

		function office()
		{
			globalWindowOpen('office/office.html','fhfif_office','width=210,height=440,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
		}

		function tvroom()
		{
			globalWindowOpen('tv/tv.html','fhfif_tv','width=650,height=375,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
		}

		function tellafriend ()
		{
			globalWindowOpen('/tv_shows/fosters/email/index.html','sendTo','width=300,height=301,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
		}

		function submitForm () {
			if (document.cnmailurl.email.value == "") {
			// need to look for @ and one .
				alert("Please enter your email address.");
			}
			else if (document.cnmailurl.friendemail.value == "") {
			// need to look for @ and one .
				alert("Please enter your friend's email address.");
			}
			else {
				document.cnmailurl.submit();
			}
		}

		function swapImage(roll_name,roll_suffix) 
		{
			if(document.images)
			{
			  	document.images[roll_name].src = 'images/' + roll_name + roll_suffix + '.gif';
			}
		}

		function showdescription()
		{
			globalWindowOpen('about/about.html','aboutWin','width=500,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
		}
