//-----------------------------------------------------------------------------------
var Section = new Object();
var Category = new Object(); 

//-----------------------------------------------------------------------------------
Section.AltText = 		'Services';
Section.Link = 				'/privacy_prefs.shtml';
Section.ImageURL = 		'/img/title2_blank.gif';
Category.Label = 			'Privacy at Nextel';

//-----------------------------------------------------------------------------------

var Pages = new Array(

	// [index,parent,label,url]
	
	[1,'X','Overview','/privacy_prefs.shtml'],
	[2,'X','Privacy Policy','/privacy_policy.shtml']
	
);