/* Procoil - Top Level Menu Navigation - Link Definitions & Style */ /* dynamically determine dev path or prod path */ var hostOfPage = location.host; var Path = "http://www.uss.com/corp/"; if (hostOfPage == "www.ussteel.com" || hostOfPage == "www.uss.com" || hostOfPage == "xnet3.uss.com" || hostOfPage == "xnet3d.psc.uss.com") { Path = "/corp/"; } /* Dev Path - disable in prod */ // var Path = "/corp/"; /* Prod Path - disable in dev*/ // var Path = "http://www.uss.com/corp/"; var NoOffFirstLineMenus=6; // Number of first level items var LowBgColor='http://www.uss.com/corp/images/nav/bg_nav_off43.jpg'; // Background IMAGE when mouse is not over var LowSubBgColor='http://www.uss.com/corp/images/nav/bg_subnav_off.jpg'; // Background color when mouse is not over on subs var HighBgColor='http://www.uss.com/corp/images/nav/bg_nav_on43.jpg'; // Background IMAGE when mouse is over var HighSubBgColor='http://www.uss.com/corp/images/nav/bg_subnav_on.jpg'; // Background color when mouse is over on subs var FontLowColor='#ffffff'; // Font color when mouse is not over var FontSubLowColor='#ffffff'; // Font color subs when mouse is not over var FontHighColor='#ffffff'; // Font color when mouse is over var FontSubHighColor='#ffffff'; // Font color subs when mouse is over var BorderColor='#CFCDD0'; // Border color var BorderSubColor='#CFCDD0'; // Border color for subs var BorderWidth=1; // Border width var BorderBtwnElmnts=1; // Border between elements 1 or 0 var FontFamily="Arial, Helvetica, sans-serif" // Font family menu items if ((navigator.appName=="Netscape") && (parseInt(navigator.appVersion)<5)) { var FontSize=10; // Font size menu items }else { var FontSize=10; // Font size menu items } var FontBold=1; // Bold menu items 1 or 0 var FontItalic=0; // Italic menu items 1 or 0 var MenuTextCentered='left'; // Item text position 'left', 'center' or 'right' var MenuCentered='left'; // Menu horizontal position 'left', 'center' or '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=181; // Menu offset x coordinate //fix for positioning top menu w/ netscape scrollbar /* if (parseInt(navigator.appVersion)>3) { if (navigator.appName=="Netscape") { if(window.innerHeight < pgHeight){ var StartLeft=91; // Menu offset y coordinate - If Scrolling } else { var StartLeft=101; // Menu offset y coordinate - If No Scrolling } }else{ var StartLeft=101; // Non Netscape } } // */ //Find Center to properly position side menu if (parseInt(navigator.appVersion)>3) { if (navigator.appName=="Netscape") { if(window.innerHeight < pgHeight){ winW = window.innerWidth + 4; // If Scrolling } else if (window.pageXOffset == 0){ winW = window.innerWidth + 20; } else { winW = window.innerWidth + 3; } }else{ winW = document.body.offsetWidth; } } var yCenter = winW/2; if (yCenter > 380){ var StartLeft=yCenter - 189; // sMenu offset y coordinate } else { var StartLeft=0; // sMenu offset y coordinate } // var VerCorrect=0; // Multiple frames y correction var HorCorrect=0; // Multiple frames x correction var LeftPaddng=8; // Left padding var TopPaddng=4; // Top padding var FirstLineHorizontal=1; // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL var MenuFramesVertical=1; // Frames in cols or rows 1 or 0 var DissapearDelay=300; // delay before menu folds in var TakeOverBgColor=1; // Menu frame takes over background color subitem frame var FirstLineFrame='navig'; // Frame where first level appears var SecLineFrame='space'; // Frame where sub levels appear var DocTargetFrame='space'; // Frame where target documents appear var TargetLoc=''; // span id for relative positioning var HideTop=0; // Hide first level when loading new document 1 or 0 var MenuWrap=1; // enables/ disables menu wrap 1 or 0 var RightToLeft=0; // enables/ disables right to left unfold 1 or 0 var UnfoldsOnClick=0; // Level 1 unfolds onclick/ onmouseover var WebMasterCheck=0; // menu tree checking on or off 1 or 0 var ShowArrow=0; // Uses arrow gifs when 1 var KeepHilite=1; // Keep selected path highlighted var Arrws=['http://www.uss.com/corp/images/nav/arrow_submenu.gif',24,15,'http://www.uss.com/corp/images/nav/arrow_menu.gif',24,15,'http://www.uss.com/corp/images/nav/arrow_menu.gif',24,15]; // Arrow source, width and height function BeforeStart(){return} function AfterBuild(){return} function BeforeFirstOpen(){return} function AfterCloseAll(){return} // Menu tree // MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width); // For rollover images set "Text to show" to: "rollover:Image1.jpg:Image2.jpg" Menu1=new Array("Company","","",6,43,88); Menu1_1=new Array("Corporate Profile",Path + "company/profile/about.asp","",0,24,180); Menu1_2=new Array("Facilities",Path + "facilities/facilities.asp","",0,24); Menu1_3=new Array("Environmental Stewardship",Path + "environment/overview.asp","",0,24); Menu1_4=new Array("Certifications",Path + "certifications.asp","",0,24); Menu1_5=new Array("Foundation","","",2,24); Menu1_5_1=new Array("North America",Path + "ussfoundation/index.asp","",0,24,135); Menu1_5_2=new Array("Slovakia",Path + "ussfoundation/sk_index.asp","",0,24,135); Menu1_6=new Array("Executive Biographies",Path + "company/exec_bios/index.asp","",0,24); Menu2=new Array("Products & Services","","",5,26,98); Menu2_1=new Array("Flat-rolled","","",6,24,140); Menu2_1_1=new Array("Appliances",Path + "markets/appliance.asp","",0,24,135); Menu2_1_2=new Array("Automotive",Path + "auto/index.asp","",0,24); Menu2_1_3=new Array("Construction",Path + "construction/index.asp","",0,24); Menu2_1_4=new Array("Service Centers",Path + "markets/scea.asp","",0,24); Menu2_1_5=new Array("Sheet",Path + "sheet/index.asp","",0,24); Menu2_1_6=new Array("Tin",Path + "tin/index.asp","",0,24); Menu2_2=new Array("U. S. Steel Europe","","",1,24,150); Menu2_2_1=new Array("Slovakia","","",8,24,135); Menu2_2_1_1=new Array("Hot Rolled",Path + "products/slovakia/sk_hot_rolled.asp","",0,24,185); Menu2_2_1_2=new Array("Cold Rolled",Path + "products/slovakia/sk_cold_rolled.asp","",0,24); Menu2_2_1_3=new Array("Electrotechnical Plates",Path + "products/slovakia/sk_electrotechnical.asp","",0,24); Menu2_2_1_4=new Array("Hot Dip Galvanized Plates",Path + "products/slovakia/sk_galvanized.asp","",0,24); Menu2_2_1_5=new Array("Organic Coated",Path + "products/slovakia/sk_organic_coated.asp","",0,24); Menu2_2_1_6=new Array("Tin Plates",Path + "products/slovakia/sk_tin_plates.asp","",0,24); Menu2_2_1_7=new Array("Spiral Welded Pipes",Path + "products/slovakia/sk_spiral_welded.asp","",0,24); Menu2_2_1_8=new Array("Heating Radiators","javascript:window.open('http://www.usskorad.sk/en/index.htm');","",0,24); Menu2_3=new Array("Tubular",Path + "tubular/index.asp","",0,24); Menu2_4=new Array("Logistics Services",Path + "logistics/index.asp","",0,24); Menu2_5=new Array("MSDS","","",3,24); Menu2_5_1=new Array("Steel Products",Path + "products/msds-steel-products.asp","",0,24,165); Menu2_5_2=new Array("Raw Materials",Path + "products/msds-raw-materials.asp","",0,24); Menu2_5_3=new Array("Steel Making By-Products",Path + "products/msds-steel-byproducts.asp","",0,24); Menu3=new Array("Careers & People",Path + "people/careers/index.asp","",8,26,92); Menu3_1=new Array("Overview",Path + "people/careers/index.asp","",0,24,180); Menu3_2=new Array("Search Job Opportunities",Path + "people/careers/search-jobs.asp","",0,24,150); Menu3_3=new Array("Why Join U. S. Steel?",Path + "people/careers/why-join-uss.asp","",0,24,150); Menu3_4=new Array("How to Apply",Path + "people/careers/how-to-apply.asp","",2,24,150); Menu3_4_1=new Array("Employment Process","","",2,24,155); Menu3_4_1_1=new Array("North America",Path + "people/careers/employment-process.asp","",0,24,155); Menu3_4_1_2=new Array("Slovakia",Path + "people/careers/sk-employment-process.asp","",0,24,155); Menu3_4_2=new Array("Application Process",Path + "people/careers/apply.asp","",0,24,155); Menu3_5=new Array("Career Pathways","","",3,24,155); Menu3_5_1=new Array("Plant Operations",Path + "people/careers/plant-operations.asp","",0,24,155); Menu3_5_2=new Array("Professional/Support","","",2,24,155); Menu3_5_2_1=new Array("North America",Path + "people/careers/professional.asp","",0,24,155); Menu3_5_2_2=new Array("Slovakia",Path + "people/careers/sk-professional.asp","",0,24,155); Menu3_5_3=new Array("University","","",2,24,155); Menu3_5_3_1=new Array("North America","","",3,24,155); Menu3_5_3_1_1=new Array("New Graduates",Path + "people/careers/new-graduates.asp","",0,24,155); Menu3_5_3_1_2=new Array("Student Employment",Path + "people/careers/student-employment.asp","",0,24,155); Menu3_5_3_1_3=new Array("Campus Activities",Path + "people/careers/campus-activities.asp","",0,24,155); Menu3_5_3_2=new Array("Slovakia",Path + "people/careers/sk-university.asp","",0,24,155); Menu3_6=new Array("Benefits",Path + "people/employees/benefits.asp","",0,24); Menu3_7=new Array("Diversity & Inclusion",Path + "people/diversity/index.asp","",0,24); Menu3_8=new Array("Employees & Retirees","","",2,24,125); Menu3_8_1=new Array("North America","","",4,24,125); Menu3_8_1_1=new Array("Introduction",Path + "people/employees/index.asp","",0,24,125); Menu3_8_1_2=new Array("Benefits",Path + "people/employees/benefits.asp","",0,24,125); Menu3_8_1_3=new Array("Medicare RX",Path + "people/employees/medicarerx.asp","",0,24,125); Menu3_8_1_4=new Array("Contact Info.",Path + "people/employees/contacts.asp","",0,24,125); Menu3_8_2=new Array("Slovakia",Path + "people/employees/sk-index.asp","",0,24,125); Menu4=new Array("Investors","","",11,26,87); Menu4_1=new Array("Overview","","",1,24,155); Menu4_1_1=new Array("Current Information",Path + "investors/index.asp","",0,24,155); Menu4_2=new Array("Financial Results","","",23,24); Menu4_2_1=new Array("2011 Fourth Quarter","","",1,24,163); Menu4_2_1_1=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/news_and_info/2012-002-U. S. Steel reports 2011 4Q and FY results and announces Completion of sale of U. S. Steel Serbia.pdf');","",0,24,130); Menu4_2_2=new Array("2011 Third Quarter","","",2,24,163); Menu4_2_2_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/10-Q-third-quarter-2011.pdf');","",0,24,130); Menu4_2_2_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/news_and_info/2011-026-United States Steel Corporation Reports 2011 Third Quarter Results.pdf');","",0,24,130); Menu4_2_3=new Array("2011 Second Quarter","","",2,24,163); Menu4_2_3_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/United States Steel Second Quarter 2011 10-Q.pdf');","",0,24,130); Menu4_2_3_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/news_and_info/2011-019-United States Steel Corporation Reports 2011 Second Quarter Results.pdf');","",0,24,130); Menu4_2_4=new Array("2011 First Quarter","","",2,24,163); Menu4_2_4_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/US_Steel_First Quarter 2011 10-Q with exhibits.pdf');","",0,24,130); Menu4_2_4_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/sec_filings/2011-010-United States Steel Corporation Reports 2011 First Quarter Results.pdf');","",0,24,130); Menu4_2_5=new Array("2010 Fourth Quarter","","",2,24,163); Menu4_2_5_1=new Array(" Form 10-K ","javascript:window.open('" + Path + "investors/sec_filings/USS_as_filed_10-K_42941.pdf');","",0,24,130); Menu4_2_5_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/earnings/2011-003-United States Steel Corporation Reports 2010 Fourth Quarter and Full-year results.pdf');","",0,24,130); Menu4_2_6=new Array("2010 Third Quarter","","",2,24,163); Menu4_2_6_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/3Q 2010 Filed 10-Q.pdf');","",0,24,130); Menu4_2_6_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/sec_filings/3Q-2010-Earnings-Release.pdf');","",0,24,130); Menu4_2_7=new Array("2010 Second Quarter","","",2,24,163); Menu4_2_7_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/US_Steel_2Q-2010_10-Q_52583.pdf');","",0,24,130); Menu4_2_7_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/sec_filings/2010-022-UNITED STATES STEEL CORPORATION REPORTS 2010 SECOND QUARTER RESULTS.doc');","",0,24,130); Menu4_2_8=new Array("2010 First Quarter","","",2,24,163); Menu4_2_8_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/USS_10Q_1st_QTR_2010_62863.pdf');","",0,24,130); Menu4_2_8_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/sec_filings/2010-014-UNITED STATES STEEL CORPORATION REPORTS 2010 FIRST QUARTER RESULTS.doc');","",0,24,130); Menu4_2_9=new Array("2009 Fourth Quarter","","",2,24,163); Menu4_2_9_1=new Array(" Form 10-K ","javascript:window.open('" + Path + "investors/sec_filings/2009 10-K as filed.pdf');","",0,24,130); Menu4_2_9_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/sec_filings/2010-003-2009-FOURTH-QUARTER-FULL-YEAR-RESULTS.pdf');","",0,24,130); Menu4_2_10=new Array("2009 Third Quarter","","",2,24,163); Menu4_2_10_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/US_Steel_10Q_74000.pdf');","",0,24,130); Menu4_2_10_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/sec_filings/2009-043-UNITED%20STATES%20STEEL%20CORPORATION%20REPORTS%202009%20THIRD%20QUARTER%20RESULTS.pdf');","",0,24,130); Menu4_2_11=new Array("2009 Second Quarter","","",2,24,165); Menu4_2_11_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/f10q2q09.pdf');","",0,24,130); Menu4_2_11_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/news_and_info/2009-037-UNITED%20STATES%20STEEL%20CORPORATION%20REPORTS%202009%20SECOND%20QUARTER%20RESULTS.pdf');","",0,24,130); Menu4_2_12=new Array("2009 First Quarter","","",2,24,165); Menu4_2_12_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/f10q1q09.pdf');","",0,24,130); Menu4_2_12_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/news_and_info/ER1Q09 PRNewsire.pdf');","",0,24,130); Menu4_2_13=new Array("2008 Fourth Quarter","","",2,24,165); Menu4_2_13_1=new Array(" Form 10-K ","javascript:window.open('" + Path + "investors/sec_filings/2008 10-K_REVISED.pdf');","",0,24,130); Menu4_2_13_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/news_and_info/2009-003-UNITED%20STATES%20STEEL%20CORPORATION%20REPORTS%202008%20FOURTH%20QUARTER%20AND%20FULL-YEAR%20RESULTS.pdf');","",0,24,130); Menu4_2_14=new Array("2008 Third Quarter","","",2,24,165); Menu4_2_14_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/3q0810-Qfinal.pdf');","",0,24,130); Menu4_2_14_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "/investors/earnings/2008_3Q Earnings-Release-Final.pdf');","",0,24,130); Menu4_2_15=new Array("2008 Second Quarter","","",2,24,165); Menu4_2_15_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/2Q0810-Qfinal.pdf');","",0,24,130); Menu4_2_15_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "/investors/news_and_info/2008-037-UNITED%20STATES%20STEEL%20CORPORATION%20REPORTS%202008%20SECOND%20QUARTER%20RESULTS.pdf');","",0,24,130); Menu4_2_16=new Array("2008 First Quarter","","",2,24,165); Menu4_2_16_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/Q10810-QFINAL.pdf');","",0,24,130); Menu4_2_16_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=525');","",0,24,130); Menu4_2_17=new Array("2007 Fourth Quarter","","",2,24,165); Menu4_2_17_1=new Array(" Form 10-K ","javascript:window.open('" + Path + "investors/sec_filings/Fourth Quarter 2007 10-K.pdf');","",0,24,130); Menu4_2_17_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=503');","",0,24,130); Menu4_2_18=new Array("2007 Third Quarter","","",2,24,165); Menu4_2_18_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/2007_09-30_3rd%20Qtr%2010Q.pdf');","",0,24,130); Menu4_2_18_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=489');","",0,24); Menu4_2_19=new Array("2007 Second Quarter","","",2,24,165); Menu4_2_19_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/2007_06-30_2nd%20Qtr%2010Q.pdf');","",0,24,130); Menu4_2_19_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=476');","",0,24); Menu4_2_20=new Array("2007 First Quarter","","",2,24,165); Menu4_2_20_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/2007_03-31_1st%20Qtr%2010Q.pdf');","",0,24,130); Menu4_2_20_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=460');","",0,24); Menu4_2_21=new Array("2006 Fourth Quarter","","",2,24,165); Menu4_2_21_1=new Array(" Form 10-K ","javascript:window.open('" + Path + "investors/sec_filings/2006%2010-K%20Final.pdf');","",0,24,130); Menu4_2_21_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=444');","",0,24); Menu4_2_22=new Array("2006 Third Quarter","","",2,24,165); Menu4_2_22_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/f10q3q06.pdf');","",0,24,130); Menu4_2_22_2=new Array(" Earnings Release ","javascript:window.open('http://www.prnewswire.com/cgi-bin/micro_stories.pl?ACCT=929150&TICK=X&STORY=/www/story/10-31-2006/0004463244&plainNews=U.+S.+Steel+-+Press+Room:+Press+Releases&EDATE=Oct+31,+2006');","",0,24); //Removed and archived //Menu4_2_9=new Array("2006 Second Quarter","","",2,24,165); // Menu3_2_9_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/f10q2q06.pdf');","",0,24,130); // Menu3_2_9_2=new Array(" Earnings Release ","javascript:window.open('http://www.prnewswire.com/cgi-bin/micro_stories.pl?ACCT=929150&TICK=X&STORY=/www/story/07-25-2006/0004402983&plainNews=U.+S.+Steel+-+Press+Room:+Press+Releases&EDATE=Jul+25,+2006');","",0,24); //Menu4_2_10=new Array("2006 First Quarter","","",2,24,165); // Menu3_2_10_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/f10q1q06.pdf');","",0,24,130); // Menu3_2_10_2=new Array(" Earnings Release ","javascript:window.open('http://www.prnewswire.com/cgi-bin/micro_stories.pl?ACCT=929150&TICK=X&STORY=/www/story/04-25-2006/0004346732&plainNews=United+States+Steel+-+Press+Releases&EDATE=Apr+25,+2006');","",0,24); Menu4_2_23=new Array("Previous Results",Path + "investors/sec_filings/index.asp","",0,24); Menu4_3=new Array("Proxy Materials",Path + "proxy/index.asp","",0,24); Menu4_4=new Array("Annual Reports",Path + "investors/annual_reports/index.asp","",0,24); Menu4_5=new Array("Dividends","","",3,24); Menu4_5_1=new Array("Dividend Information",Path + "investors/dividends/index.asp","",0,24,150); Menu4_5_2=new Array("Dividend History",Path + "investors/dividends/history.asp","",0,24); Menu4_5_3=new Array("Dividend Reinvestment",Path + "investors/dividends/reinvestment/index.asp","",0,24); Menu4_6=new Array("SEC Filings",Path + "investors/sec_filings/index.asp","",0,24); Menu4_7=new Array("Insider Transactions","","",3,24); Menu4_7_1=new Array("Overview",Path + "investors/insider/index.asp","",0,24,133); Menu4_7_2=new Array("SEC Form 3 Archive",Path + "investors/insider/form3.asp","",0,24); Menu4_7_3=new Array("SEC Form 4 Archive",Path + "investors/insider/form4.asp","",0,24,140); Menu4_8=new Array("Shareholder Information",Path + "investors/shareholder.asp","",0,24); Menu4_9=new Array("Corporate Governance",Path + "company/profile/corpgov.asp","",0,24); Menu4_10=new Array("Equity Analysts",Path + "investors/analysts.asp","",0,24); Menu4_11=new Array("Interactive Data","","",10,24); Menu4_11_1=new Array("2011 Third Quarter",Path + "investors/xbrl/2011/3rd-QTR/index.asp","",0,24,145); Menu4_11_2=new Array("2011 Second Quarter",Path + "investors/xbrl/2011/2nd-QTR/index.asp","",0,24,145); Menu4_11_3=new Array("2011 First Quarter",Path + "investors/xbrl/2011/1st-QTR/index.asp","",0,24,145); Menu4_11_4=new Array("2010 Fourth Quarter",Path + "investors/xbrl/2010/4th-QTR/index.asp","",0,24,145); Menu4_11_5=new Array("2010 Third Quarter",Path + "investors/xbrl/2010/3rd-QTR/index.asp","",0,24,145); Menu4_11_6=new Array("2010 Second Quarter",Path + "investors/xbrl/2010/2nd-QTR/index.asp","",0,24,145); Menu4_11_7=new Array("2010 First Quarter",Path + "investors/xbrl/2010/1st-QTR/index.asp","",0,24,145); Menu4_11_8=new Array("2009 Fourth Quarter",Path + "investors/xbrl/2009/4th-QTR/index.asp","",0,24,145); Menu4_11_9=new Array("2009 Third Quarter",Path + "investors/xbrl/2009/3rd-QTR/index.asp","",0,24,145); Menu4_11_10=new Array("2009 Second Quarter",Path + "investors/xbrl/2009/2nd-QTR/index.asp","",0,24,145); Menu5=new Array("Doing Business","","",7,26,90); Menu5_1=new Array("Customers",Path + "customer/index.asp","",0,24,235); Menu5_2=new Array("Vendors",Path + "vendor/index.asp","",0,24); Menu5_3=new Array("Supplier Diversity",Path + "supplier/diversity.asp","",0,24); Menu5_4=new Array("N. A. Flat Roll Price Extras","javascript:window.open('" + Path + "vendor/Sheet_Products_Dec_30_2011.pdf');","",0,24); Menu5_5=new Array("Customer Controlled Shipping Policy","javascript:window.open('" + Path + "customer/09686-USS-Shipping-Policy.pdf');","",0,24); Menu5_6=new Array("USS Terms & Conditions of Sale","","",3,24); Menu5_6_1=new Array(" Sheet Products","javascript:window.open('" + Path + "customer/uss_std_tc_of_sale.pdf');","",0,24,140); Menu5_6_2=new Array(" Tin Products","javascript:window.open('" + Path + "customer/uss_std_tc_of_sale.pdf');","",0,24,140); Menu5_6_3=new Array("Tubular Products","","",2,24,165); Menu5_6_3_1=new Array("Domestic","","",2,24,100); Menu5_6_3_1_1=new Array(" Services ","javascript:window.open('" + Path + "customer/usstp_std_tc_of_services.pdf');","",0,24,100); Menu5_6_3_1_2=new Array(" Goods ","javascript:window.open('" + Path + "customer/usstp_std_tc_of_sale.pdf');","",0,24,100); Menu5_6_3_2=new Array(" Canada ","javascript:window.open('" + Path + "customer/terms-tubular-canada-09-2010.pdf');","",0,24,100); Menu5_7=new Array("Conflict Minerals Statement","javascript:window.open('" + Path + "customer/conflict-minerals-stmt_406381_v1_8_2011.pdf');","",0,24); Menu6=new Array("Newsroom","","",4,26,96); Menu6_1=new Array("Press Releases","","",2,24,120); Menu6_1_1=new Array("North America", "http://uss.mediaroom.com","",0,24,135); Menu6_1_2=new Array("  Slovakia ","javascript:window.open('http://www.ussteelkosice.sk/media/rel-e.htm');","",0,24,130); Menu6_2=new Array("Contacts","","",2,24); Menu6_2_1=new Array("North America", Path + "press/contacts.asp","",0,24,135); Menu6_2_2=new Array("Slovakia", Path + "press/sk-contacts.asp","",0,24,135); Menu6_3=new Array("Digital Images","","",2,24); Menu6_3_1=new Array("North America", Path + "press/photos.asp","",0,24,135); Menu6_3_2=new Array("Slovakia", Path + "press/sk-photos.asp","",0,24,135); // Menu6_4=new Array("Videos",Path + "press/videos.asp","",0,24); Menu6_4=new Array("Industry Links",Path + "press/steel_links.asp","",0,24);