// // This file was where the IE bug was located. /************************************************************************************	(c) Ger Versluis  1800 version 5.411 24 December  1801 (updated Jan 31st,  1803 by Dynamic Drive for Opera7)*	For info write to menus@burmees.nl		          **	You may remove all comments for faster loading	          *		***********************************************************************************/	var NoOffFirstLineMenus=4;			// Number of main menu  items										// Colorvariables:										// Color variables take HTML predefined color names or " rrggbb" strings										// For transparency make colors and border color ""	var LowBgColor="#CCCCCC";			// Background color when mouse is not over	var HighBgColor="#666666";			// Background color when mouse is over	var FontLowColor="#000000";			// Font color when mouse is not over	var FontHighColor="#FFFFFF";		// Font color when mouse is over	var BorderColor="";					// Border color	var BorderWidthMain=0;				// Border width main items	var BorderWidthSub=0;				// Border width sub items 	var BorderBtwnMain=0;				// Borderwidth between elements	var BorderBtwnSub=0;				// Borderwidth between elements sub items	var FontFamily="verdana";			// Font family menu items	var FontSize=11;					// Font size menu items	var FontBold=0;						// Bold menu items 1 or 0	var FontItalic=0;					// Italic menu items 1 or 0		var MenuTextCentered="center";		// Item text position left, center or right		var MenuCentered="left";			// Menu horizontal position can be: left, center, right	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static	var ChildOverlap=0;					// horizontal overlap child/ parent	var ChildVerticalOverlap=0;			// vertical overlap child/ parent	var StartTop=0;						// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight	var StartLeft=0;					// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight	var VerCorrect=0;					// Multiple frames y correction	var HorCorrect=0;					// Multiple frames x correction	var DistFrmFrameBrdr=0;				// Distance between main menu and frame border	var LeftPaddng=0;					// Left padding	var TopPaddng=-1;					// Top padding. If set to -1 text is vertically centered	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0	var DissapearDelay=1000;			// delay before menu folds in	var UnfoldDelay=100;				// delay before sub unfolds		var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame	var FirstLineFrame="";				// Frame where first level appears	var SecLineFrame="";				// Frame where sub levels appear	var DocTargetFrame="";				// Frame where target documents appear	var TargetLoc="nav";				// span id for relative positioning	var MenuWrap=0;						// enables/ disables menu wrap 1 or 0	var RightToLeft=0;					// enables/ disables right to left unfold 1 or 0	var BottomUp=0;						// enables/ disables Bottom up unfold 1 or 0	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover	var BaseHref="";					// BaseHref lets you specify the root directory for relative links. 										// The script precedes your relative links with BaseHref										// For instance: 										// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",										// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"										// Can also be used when you use images in the textfields of the menu										// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"										// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"	var Arrws=["images/common/arrow.gif",3,5];									// Arrow source, width and height.									// If arrow images are not needed keep source ""									// [BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5]	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,									// document targets and script are in the same frame.									// In all other cases it must be 1	var OverFormElements=1;			// Set this to 0 when the menu does not need to cover form elements.	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting									// When set to 2 only the relevant main item stays highligthed									// The preset is done by setting a variable in the head section of the target document.									// <head>									// </head>									// 2_2_1 represents the menu item Menu2_2_1=new Array(.......	var HooverBold=0;				// 1 or 0	var HooverItalic=0;				// 1 or 0	var HooverUnderLine=0;			// 1 or 0	var HooverTextSize=0;			// 0=off, number is font size difference on hoover	var HooverVariant=0;			// 1 or 0									// Below some pretty useless effects, since only IE6+ supports them									// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity									// If you don't need MenuSlide just leave in the line var MenuSlide="";									// delete the other MenuSlide statements									// In general leave the MenuSlide you need in and delete the others.									// Above is also valid for MenuShadow and MenuOpacity									// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.									// You can add more filters by concanating the strings	var MenuSlide="";	var MenuShadow="";	var MenuOpacity="";//	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=85)";	function BeforeStart(){return}	function AfterBuild(){return}	function BeforeFirstOpen(){return}	function AfterCloseAll(){return}// Menu tree:// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor","fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");// Color and font variables defined in the menu tree take precedence over the global variables// Fontsize, fontbold and fontitalic are ignored when set to -1.Menu1=new Array("<div class='top-fea'>Feature</div>","#","",13,31,75,"","","","","","",-1,-1,-1,"","");	Menu1_1=new Array("<div class='sub-fea'>Cover Page</div>","index.html","",0,20,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");	Menu1_2=new Array("<div class='sub-fea'>Financial Highlights</div>","fea01.html","",0,20,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");	Menu1_3=new Array("<div class='sub-fea'>Creating new opportunities</div>","fea02.html","",0,20,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");	Menu1_4=new Array("<div class='sub-fea'>Verizon at a glance</div>","fea03.html","",0,20,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");	Menu1_5=new Array("<div class='sub-fea'>What We Do. (Chairman's Letter)</div>","fea04_1.html","",0,20,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");	Menu1_6=new Array("<div class='sub-fea'>What We Do: FiOS</div>","fea05.html","",0,20,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");		Menu1_7=new Array("<div class='sub-fea'>What We Do: Wireless</div>","fea06.html","",0,20,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");		Menu1_8=new Array("<div class='sub-fea'>What We Do: Wireless Data</div>","fea07.html","",0,20,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");		Menu1_9=new Array("<div class='sub-fea'>What We Do: Business Services</div>","fea08.html","",0,20,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");		Menu1_10=new Array("<div class='sub-fea'>What We Do: Corporate Responsibility</div>","fea09.html","",0,20,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");		Menu1_11=new Array("<div class='sub-fea'>What We Do: Business Transformation</div>","fea10.html","",0,20,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");		Menu1_12=new Array("<div class='sub-fea'>Board, Corporate Officers and<br>Executive Leadership</div>","fea11.html","",0,33,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");		Menu1_13=new Array("<div class='sub-fea'>Investor Information</div>","fea12.html","",0,21,254,"#990000","#FF0000","#FFFFFF","","","",-1,-1,-1,"","");	Menu2=new Array("<div class='top'>Selected Financial Data and MD&A</div>","#","",10,31,227,"","","","","","",-1,-1,-1,"","");	Menu2_1=new Array("<div class='sub2'>Selected Financial Data</div>","financial01.html","",0,20,281,"","","","","","",-1,-1,-1,"","");		Menu2_2=new Array("<div class='sub2'>Overview</div>","mda01.html","",0,20,281,"","","","","","",-1,-1,-1,"","");		Menu2_3=new Array("<div class='sub2'>Consolidated Results of Operations</div>","mda02_1.html","",0,20,281,"","","","","","",-1,-1,-1,"","");		Menu2_4=new Array("<div class='sub2'>Segment Results of Operations</div>","mda03_1.html","",0,20,281,"","","","","","",-1,-1,-1,"","");		Menu2_5=new Array("<div class='sub2'>Special Items</div>","mda04.html","",0,20,281,"","","","","","",-1,-1,-1,"","");		Menu2_6=new Array("<div class='sub2'>Consolidated Financial Condition</div>","mda05_1.html","",0,20,281,"","","","","","",-1,-1,-1,"","");		Menu2_7=new Array("<div class='sub2'>Market Risk</div>","mda06.html","",0,20,281,"","","","","","",-1,-1,-1,"","");		Menu2_8=new Array("<div class='sub2'>Significant Accounting Policies and Recent Accounting Pronouncements</div>","mda07.html","",0,33,281,"","","","","","",-1,-1,-1,"","");		Menu2_9=new Array("<div class='sub2'>Other Factors That May Affect Future Results</div>","mda08_1.html","",0,20,281,"","","","","","",-1,-1,-1,"","");		Menu2_10=new Array("<div class='sub2'>Cautionary Statement Concerning Forward-Looking Statements</div>","mda09.html","",0,34,281,"","","","","","",-1,-1,-1,"","");	Menu3=new Array("<div class='top'>Financials</div>","#","",7,31,86,"","","","","","",-1,-1,-1,"","");	Menu3_1=new Array("<div class='sub'>Reports of Management and Independent Auditors</div>","financial02.html","",0,33,267,"","","","","","",-1,-1,-1,"","");		Menu3_2=new Array("<div class='sub'>Consolidated Statements of Income</div>","financial03.html","",0,20,267,"","","","","","",-1,-1,-1,"","");		Menu3_3=new Array("<div class='sub'>Consolidated Balance Sheets</div>","financial04.html","",0,20,267,"","","","","","",-1,-1,-1,"","");	Menu3_4=new Array("<div class='sub'>Consolidated Statements of Cash Flows</div>","financial05.html","",0,20,267,"","","","","","",-1,-1,-1,"","");	Menu3_5=new Array("<div class='sub'>Consolidated Statements of Changes in Shareowners' Investment</div>","financial06.html","",0,33,267,"","","","","","",-1,-1,-1,"","");	Menu3_6=new Array("<div class='sub-arrow'>Notes to Consolidated Financial<br />Statements (Notes 1 - 12)</div>","","",12,33,267,"","","","","","",-1,-1,-1,"","");		Menu3_6_1=new Array("<div class='sub'>Note 1 - Description of Business and Summary of Significant Accounting Policies</div>","note01_1.html","",0,43,233,"","","","","","",-1,-1,-1,"","");		Menu3_6_2=new Array("<div class='sub'>Note 2 - Acquisitions</div>","note02_1.html","",0,20,233,"","","","","","",-1,-1,-1,"","");		Menu3_6_3=new Array("<div class='sub'>Note 3 - Discontinued Operations and Sales of Businesses, Net</div>","note03.html","",0,33,233,"","","","","","",-1,-1,-1,"","");		Menu3_6_4=new Array("<div class='sub'>Note 4 - Other Strategic Actions</div>","note04.html","",0,20,233,"","","","","","",-1,-1,-1,"","");		Menu3_6_5=new Array("<div class='sub'>Note 5 - Marketable Securities and Other Investments</div>","note05.html","",0,33,233,"","","","","","",-1,-1,-1,"","");		Menu3_6_6=new Array("<div class='sub'>Note 6 - Plant, Property and Equipment</div>","note06.html","",0,20,233,"","","","","","",-1,-1,-1,"","");		Menu3_6_7=new Array("<div class='sub'>Note 7 - Goodwill and Other Intangible Assets</div>","note07.html","",0,33,233,"","","","","","",-1,-1,-1,"","");		Menu3_6_8=new Array("<div class='sub'>Note 8 - Investments in <br>Unconsolidated Businesses</div>","note08.html","",0,33,233,"","","","","","",-1,-1,-1,"","");		Menu3_6_9=new Array("<div class='sub'>Note 9 - Minority Interest</div>","note09.html","",0,20,233,"","","","","","",-1,-1,-1,"","");		Menu3_6_10=new Array("<div class='sub'>Note 10 - Leasing Arrangements</div>","note10.html","",0,20,233,"","","","","","",-1,-1,-1,"","");		Menu3_6_11=new Array("<div class='sub'>Note 11 - Debt</div>","note11.html","",0,20,233,"","","","","","",-1,-1,-1,"","");		Menu3_6_12=new Array("<div class='sub'>Note 12 - Financial Instruments</div>","note12.html","",0,21,233,"","","","","","",-1,-1,-1,"","");	Menu3_7=new Array("<div class='sub-arrow'>Notes to Consolidated Financial<br />Statements (Notes 13 - 23)</div>","","",11,34,267,"","","","","","",-1,-1,-1,"","");		Menu3_7_1=new Array("<div class='sub'>Note 13 - Earnings Per Share and Shareowners' Investment</div>","note13.html","",0,33,233,"","","","","","",-1,-1,-1,"","");		Menu3_7_2=new Array("<div class='sub'>Note 14 - Stock-Based Compensation</div>","note14_1.html","",0,20,233,"","","","","","",-1,-1,-1,"","");		Menu3_7_3=new Array("<div class='sub'>Note 15 - Employee Benefits</div>","note15_1.html","",0,20,233,"","","","","","",-1,-1,-1,"","");		Menu3_7_4=new Array("<div class='sub'>Note 16 - Income Taxes</div>","note16.html","",0,20,233,"","","","","","",-1,-1,-1,"","");		Menu3_7_5=new Array("<div class='sub'>Note 17 - Segment Information</div>","note17_1.html","",0,20,233,"","","","","","",-1,-1,-1,"","");		Menu3_7_6=new Array("<div class='sub'>Note 18 - Comprehensive Income</div>","note18.html","",0,20,233,"","","","","","",-1,-1,-1,"","");		Menu3_7_7=new Array("<div class='sub'>Note 19 - Additional Financial Information</div>","note19.html","",0,33,233,"","","","","","",-1,-1,-1,"","");		Menu3_7_8=new Array("<div class='sub'>Note 20 - Guarantees of Operating Subsidiary Debt</div>","note20_1.html","",0,33,233,"","","","","","",-1,-1,-1,"","");		Menu3_7_9=new Array("<div class='sub'>Note 21 - Commitments and Contingencies</div>","note21.html","",0,33,233,"","","","","","",-1,-1,-1,"","");		Menu3_7_10=new Array("<div class='sub'>Note 22 - Quarterly Financial Information (UNAUDITED) </div>","note22.html","",0,33,233,"","","","","","",-1,-1,-1,"","");		Menu3_7_11=new Array("<div class='sub'>Note 23 - Subsequent Events</div>","note23.html","",0,20,233,"","","","","","",-1,-1,-1,"","");Menu4=new Array("<div class='top'>Proxy</div>","#","",13,31,64,"","","","","","",-1,-1,-1,"","");	Menu4_1=new Array("<div class='sub'>Letter to Shareholders</div>","proxy01.html","",0,20,213,"","","","","","",-1,-1,-1,"","");		Menu4_2=new Array("<div class='sub'>Notice of Annual Shareholders Meeting</div>","proxy02.html","",0,33,213,"","","","","","",-1,-1,-1,"","");		Menu4_3=new Array("<div class='sub'>Voting Procedures and Related Matters</div>","proxy03.html","",0,33,213,"","","","","","",-1,-1,-1,"","");		Menu4_4=new Array("<div class='sub'>Structure and Practices of the Board of Directors</div>","proxy04.html","",0,33,213,"","","","","","",-1,-1,-1,"","");		Menu4_5=new Array("<div class='sub'>Report of the Audit and Finance Committee</div>","proxy05.html","",0,33,213,"","","","","","",-1,-1,-1,"","");		Menu4_6=new Array("<div class='sub'>Election of Directors</div>","proxy06.html","",0,20,213,"","","","","","",-1,-1,-1,"","");		Menu4_7=new Array("<div class='sub'>Ratification of Appointment of Independent Registered Public Accounting Firm</div>","proxy07.html","",0,46,213,"","","","","","",-1,-1,-1,"","");		Menu4_8=new Array("<div class='sub-arrow'>Shareholder Proposals</div>","","",8,20,213,"","","","","","",-1,-1,-1,"","");		Menu4_8_1=new Array("<div class='sub'>Eliminating Stock Options</div>","proxy08.html","",0,20,213,"","","","","","",-1,-1,-1,"","");		Menu4_8_2=new Array("<div class='sub'>Shareholder Approval of Future Severance Agreements</div>","proxy09.html","",0,33,213,"","","","","","",-1,-1,-1,"","");		Menu4_8_3=new Array("<div class='sub'>Compensation Consultant Disclosure</div>","proxy10.html","",0,33,213,"","","","","","",-1,-1,-1,"","");		Menu4_8_4=new Array("<div class='sub'>Advisory Vote on Executive Compensation</div>","proxy11.html","",0,33,213,"","","","","","",-1,-1,-1,"","");		Menu4_8_5=new Array("<div class='sub'>Limit Service on Outside Boards</div>","proxy12.html","",0,20,213,"","","","","","",-1,-1,-1,"","");		Menu4_8_6=new Array("<div class='sub'>Shareholder Approval of Future Poison Pill</div>","proxy13.html","",0,33,213,"","","","","","",-1,-1,-1,"","");		Menu4_8_7=new Array("<div class='sub'>Report on Charitable<br>Contributions</div>","proxy14.html","",0,33,213,"","","","","","",-1,-1,-1,"","");		Menu4_8_8=new Array("<div class='sub'>Submission of Shareholder Proposals</div>","proxy15.html","",0,33,213,"","","","","","",-1,-1,-1,"","");	Menu4_9=new Array("<div class='sub-arrow'>Executive Compensation</div>","","",3,20,213,"","","","","","",-1,-1,-1,"","");			Menu4_9_1=new Array("<div class='sub'>Compensation Committee Report</div>","proxy16.html","",0,20,250,"","","","","","",-1,-1,-1,"","");			Menu4_9_2=new Array("<div class='sub'>Compensation Discussion and Analysis</div>","proxy17.html","",0,20,250,"","","","","","",-1,-1,-1,"","");			Menu4_9_3=new Array("<div class='sub'>Compensation Tables</div>","proxy18.html","",0,20,250,"","","","","","",-1,-1,-1,"","");		Menu4_10=new Array("<div class='sub'>Security Ownership of Certain Beneficial Owners and Management</div>","proxy23.html","",0,43,213,"","","","","","",-1,-1,-1,"","");		Menu4_11=new Array("<div class='sub'>Other Business</div>","proxy24.html","",0,20,213,"","","","","","",-1,-1,-1,"","");		Menu4_12=new Array("<div class='sub'>Corporate Governance Guidelines</div>","proxy25.html","",0,20,213,"","","","","","",-1,-1,-1,"","");		Menu4_13=new Array("<div class='sub'>Directions to Annual Meeting of Shareholders</div>","proxy26.html","",0,34,213,"","","","","","",-1,-1,-1,"","");