

var g_httpCgiUrl = "/stellent/idcplg?IdcService=SS_GET_PAGE&";

/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isTrue
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isTrue( boolStr )
{
	if( boolStr.length > 0 )
	{
		var boolChar = boolStr.substring(0,1).toUpperCase();
		if( ( boolChar == '1' ) || ( boolChar == 'T' ) )
		{
			return true;
		}
	}

	return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////
// Function : link
// Comments :
/////////////////////////////////////////////////////////////////////////////
function link(dDocName,ssTargetNodeId)
{
	if ((dDocName.search("http://") != -1) || (dDocName.search("https://") != -1))
		window.open(dDocName);
	else
	{
		var newUrl = "";
		newUrl += g_httpCgiUrl;
		newUrl += "ssDocName=" + dDocName;

		var currentUrl = "" + window.location;

		// Continue propagation of the "SSContributor" parameter
		if( SSContributor )
		{
			var paramName = "SSContributor=";
			var pos = currentUrl.indexOf( paramName );
			if( pos != -1 )
			{
				var subStr = currentUrl.substring( pos+paramName.length, pos+paramName.length+1 );
				if( isTrue( subStr ) )
				{
					newUrl += "&" + paramName + "true";
				}
			}
		}

		// Continue propagation of the "previewId" parameter
		var previewId = "previewId=";
		var posStart = currentUrl.indexOf( previewId );
		if( posStart != -1 )
		{
			var posEnd = currentUrl.indexOf("&", posStart);
			var value = "";
			if (posEnd == -1)
			{
				value = currentUrl.substring(posStart+previewId.length, currentUrl.length);
			}
			else
			{
				value = currentUrl.substring(posStart+previewId.length, posEnd);
			}
			newUrl += "&" + previewId + value;
		}

		// We now always add the node that the link is on as part of the URl also.
		if( g_ssSourceNodeId != _U && g_ssSourceNodeId != null )
			newUrl += "&ssSourceNodeId=" + g_ssSourceNodeId;

		// If we have a specific target nodeId then add that to the URL also
		if( ssTargetNodeId != _U && ssTargetNodeId != null )
			newUrl += "&ssTargetNodeId=" + ssTargetNodeId;

		// Navigate to the new url
		window.location = newUrl;
	}
}

/////////////////////////////////////////////////////////////////////////////
// Function : nodelink
// Comments :
/////////////////////////////////////////////////////////////////////////////
function nodelink(nodeId)
{
	var newUrl = "";
	newUrl += g_httpCgiUrl;
	newUrl += "nodeId=" + nodeId;

	var currentUrl = "" + window.location;

	// Continue propagation of the "SSContributor" parameter
	if( SSContributor )
	{
		var paramName = "SSContributor=";
		var pos = currentUrl.indexOf( paramName );
		if( pos != -1 )
		{
			var subStr = currentUrl.substring( pos+paramName.length, pos+paramName.length+1 );
			if( isTrue( subStr ) )
			{
				newUrl += "&" + paramName + "true";
			}
		}
	}

	// Continue propagation of the "previewId" parameter
	var previewId = "previewId=";
	var posStart = currentUrl.indexOf( previewId );
	if( posStart != -1 )
	{
		var posEnd = currentUrl.indexOf("&", posStart);
		var value = "";
		if (posEnd == -1)
		{
			value = currentUrl.substring(posStart+previewId.length, currentUrl.length);
		}
		else
		{
			value = currentUrl.substring(posStart+previewId.length, posEnd);
		}
		newUrl += "&" + previewId + value;
	}

	// We now always add the node that the link is on as part of the URl also.
	if( g_ssSourceNodeId != _U && g_ssSourceNodeId != null )
		newUrl += "&ssSourceNodeId=" + g_ssSourceNodeId;

	// Navigate to the new url
	window.location = newUrl;
}
/////////////////////////////////////////////////////////////////////////////
var g_navNode_Root = new NavNode('3286','Features','javascript:cnslink(0)',null,'archiveQuery==xEffectiveDate\x20\x3e\x3d\x20\x6001\x2f01\x2f2007\x60\x20\x20\x3cAND\x3e\x20\x20xEffectiveDate\x20\x3c\x20\x6012\x2f31\x2f2008\x60');
g_navNode_0=g_navNode_Root.addNode('6236','Archive\x202006','javascript:cnslink(1)','archiveQuery==xEffectiveDate\x20\x3e\x3d\x20\x6001\x2f01\x2f2006\x60\x20\x20\x3cAND\x3e\x20\x20xEffectiveDate\x20\x3c\x20\x6012\x2f31\x2f2006\x60');
g_navNode_2=g_navNode_Root.addNode('4443','Popups','javascript:cnslink(2)');
g_navNode_3=g_navNode_Root.addNode('6229','Bill\x20Swanson\x20Talks\x20About\x20Shortage\x20of\x20Technical\x20Talent','javascript:cnslink(3)');
g_navNode_4=g_navNode_Root.addNode('6234','Raytheon\x20Named\x20to\x20Forbes\x20Platinum\x20List','javascript:cnslink(4)');
g_navNode_5=g_navNode_Root.addNode('6235','Raytheon\x20Named\x20One\x20of\x20the\x20Best\x20Places\x20to\x20Work\x20in\x202007','javascript:cnslink(5)');
g_navNode_6=g_navNode_Root.addNode('6263','Employee\x20Diversity\x20Profile\x3a\x20Trevor\x20Dunwell','javascript:cnslink(6)');
g_navNode_7=g_navNode_Root.addNode('6265','Raytheon\x20Diversity\x20Lauded\x20in\x20The\x20Boston\x20Globe','javascript:cnslink(7)');
g_navNode_8=g_navNode_Root.addNode('6266','Raytheon\x20Launches\x20Communications\x20Pilot\x20to\x20Meet\x20Needs\x20of\x20First\x20Responders','javascript:cnslink(8)');
g_navNode_9=g_navNode_Root.addNode('6267','Raytheon\x20Named\x20to\x20DiversityBusiness.com\x20Top\x2050\x20List','javascript:cnslink(9)');
g_navNode_10=g_navNode_Root.addNode('6268','Raytheon\x20Provides\x20Update\x20on\x20Patriot\x20Program\x20Growth','javascript:cnslink(10)');
g_navNode_11=g_navNode_Root.addNode('6270','Harris\x20Recognized\x20as\x20Leading\x20Professional','javascript:cnslink(11)');
g_navNode_12=g_navNode_Root.addNode('6275','Department\x20of\x20Defense\x20and\x20Raytheon\x20Demo\x20New\x20Non-Lethal\x20Capability','javascript:cnslink(12)');
g_navNode_13=g_navNode_Root.addNode('6307','Raytheon\x20Enterprise\x20Modeling\x20and\x20Simulation\x3a\x20Leading\x20the\x20Revolution\x20in\x20Virtual\x20Realization','javascript:cnslink(13)');
g_navNode_14=g_navNode_Root.addNode('6313','Raytheon\x20Lends\x20Support\x20to\x20U.S.\x20Army\x20Youth\x20Program','javascript:cnslink(14)');
g_navNode_15=g_navNode_Root.addNode('6314','William\x20H.\x20Swanson\x20Elected\x20Chairman\x20of\x20the\x20Aerospace\x20Industries\x20Association\x20Board\x20of\x20Governors','javascript:cnslink(15)');
g_navNode_16=g_navNode_Root.addNode('6333','Raytheon\'s\x20Hoke\x20Receives\x20Prestigious\x20Innovator\x20Award','javascript:cnslink(16)');
g_navNode_17=g_navNode_Root.addNode('6336','SAS\x20Vice\x20President\x20Brian\x20Arnold\x20Profiled\x20in\x20Daily\x20Breeze','javascript:cnslink(17)');
g_navNode_18=g_navNode_Root.addNode('6339','RMS\x20Facility\x20in\x20Louisville\x20Wins\x20Prestigious\x20Shingo\x20Prize','javascript:cnslink(18)');
g_navNode_19=g_navNode_Root.addNode('6345','Swanson\x20Speaks\x20With\x20Aviation\x20Week\x20on\x20Workforce\x20Challenges','javascript:cnslink(19)');
g_navNode_20=g_navNode_Root.addNode('6347','Rhoads\x20Honored\x20as\x20Top\x20Female\x20Executive','javascript:cnslink(20)');
g_navNode_21=g_navNode_Root.addNode('6353','Fourteen\x20Raytheon\x20Employees\x20Honored\x20at\x202007\x20Black\x20Engineer\x20of\x20the\x20Year\x20Awards','javascript:cnslink(21)');
g_navNode_21_0=g_navNode_21.addNode('6358','Award\x20Winners','javascript:cnslink(22)');
g_navNode_22=g_navNode_Root.addNode('6354','MathMovesU\x20updates\x20Site\x20to\x20Celebrate\x20National\x20Engineers\x20Week','javascript:cnslink(23)','redirectURL==http\x3a\x2f\x2fwww.raytheon.com\x2fabout\x2fci\x2fmathmovesu\x2frtn07_new');
g_navNode_23=g_navNode_Root.addNode('6359','Team\x20JCA\x20Provides\x20Early\x20Delivery\x20of\x20Final\x20Proposal\x20to\x20U.S.\x20Army','javascript:cnslink(24)');
g_navNode_24=g_navNode_Root.addNode('6362','Tuskegee\x20Scholars\x20Express\x20Appreciation\x20to\x20Raytheon\'s\x20Chairman\x20and\x20CEO','javascript:cnslink(25)');
g_navNode_25=g_navNode_Root.addNode('6366','Raytheon\x20Named\x20One\x20of\x20Top\x2010\x20Rising\x20Companies\x20in\x20Homeland\x20Security','javascript:cnslink(26)');
g_navNode_26=g_navNode_Root.addNode('6368','Raytheon\x20Named\x202007\x20ENERGY\x20STAR\x20Partner\x20of\x20the\x20Year\x20for\x20the\x20Superior\x20Energy\x20Management','javascript:cnslink(27)');
g_navNode_27=g_navNode_Root.addNode('6372','Rock\x20Stars,\x20Super\x20Athletes\x20...\x20and\x20Engineers?','javascript:cnslink(28)');
g_navNode_28=g_navNode_Root.addNode('6374','Raytheon\x20Scores\x20High\x20in\x202007\x20Fortune\x20Most\x20Admired\x20Survey','javascript:cnslink(29)');
g_navNode_29=g_navNode_Root.addNode('6402','Raytheon\x20Releases\x202006\x20Annual\x20Report','javascript:cnslink(30)');
g_navNode_30=g_navNode_Root.addNode('6404','Australian\x20International\x20Airshow\x202007\x20Kickoff','javascript:cnslink(31)');
g_navNode_31=g_navNode_Root.addNode('6410','Australian\x20International\x20Airshow\x202007\x3a\x20Day\x202','javascript:cnslink(32)');
g_navNode_32=g_navNode_Root.addNode('6416','Australian\x20International\x20Airshow\x202007\x3a\x20Day\x203','javascript:cnslink(33)');
g_navNode_33=g_navNode_Root.addNode('6418','Australian\x20International\x20Airshow\x202007\x3a\x20Day\x204','javascript:cnslink(34)');
g_navNode_34=g_navNode_Root.addNode('6420','Australian\x20International\x20Airshow\x202007\x3a\x20Day\x205','javascript:cnslink(35)');
g_navNode_35=g_navNode_Root.addNode('6434','Disaster\x20Preparedness\x20Event\x20Stresses\x20Personal\x20Readiness','javascript:cnslink(36)');
g_navNode_36=g_navNode_Root.addNode('6447','MathMovesU\x20Extends\x20Deadline\x20for\x20Math\x20Hero\x20Awards','javascript:cnslink(37)');
g_navNode_37=g_navNode_Root.addNode('6456','Raytheon\'s\x20Stowe\x20Selected\x20for\x20Prestigious\x20Program','javascript:cnslink(38)');
g_navNode_38=g_navNode_Root.addNode('6471','Teachers\x20Moved\x20by\x20Raytheon\'s\x20MathMovesU\x20Initiative','javascript:cnslink(39)');
g_navNode_39=g_navNode_Root.addNode('6486','Latest\x20Issue\x20of\x20Technology\x20Today\x20Now\x20Available','javascript:cnslink(40)');
g_navNode_41=g_navNode_Root.addNode('6488','Raytheon\x20Employees\x20Participate\x20in\x20National\x20Society\x20of\x20Black\x20Engineers\x20Conference','javascript:cnslink(41)');
g_navNode_42=g_navNode_Root.addNode('6489','Working\x20Toward\x20the\x20World\'s\x20First\x20Polymorphic\x20Computer','javascript:cnslink(42)');
g_navNode_43=g_navNode_Root.addNode('6490','Raytheon\x20Australia\x20Featured\x20in\x20BRW\x20Magazine','javascript:cnslink(43)');
g_navNode_44=g_navNode_Root.addNode('6491','Missile\x20Systems\x20Supply\x20Chain\x20Employee\x20Receives\x20National\x20Award\x20from\x20Native\x20American\x20Group','javascript:cnslink(44)');
g_navNode_45=g_navNode_Root.addNode('6494','Raytheon\x20Supports\x20Urban\x20League\x20Gala','javascript:cnslink(45)');
g_navNode_46=g_navNode_Root.addNode('6157','SM-3\x20Eighth\x20Successful\x20Test','javascript:cnslink(46)');
g_navNode_47=g_navNode_Root.addNode('6524','Raytheon\x202006\x20Stewardship\x20Report\x20Stresses\x20Commitment\x20to\x20Corporate\x20Citizenship','javascript:cnslink(47)');
g_navNode_48=g_navNode_Root.addNode('6525','JCA\x3a\x20An\x20Option\x20to\x20Support\x20Disaster\x20Relief','javascript:cnslink(48)');
g_navNode_49=g_navNode_Root.addNode('6530','Raytheon\x20Seeks\x20Solutions\x20for\x20Defeating\x20Improvised\x20Explosive\x20Devices','javascript:cnslink(49)');
g_navNode_50=g_navNode_Root.addNode('6532','Raytheon\x20Recognized\x20for\x20Inclusiveness','javascript:cnslink(50)');
g_navNode_51=g_navNode_Root.addNode('6533','Raytheon\'s\x20Force\x20Protection\x20Capabilities','javascript:cnslink(51)');
g_navNode_51_0=g_navNode_51.addNode('6535','Raytheon\x20APS\x20and\x20the\x20Future\x20Combat\x20System','javascript:cnslink(52)');
g_navNode_52=g_navNode_Root.addNode('6543','Raytheon\x20Team\x20Wins\x20Historic\x20Penn\x20Relays','javascript:cnslink(53)');
g_navNode_53=g_navNode_Root.addNode('6549','Raytheon\'s\x20Maritime\x20Mission\x20Center\x20Receives\x20Shingo\x20Gold\x20Medal','javascript:cnslink(54)');
g_navNode_54=g_navNode_Root.addNode('5571','We\x20Are\x20Raytheon','javascript:cnslink(55)');
g_navNode_55=g_navNode_Root.addNode('6552','Raytheon\x20Employees\x20Lace\x20Up\x20Sneakers\x20for\x20Charity','javascript:cnslink(56)');
g_navNode_56=g_navNode_Root.addNode('6553','Math\x20Match\x20Challenge\x20Creates\x20Buzz\x20of\x20Online\x20Activity','javascript:cnslink(57)');
g_navNode_57=g_navNode_Root.addNode('6554','Raytheon\'s\x20Fortner\x20Wins\x20Diversity\x20Award','javascript:cnslink(58)');
g_navNode_58=g_navNode_Root.addNode('6562','EKV\x20Ballistic\x20Missile\x20Intercept','javascript:cnslink(59)');
g_navNode_59=g_navNode_Root.addNode('6574','Raytheon\x20Supports\x20Study\x20Examining\x20British\x20Security\x20Policy','javascript:cnslink(60)');
g_navNode_60=g_navNode_Root.addNode('6589','Team\x20America\x20Rocketry\x20Challenge','javascript:cnslink(61)');
g_navNode_61=g_navNode_Root.addNode('6602','Raytheon\x20Recognized\x20for\x20Operation\x20Homelink','javascript:cnslink(62)');
g_navNode_62=g_navNode_Root.addNode('6603','CIO\x20Magazine\x20Names\x20Raytheon\x20to\x20IT\x20Innovators\x20List','javascript:cnslink(63)');
g_navNode_63=g_navNode_Root.addNode('6608','Third\x20Successful\x20KEI\x20Motor-Fire\x20Test','javascript:cnslink(64)');
g_navNode_64=g_navNode_Root.addNode('6612','SM-3\x20Ninth\x20Successful\x20Test','javascript:cnslink(65)');
g_navNode_65=g_navNode_Root.addNode('6623','Raytheon\x20Celebrates\x20ASTOR\x20Success\x20with\x205\x20\x28AC\x29\x20Squadron\x20Standard\x20Presentation','javascript:cnslink(66)');
g_navNode_66=g_navNode_Root.addNode('6629','Missile\x20Systems\x20-\x20Precision\x20Guided\x20Projectiles','javascript:cnslink(67)');
g_navNode_67=g_navNode_Root.addNode('6631','Jones\x20Takes\x20Flight\x20to\x20Celebrate\x20Collier\x20Trophy\x20Win','javascript:cnslink(68)');
g_navNode_68=g_navNode_Root.addNode('6632','WSJ\x20Article','javascript:cnslink(69)');
g_navNode_69=g_navNode_Root.addNode('6634','William\x20H.\x20Swanson\x20Weighs\x20in\x20on\x20National\x20Mathematics\x20and\x20Science\x20Teaching\x20Workforce','javascript:cnslink(70)');
g_navNode_70=g_navNode_Root.addNode('6653','Raytheon\x20Honored\x20by\x20Women\x20in\x20Engineering\x20Programs\x20and\x20Advocates\x20Network','javascript:cnslink(71)');
g_navNode_71=g_navNode_Root.addNode('6708','Raytheon\x20places\x2032\x20overall\x20among\x20100\x20Best\x20Places\x20to\x20Work\x20in\x20IT','javascript:cnslink(72)');
g_navNode_72=g_navNode_Root.addNode('6709','TV\u2019s\x20\u201cScience\x20Guy\u201d\x20Challenges\x20Kids\x20at\x20MathMovesU\x20Event','javascript:cnslink(73)');
g_navNode_73=g_navNode_Root.addNode('6714','Diversity\x20Careers','javascript:cnslink(74)');
g_navNode_74=g_navNode_Root.addNode('6717','Heidi\x20Shyu\x20Featured\x20in\x20Online\x20Community','javascript:cnslink(75)');
g_navNode_75=g_navNode_Root.addNode('6720','North\x20Carolina\x20Family\x20Wins\x20MathMovesU\x20Trip\x20to\x20Mars\x20Day\x21','javascript:cnslink(76)');
g_navNode_78=g_navNode_Root.addNode('6730','Camp\x20MMU\x20Contest','javascript:cnslink(77)');
g_navNode_79=g_navNode_Root.addNode('6733','MMU\x20Mars\x20Day\x20recap','javascript:cnslink(78)');
g_navNode_81=g_navNode_Root.addNode('6748','Raytheon\x20Celebrates\x20Rollout\x20of\x20first\x20AESA-Equipped\x20FA-18\x20Squadron','javascript:cnslink(79)');
g_navNode_82=g_navNode_Root.addNode('6750','New\x20Issue\x20of\x20Technology\x20Today\x20Now\x20Available','javascript:cnslink(80)','redirectURL==http\x3a\x2f\x2fwww.raytheon.com\x2ftechnology\x2ftt07_i2');
g_navNode_83=g_navNode_Root.addNode('6751','RSL\x20Heritage\x20Campaign','javascript:cnslink(81)');
g_navNode_84=g_navNode_Root.addNode('6760','MathMovesU\x20Campers\x20Sharpen\x20Skills,\x20Win\x20Prizes','javascript:cnslink(82)');
g_navNode_85=g_navNode_Root.addNode('6762','Forest\x20Ribbon\x20Cutting\x20with\x20William\x20H.\x20Swanson','javascript:cnslink(83)');
g_navNode_86=g_navNode_Root.addNode('6771','Raytheon\x20Congratulates\x20NASA\'s\x20Neutral\x20Buoyancy\x20Lab\x20on\x2010\x20Years\x20of\x20Training','javascript:cnslink(84)');
g_navNode_87=g_navNode_Root.addNode('6791','Raytheon\x20Opens\x20New\x20Systems\x20Integration\x20Center\x20in\x20London','javascript:cnslink(85)');
g_navNode_88=g_navNode_Root.addNode('6800','Raytheon\x20Covers\x20BMD\x20in\x20Military\x20Technology','javascript:cnslink(86)');
g_navNode_89=g_navNode_Root.addNode('6803','Raytheon\x20Promotes\x20Math\x20and\x20Science\x20Education\x20in\x20Australia','javascript:cnslink(87)');
g_navNode_90=g_navNode_Root.addNode('6813','Raytheon\x20IED\x20Defeat\x20Task\x20Force\x20Ramps\x20Up\x20Effort','javascript:cnslink(88)');
g_navNode_91=g_navNode_Root.addNode('6814','Heidi\x20Shyu\x20Reaches\x20New\x20Audience\x20With\x20Diversity\x20Message','javascript:cnslink(89)');
g_navNode_92=g_navNode_Root.addNode('6817','Progress\x20Report\x3a\x20Raytheon\'s\x20Hurricane\x20Katrina\x20Recovery\x20Efforts','javascript:cnslink(90)');
g_navNode_93=g_navNode_Root.addNode('6818','Raytheon\x20Homeland\x20Security\x20Expert\x20Featured\x20in\x20Publication','javascript:cnslink(91)');
g_navNode_94=g_navNode_Root.addNode('6819','Pam\x20Wickham\x20to\x20Participate\x20in\x20Third\x20Annual\x20Pink\x20Conference\x20Series','javascript:cnslink(92)');
g_navNode_95=g_navNode_Root.addNode('6822','Remembering\x209-11','javascript:cnslink(93)');
g_navNode_96=g_navNode_Root.addNode('6829','Corporate\x20Equality\x20Index','javascript:cnslink(94)');
g_navNode_97=g_navNode_Root.addNode('6835','RSL\'s\x20McKeon\x20in\x20Jane\'s\x20Defence\x20Weekly','javascript:cnslink(95)');
g_navNode_98=g_navNode_Root.addNode('6836','Info\x20Week\x20500','javascript:cnslink(96)');
g_navNode_99=g_navNode_Root.addNode('6838','Raytheon\x20IED\x20Defeat\x20Task\x20Force','javascript:cnslink(97)');
g_navNode_100=g_navNode_Root.addNode('6841','Raytheon\x20Launches\x20New\x20Diversity\x20Ad\x20Campaign','javascript:cnslink(98)');
g_navNode_101=g_navNode_Root.addNode('6844','Raytheon\x20Sponsors\x20National\x20Industry\x20Liaison\x20Group\u2019s\x20Silver\x20Anniversary\x20Conference','javascript:cnslink(99)');
g_navNode_102=g_navNode_Root.addNode('6845','Australian\x20AWD\x20Win','javascript:cnslink(100)');
g_navNode_103=g_navNode_Root.addNode('6846','Zumwalt\x20Forges\x20Ahead\x20with\x20Raytheon\x20Mission\x20Systems\x20Equipment\x20Contract','javascript:cnslink(101)');
g_navNode_104=g_navNode_Root.addNode('6849','Students\x20Take\x20Camp\x20MathMovesU\x20Lessons\x20to\x20Class','javascript:cnslink(102)');
g_navNode_105=g_navNode_Root.addNode('6850','Raytheon\u2019s\x20Commitment\x20to\x20Talent\x20Development\x20Recognized\x20in\x20Key\x20Trade\x20Publication','javascript:cnslink(103)');
g_navNode_106=g_navNode_Root.addNode('6852','MathMovesU,\x20Videogame\x20Developer\x20Team\x20Up\x20at\x20Space\x20Conference','javascript:cnslink(104)');
g_navNode_107=g_navNode_Root.addNode('6853','Raytheon\x20Six\x20Sigma\x20Experts\x20Champion\x20Disability\x20Event\x20in\x20Rhode\x20Island','javascript:cnslink(105)');
g_navNode_108=g_navNode_Root.addNode('6854','Raytheon\u2019s\x20Carter\x20Receives\x20International\x20Volunteer\x20of\x20the\x20Year\x20Award\x20','javascript:cnslink(106)');
g_navNode_109=g_navNode_Root.addNode('6875','MathMovesU\x20Virtual\x20Shopping\x20Spree\x20Extended\x20Through\x20October','javascript:cnslink(107)');
g_navNode_110=g_navNode_Root.addNode('6886','Raytheon\x20Named\x20Corporate\x20Member\x20of\x20the\x20Year\x20by\x20AUSA','javascript:cnslink(108)');
g_navNode_111=g_navNode_Root.addNode('6890','Raytheon\x20Receives\x20Department\x20of\x20Labor\x20Award','javascript:cnslink(109)');
g_navNode_112=g_navNode_Root.addNode('6892','Rebecca\x20Rhoads\x20entered\x20in\x20CIO\x20Hall\x20of\x20Fame\x20in\x20CIO\x20Magazine','javascript:cnslink(110)');
g_navNode_113=g_navNode_Root.addNode('6893','Narco\x20Terrorism','javascript:cnslink(111)');
g_navNode_114=g_navNode_Root.addNode('6894','Raytheon\u2019s\x20Warfighter\x20Protection\x20Center\x20Receives\x20Two\x20Environmental\x20Awards','javascript:cnslink(112)');
g_navNode_115=g_navNode_Root.addNode('6895','Raytheon\x20Acquires\x20Oakley\x20Networks','javascript:cnslink(113)');
g_navNode_116=g_navNode_Root.addNode('6896','Raytheon\x20IT\x20Security\x20Garners\x20National\x20Attention','javascript:cnslink(114)');
g_navNode_117=g_navNode_Root.addNode('6899','IED\x20Defeat\x20Task\x20Force','javascript:cnslink(115)');
g_navNode_118=g_navNode_Root.addNode('6904','SM-3\x20Thirteenth\x20Successful\x20Test','javascript:cnslink(116)');
g_navNode_119=g_navNode_Root.addNode('6905','Raytheon\x20Polar\x20Services\x20Receives\x20Environmental\x20Award','javascript:cnslink(117)');
g_navNode_120=g_navNode_Root.addNode('6906','Charlene\x20Wheeless\x20in\x20Diversity\x20Journal','javascript:cnslink(118)');
g_navNode_121=g_navNode_Root.addNode('6908','Emanual\x20Brady\x20Featured\x20in\x20Diversity\x20Publication','javascript:cnslink(119)');
g_navNode_122=g_navNode_Root.addNode('6910','Vietnam\x20Veterans\x20Memorial\x20Turns\x2025','javascript:cnslink(120)');
g_navNode_123=g_navNode_Root.addNode('6914','U.S.\x20Army\x20Selects\x20Raytheon\x20for\x20Common\x20Sensor\x20Payload','javascript:cnslink(121)');
g_navNode_124=g_navNode_Root.addNode('6922','New\x20Raytheon\x20Site\x20Certified\x20as\x20First\x20Green\x20Facility\x20in\x20Alabama','javascript:cnslink(122)');
g_navNode_125=g_navNode_Root.addNode('6929','Raytheon\x20successfully\x20tests\x20new\x20air-launched\x20missile\x20defense\x20system','javascript:cnslink(123)');
g_navNode_126=g_navNode_Root.addNode('6930','Greenway\x20Mothers\'\x20Walk','javascript:cnslink(124)');
g_navNode_127=g_navNode_Root.addNode('6931','MathMovesU\x20Shows\x20Pennsylvania\x20Students\x20Importance\x20of\x20Math','javascript:cnslink(125)');
g_navNode_128=g_navNode_Root.addNode('6932','Raytheon\x20to\x20Develop\x20Next-Generation\x20Technologies\x20for\x20Moon\x20Landing','javascript:cnslink(126)');
g_navNode_129=g_navNode_Root.addNode('6933','Australia\x20Ethics\x20Forum','javascript:cnslink(127)');
g_navNode_130=g_navNode_Root.addNode('6934','Raytheon\x20Makes\x20\'50\x20Best\x20Internships\'\x20List\x20','javascript:cnslink(128)');
g_navNode_131=g_navNode_Root.addNode('6936','RIS\x20VP\x20T.W.\x20Scott\x20Named\x20Computerworld\x202008\x20Premier\x20100\x20IT\x20Leader','javascript:cnslink(129)');
g_navNode_132=g_navNode_Root.addNode('6941','Japan\x20successfully\x20test\x20fires\x20its\x20first\x20Raytheon-built\x20Standard\x20Missile-3','javascript:cnslink(130)');
g_navNode_133=g_navNode_Root.addNode('6942','Forbes\x20Names\x20Raytheon\x20the\x20Industry\'s\x20Best\x20Managed\x20Company','javascript:cnslink(131)');
g_navNode_134=g_navNode_Root.addNode('6948','Raytheon\x20a\x20Major\x20Player\x20in\x20Hispanic\x20Engineering,\x20Science\x20and\x20Technology\x20Week','javascript:cnslink(132)');
g_navNode_135=g_navNode_Root.addNode('6950','U.S.\x20Army\x20Selects\x20Raytheon\x20to\x20Develop\x20Mid-Range\x20Munition','javascript:cnslink(133)');
g_navNode_136=g_navNode_Root.addNode('6951','Enrique\x20Santiago\x20Profile','javascript:cnslink(134)');
g_navNode_137=g_navNode_Root.addNode('6952','Mary\x20P.\x20in\x20IEEE\x20Magazine','javascript:cnslink(135)');
g_navNode_138=g_navNode_Root.addNode('6957','Ability\x20Magazine','javascript:cnslink(136)');
g_navNode_139=g_navNode_Root.addNode('6958','Raytheon\x20Fosters\x20Special\x20Bond\x20with\x20Veterans\x20Hospital','javascript:cnslink(137)');
g_navNode_140=g_navNode_Root.addNode('6961','Raytheon\x20Technology\x20Tapped\x20by\x20Schlumberger\x20to\x20Extract\x20Oil\x20From\x20Shale','javascript:cnslink(138)');
g_navNode_141=g_navNode_Root.addNode('6967','Taylor\x20Lawrence\x20in\x20Forbes','javascript:cnslink(139)');
g_navNode_142=g_navNode_Root.addNode('6968','Future\x20Forum\x20Sponsorship\x20-\x20Seattle','javascript:cnslink(140)');
g_navNode_143=g_navNode_Root.addNode('6985','Raytheon\x20Helps\x20EPA\x20Exceed\x20Its\x20Green\x20Power\x20Goal','javascript:cnslink(141)');
g_navNode_144=g_navNode_Root.addNode('6992','MathMovesU,\x20University\x20Arizona\x20Event','javascript:cnslink(142)');
g_navNode_145=g_navNode_Root.addNode('6994','Black\x20History\x20Month','javascript:cnslink(143)');
g_navNode_146=g_navNode_Root.addNode('6997','Fox\x20Business\x20News\x20Honors\x20Swanson','javascript:cnslink(144)');
g_navNode_147=g_navNode_Root.addNode('7003','RTN\x20College\x20Recruiting','javascript:cnslink(145)');
g_navNode_147_0=g_navNode_147.addNode('7004','Q\x26A\x20with\x20Paul\x20Clegg','javascript:cnslink(146)');
g_navNode_148=g_navNode_Root.addNode('7009','Six\x20Raytheon\x20Employees\x20Honored\x20at\x202008\x20Black\x20Engineer\x20of\x20the\x20Year\x20Awards','javascript:cnslink(147)');
g_navNode_149=g_navNode_Root.addNode('7040','Raytheon\x20Committed\x20to\x20Higher\x20Education','javascript:cnslink(148)');
g_navNode_150=g_navNode_Root.addNode('7041','Raytheon\x20Supports\x20LEGO\x20Robotics\x20Competition','javascript:cnslink(149)');
g_navNode_151=g_navNode_Root.addNode('7049','Raytheon\x20Continues\x20Business\x20Growth\x20in\x20the\x20United\x20Kingdom','javascript:cnslink(150)');
g_navNode_152=g_navNode_Root.addNode('7050','Rebecca\x20Rhoads\x20Named\x20One\x20of\x20Top\x2050\x20Women\x20in\x20Technology','javascript:cnslink(151)');
g_navNode_153=g_navNode_Root.addNode('7051','Active\x20Denial\x20System','javascript:cnslink(152)');
g_navNode_154=g_navNode_Root.addNode('7052','Raytheon\x20Adds\x20Two\x20More\x20Shingo\x20Prizes\x20to\x20its\x20Portfolio','javascript:cnslink(153)');
g_navNode_155=g_navNode_Root.addNode('7053','CRO','javascript:cnslink(154)');
g_navNode_156=g_navNode_Root.addNode('7055','Raytheon\x20Continues\x20Upward\x20Climb\x20in\x202008\x20Most\x20Admired\x20Survey','javascript:cnslink(155)');
g_navNode_157=g_navNode_Root.addNode('7057','Raytheon\x20Unveils\x20New\x20Bunker-Busting\x20Technology','javascript:cnslink(156)');
g_navNode_158=g_navNode_Root.addNode('7058','Raytheon\x20Seeks\x20War\x20Vets\x20with\x20Disabilities\x20for\x20Technical\x20Roles','javascript:cnslink(157)');
g_navNode_159=g_navNode_Root.addNode('7059','Boston\x20Globe\x20Story\x20on\x20Satellite\x20Intercept','javascript:cnslink(158)');
g_navNode_160=g_navNode_Root.addNode('7068','MathMovesU\x20Up\x20in\x20Lights\x20in\x20Times\x20Square','javascript:cnslink(159)');
g_navNode_161=g_navNode_Root.addNode('7089','Energy\x20Star\x20Award\x202008','javascript:cnslink(160)');
g_navNode_162=g_navNode_Root.addNode('7106','Raytheon\'s\x20CIRT\x20Noted\x20in\x20Boston\x20Globe','javascript:cnslink(161)');
g_navNode_163=g_navNode_Root.addNode('7107','Swanson\x20Introduces\x20New\x20Raytheon\x20Scholarship\x20at\x20the\x20Citadel','javascript:cnslink(162)');
g_navNode_164=g_navNode_Root.addNode('7113','Raytheon\x20Highlights\x20DoD\x20Solutions\x20at\x20DoDIIS\x20Conference','javascript:cnslink(163)');
// introduced by connection server
var g_cnsnodes = new Array();
g_cnsnodes[0] = '/index.html';
g_cnsnodes[1] = '/archive06/index.html';
g_cnsnodes[2] = '/popups/index.html';
g_cnsnodes[3] = '/wstalent07/index.html';
g_cnsnodes[4] = '/rtn07_forbes_plat/index.html';
g_cnsnodes[5] = '/rtn07_best_place_to_work/index.html';
g_cnsnodes[6] = '/edp0107/index.html';
g_cnsnodes[7] = '/rtn07_dgb/index.html';
g_cnsnodes[8] = '/quad0107/index.html';
g_cnsnodes[9] = '/rtn07_mebs/index.html';
g_cnsnodes[10] = '/pat0107/index.html';
g_cnsnodes[11] = '/rtn07_hrpub/index.html';
g_cnsnodes[12] = '/rtn07_dod/index.html';
g_cnsnodes[13] = '/mod0107/index.html';
g_cnsnodes[14] = '/youth0107/index.html';
g_cnsnodes[15] = '/aia0107/index.html';
g_cnsnodes[16] = '/rtn07_hoke_aw/index.html';
g_cnsnodes[17] = '/rtn07_sas_arnold/index.html';
g_cnsnodes[18] = '/shingo0207/index.html';
g_cnsnodes[19] = '/rtn07_av_week/index.html';
g_cnsnodes[20] = '/rtn07_rtfe/index.html';
g_cnsnodes[21] = '/rtn07_beya/index.html';
g_cnsnodes[22] = '/rtn07_beya/award_winners/index.html';
g_cnsnodes[23] = '/rtn07_mmu_fnew/index.html';
g_cnsnodes[24] = '/team_jca0207/index.html';
g_cnsnodes[25] = '/rtn07_tuskegee/index.html';
g_cnsnodes[26] = '/rtn07_top10homeland/index.html';
g_cnsnodes[27] = '/rtn07_energy_star/index.html';
g_cnsnodes[28] = '/dls0307/index.html';
g_cnsnodes[29] = '/rtn07_4fortune/index.html';
g_cnsnodes[30] = '/rtn07_annual_report/index.html';
g_cnsnodes[31] = '/rtn07_aus_airs/index.html';
g_cnsnodes[32] = '/rtn07_aus_d1/index.html';
g_cnsnodes[33] = '/rtn07_aus_d3/index.html';
g_cnsnodes[34] = '/rtn07_aus_d4/index.html';
g_cnsnodes[35] = '/rtn07_aus_d5/index.html';
g_cnsnodes[36] = '/fema0307/index.html';
g_cnsnodes[37] = '/rtn07_mmu_hero/index.html';
g_cnsnodes[38] = '/rtn07_stowe/index.html';
g_cnsnodes[39] = '/rtn07_mmu_tmrmi/index.html';
g_cnsnodes[40] = '/rtn07_tt0701/index.html';
g_cnsnodes[41] = '/rtn07_nsbe/index.html';
g_cnsnodes[42] = '/rtn07_monarch/index.html';
g_cnsnodes[43] = '/rtn07_brw/index.html';
g_cnsnodes[44] = '/rtn07_anag/index.html';
g_cnsnodes[45] = '/rtn07_ulwrap/index.html';
g_cnsnodes[46] = '/flight_mission4-07/index.html';
g_cnsnodes[47] = '/rtn07_stew0507/index.html';
g_cnsnodes[48] = '/rtn07_jca_sdr/index.html';
g_cnsnodes[49] = '/rtn07_ied/index.html';
g_cnsnodes[50] = '/rri07/index.html';
g_cnsnodes[51] = '/rfpc07/index.html';
g_cnsnodes[52] = '/rfpc07/raps07/index.html';
g_cnsnodes[53] = '/hpr07/index.html';
g_cnsnodes[54] = '/shingo07/index.html';
g_cnsnodes[55] = '/raytheon_video06/index.html';
g_cnsnodes[56] = '/laceup07/index.html';
g_cnsnodes[57] = '/math_math07/index.html';
g_cnsnodes[58] = '/fortdiv_awd07/index.html';
g_cnsnodes[59] = '/ekv_intercept_09-28/index.html';
g_cnsnodes[60] = '/sseb07/index.html';
g_cnsnodes[61] = '/aia0507/index.html';
g_cnsnodes[62] = '/homelink07/index.html';
g_cnsnodes[63] = '/cioinnovators07/index.html';
g_cnsnodes[64] = '/kei_0514/index.html';
g_cnsnodes[65] = '/flight_mission6-07/index.html';
g_cnsnodes[66] = '/astorsuccess07/index.html';
g_cnsnodes[67] = '/pgp/index.html';
g_cnsnodes[68] = '/collier0607/index.html';
g_cnsnodes[69] = '/wsj0607/index.html';
g_cnsnodes[70] = '/wsonmath07/index.html';
g_cnsnodes[71] = '/wepan07/index.html';
g_cnsnodes[72] = '/rtnbestplace07/index.html';
g_cnsnodes[73] = '/nye07/index.html';
g_cnsnodes[74] = '/diversitycareers07/index.html';
g_cnsnodes[75] = '/hs0507/index.html';
g_cnsnodes[76] = '/mars_day_0607/index.html';
g_cnsnodes[77] = '/campmmucontest07/index.html';
g_cnsnodes[78] = '/mmumarsrecap07/index.html';
g_cnsnodes[79] = '/f-18squadron07/index.html';
g_cnsnodes[80] = '/tt07_i2/index.html';
g_cnsnodes[81] = '/rslheritage07/index.html';
g_cnsnodes[82] = '/mmu07_sharpen/index.html';
g_cnsnodes[83] = '/whs_forest/index.html';
g_cnsnodes[84] = '/nasa_buoyancy/index.html';
g_cnsnodes[85] = '/sicl07/index.html';
g_cnsnodes[86] = '/mt07/index.html';
g_cnsnodes[87] = '/pmsea07/index.html';
g_cnsnodes[88] = '/iedtf07/index.html';
g_cnsnodes[89] = '/hstt07/index.html';
g_cnsnodes[90] = '/kartina2yr/index.html';
g_cnsnodes[91] = '/hlsec07/index.html';
g_cnsnodes[92] = '/pinkmag07/index.html';
g_cnsnodes[93] = '/rem911/index.html';
g_cnsnodes[94] = '/cei07/index.html';
g_cnsnodes[95] = '/rsl07_interview/index.html';
g_cnsnodes[96] = '/iw500/index.html';
g_cnsnodes[97] = '/ied07_wp/index.html';
g_cnsnodes[98] = '/div0907/index.html';
g_cnsnodes[99] = '/nilg07/index.html';
g_cnsnodes[100] = '/awd07/index.html';
g_cnsnodes[101] = '/zumwalt07_ec/index.html';
g_cnsnodes[102] = '/mmu07_camp/index.html';
g_cnsnodes[103] = '/r07_talent/index.html';
g_cnsnodes[104] = '/mmu07_vgsc/index.html';
g_cnsnodes[105] = '/rti07/index.html';
g_cnsnodes[106] = '/vty07/index.html';
g_cnsnodes[107] = '/mmu07_october/index.html';
g_cnsnodes[108] = '/elpaso1007/index.html';
g_cnsnodes[109] = '/rtn07_dol_award/index.html';
g_cnsnodes[110] = '/rtn07_rr/index.html';
g_cnsnodes[111] = '/rtn07_narco_terr/index.html';
g_cnsnodes[112] = '/rtn07_energy_awards/index.html';
g_cnsnodes[113] = '/rtn07_oakley/index.html';
g_cnsnodes[114] = '/rtn07_itsec/index.html';
g_cnsnodes[115] = '/rtn07_ied1031/index.html';
g_cnsnodes[116] = '/flight_mission11-07/index.html';
g_cnsnodes[117] = '/rtn07_rps_gold/index.html';
g_cnsnodes[118] = '/rtn07_cwdj/index.html';
g_cnsnodes[119] = '/rtn07_ebdp/index.html';
g_cnsnodes[120] = '/rtn07_vm/index.html';
g_cnsnodes[121] = '/rtn07_csp/index.html';
g_cnsnodes[122] = '/rtn07_huntsville/index.html';
g_cnsnodes[123] = '/ncade_12-03/index.html';
g_cnsnodes[124] = '/rtn07_gmw/index.html';
g_cnsnodes[125] = '/rtn07_mmu_event/index.html';
g_cnsnodes[126] = '/rtn07_nxtgen_moon/index.html';
g_cnsnodes[127] = '/rtn07_aef/index.html';
g_cnsnodes[128] = '/rtn07_bw/index.html';
g_cnsnodes[129] = '/rtn07_tw_award/index.html';
g_cnsnodes[130] = '/sm3_12-17/index.html';
g_cnsnodes[131] = '/rtn07_fbm/index.html';
g_cnsnodes[132] = '/rtn07_hestec/index.html';
g_cnsnodes[133] = '/rtn08_mr_munition/index.html';
g_cnsnodes[134] = '/rtn08_es_profile/index.html';
g_cnsnodes[135] = '/rtn08_mp_ieee/index.html';
g_cnsnodes[136] = '/rtn08_ability_mag/index.html';
g_cnsnodes[137] = '/rtn08_va_medical/index.html';
g_cnsnodes[138] = '/rtn08_oil_shale/index.html';
g_cnsnodes[139] = '/rtn08_tl_forbes/index.html';
g_cnsnodes[140] = '/rtn08_ffs_seattle/index.html';
g_cnsnodes[141] = '/rtn08_epa_green/index.html';
g_cnsnodes[142] = '/rtn08_mmu_arizona/index.html';
g_cnsnodes[143] = '/rtn08_bhm/index.html';
g_cnsnodes[144] = '/rtn08_fox_swanson/index.html';
g_cnsnodes[145] = '/rtn08_recruiting/index.html';
g_cnsnodes[146] = '/rtn08_recruiting/qa_clegg/index.html';
g_cnsnodes[147] = '/rtn08_beya/index.html';
g_cnsnodes[148] = '/rtn08_scholars/index.html';
g_cnsnodes[149] = '/rtn08_lego_robot/index.html';
g_cnsnodes[150] = '/rtn08_uk_growth/index.html';
g_cnsnodes[151] = '/rtn08_rr_top50/index.html';
g_cnsnodes[152] = '/ads_03-08/index.html';
g_cnsnodes[153] = '/rtn08_shingo/index.html';
g_cnsnodes[154] = '/rtn08_cro/index.html';
g_cnsnodes[155] = '/rtn08_mas/index.html';
g_cnsnodes[156] = '/bb_03-10/index.html';
g_cnsnodes[157] = '/rtn08_div_vets/index.html';
g_cnsnodes[158] = '/rtn08_bg_satellite/index.html';
g_cnsnodes[159] = '/rtn08_mmu_pi_day/index.html';
g_cnsnodes[160] = '/rtn08_esa/index.html';
g_cnsnodes[161] = '/rtn08_cirt/index.html';
g_cnsnodes[162] = '/rtn08_whs_citadel/index.html';
g_cnsnodes[163] = '/rtn08_dodiis/index.html';
function cnslink(pageid) {
var newUrl = '';
newUrl += g_prefixToStaticRoot;
newUrl += g_cnsnodes[pageid];
window.location = newUrl;
}