/* Procoil - Top Level Menu Navigation - Link Definitions & Style */ /* Dev Path - disable in prod */ // var Path = "/corp/"; /* Prod Path - disable in dev*/ var Path = "http://www.uss.com/corp/"; var NoOffFirstLineMenus=5; // Number of first level items var LowBgColor='http://www.uss.com/corp/images/nav/bg_nav_off.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_on.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=168; // 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=10; // 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=1; // 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","","",10,26,102); Menu1_1=new Array("Corporate Profile",Path + "company/profile/about.asp","",0,24,180); Menu1_2=new Array("Markets","","",4,24); Menu1_2_1=new Array("Appliances",Path + "markets/appliance.asp","",0,24,130); Menu1_2_2=new Array("Automotive",Path + "auto/index.asp","",0,24); Menu1_2_3=new Array("Construction",Path + "construction/index.asp","",0,24,130); Menu1_2_4=new Array("SCEA",Path + "markets/scea.asp","",0,24); Menu1_3=new Array("Products and Services","","",5,24); Menu1_3_1=new Array("Sheet", "http://www.ussteel.com/corp/sheet/index.asp","",0,24,125); Menu1_3_2=new Array("Tin",Path + "tin/index.asp","",0,24); Menu1_3_3=new Array("Tubular",Path + "tubular/index.asp","",0,24); Menu1_3_4=new Array("Logistics Services",Path + "logistics/index.asp","",0,24); Menu1_3_5=new Array("MSDS",Path + "products/msds.asp","",0,24); Menu1_4=new Array("Environmental Stewardship",Path + "environment/overview.asp","",0,24); Menu1_5=new Array("Certifications",Path + "certifications.asp","",0,24); Menu1_6=new Array("Facilities",Path + "facilities/facilities.asp","",0,24); Menu1_7=new Array("Foundation",Path + "ussfoundation/","",0,24); Menu1_8=new Array("Executive Biographies",Path + "company/exec_bios/index.asp","",0,24); Menu1_9=new Array("Contacts",Path + "contact-us.asp","",0,24); Menu1_10=new Array("Site Map",Path + "sitemap.asp","",0,24); Menu2=new Array("People","","",3,26,90); Menu2_1=new Array("Diversity",Path + "people/diversity/index.asp","",0,24,150); Menu2_2=new Array("Careers",Path + "people/careers/index.asp","",0,24,150); Menu2_3=new Array("Employees & Retirees",Path + "people/employees/index.asp","",0,24); Menu3=new Array("Investors","","",11,26,104); Menu3_1=new Array("Overview","","",1,24,155); Menu3_1_1=new Array("Current Information",Path + "investors/index.asp","",0,24,155); Menu3_2=new Array("Financial Results","","",15,24); Menu3_2_1=new Array("2009 Fourth Quarter","","",2,24,163); Menu3_2_1_1=new Array(" Form 10-K ","javascript:window.open('" + Path + "investors/sec_filings/2009 10-K as filed.pdf');","",0,24,130); Menu3_2_1_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/sec_filings/2010-003-2009-FOURTH-QUARTER-FULL-YEAR-RESULTS.pdf');","",0,24,130); Menu3_2_2=new Array("2009 Third Quarter","","",2,24,163); Menu3_2_2_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/US_Steel_10Q_74000.pdf');","",0,24,130); Menu3_2_2_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); Menu3_2_3=new Array("2009 Second Quarter","","",2,24,165); Menu3_2_3_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/f10q2q09.pdf');","",0,24,130); Menu3_2_3_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); Menu3_2_4=new Array("2009 First Quarter","","",2,24,165); Menu3_2_4_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/f10q1q09.pdf');","",0,24,130); Menu3_2_4_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "investors/news_and_info/ER1Q09 PRNewsire.pdf');","",0,24,130); Menu3_2_5=new Array("2008 Fourth Quarter","","",2,24,165); Menu3_2_5_1=new Array(" Form 10-K ","javascript:window.open('" + Path + "investors/sec_filings/2008 10-K_REVISED.pdf');","",0,24,130); Menu3_2_5_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); Menu3_2_6=new Array("2008 Third Quarter","","",2,24,165); Menu3_2_6_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/3q0810-Qfinal.pdf');","",0,24,130); Menu3_2_6_2=new Array(" Earnings Release ","javascript:window.open('" + Path + "/investors/earnings/2008_3Q Earnings-Release-Final.pdf');","",0,24,130); Menu3_2_7=new Array("2008 Second Quarter","","",2,24,165); Menu3_2_7_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/2Q0810-Qfinal.pdf');","",0,24,130); Menu3_2_7_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); Menu3_2_8=new Array("2008 First Quarter","","",2,24,165); Menu3_2_8_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/Q10810-QFINAL.pdf');","",0,24,130); Menu3_2_8_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=525');","",0,24,130); Menu3_2_9=new Array("2007 Fourth Quarter","","",2,24,165); Menu3_2_9_1=new Array(" Form 10-K ","javascript:window.open('" + Path + "investors/sec_filings/Fourth Quarter 2007 10-K.pdf');","",0,24,130); Menu3_2_9_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=503');","",0,24,130); Menu3_2_10=new Array("2007 Third Quarter","","",2,24,165); Menu3_2_10_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/2007_09-30_3rd%20Qtr%2010Q.pdf');","",0,24,130); Menu3_2_10_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=489');","",0,24); Menu3_2_11=new Array("2007 Second Quarter","","",2,24,165); Menu3_2_11_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/2007_06-30_2nd%20Qtr%2010Q.pdf');","",0,24,130); Menu3_2_11_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=476');","",0,24); Menu3_2_12=new Array("2007 First Quarter","","",2,24,165); Menu3_2_12_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/2007_03-31_1st%20Qtr%2010Q.pdf');","",0,24,130); Menu3_2_12_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=460');","",0,24); Menu3_2_13=new Array("2006 Fourth Quarter","","",2,24,165); Menu3_2_13_1=new Array(" Form 10-K ","javascript:window.open('" + Path + "investors/sec_filings/2006%2010-K%20Final.pdf');","",0,24,130); Menu3_2_13_2=new Array(" Earnings Release ","javascript:window.open('http://uss.mediaroom.com/index.php?s=43&item=444');","",0,24); Menu3_2_14=new Array("2006 Third Quarter","","",2,24,165); Menu3_2_14_1=new Array(" Form 10-Q ","javascript:window.open('" + Path + "investors/sec_filings/f10q3q06.pdf');","",0,24,130); Menu3_2_14_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 //Menu3_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); //Menu3_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); Menu3_2_15=new Array("Previous Results",Path + "investors/sec_filings/index.asp","",0,24); Menu3_3=new Array("Proxy Materials",Path + "proxy/index.htm","",0,24); Menu3_4=new Array("Annual Reports",Path + "investors/annual_reports/index.asp","",0,24); Menu3_5=new Array("Dividends","","",3,24); Menu3_5_1=new Array("Dividend Information",Path + "investors/dividends/index.asp","",0,24,150); Menu3_5_2=new Array("Dividend History",Path + "investors/dividends/history.asp","",0,24); Menu3_5_3=new Array("Dividend Reinvestment",Path + "investors/dividends/reinvestment/index.asp","",0,24); Menu3_6=new Array("SEC Filings",Path + "investors/sec_filings/index.asp","",0,24); Menu3_7=new Array("Insider Transactions","","",3,24); Menu3_7_1=new Array("Overview",Path + "investors/insider/index.asp","",0,24,133); Menu3_7_2=new Array("SEC Form 3 Archive",Path + "investors/insider/form3.asp","",0,24); Menu3_7_3=new Array("SEC Form 4 Archive",Path + "investors/insider/form4.asp","",0,24,140); Menu3_8=new Array("Shareholder Information",Path + "investors/shareholder.asp","",0,24); Menu3_9=new Array("Corporate Governance",Path + "company/profile/corpgov.asp","",0,24); Menu3_10=new Array("Equity Analysts",Path + "investors/analysts.asp","",0,24); Menu3_11=new Array("Interactive Data","","",4,24); Menu3_11_1=new Array("2010 First Quarter",Path + "investors/xbrl/2010/1st-QTR/index.asp","",0,24,145); Menu3_11_2=new Array("2009 Fourth Quarter",Path + "investors/xbrl/2009/4th-QTR/index.asp","",0,24,145); Menu3_11_3=new Array("2009 Third Quarter",Path + "investors/xbrl/2009/3rd-QTR/index.asp","",0,24,145); Menu3_11_4=new Array("2009 Second Quarter",Path + "investors/xbrl/2009/2nd-QTR/index.asp","",0,24,145); Menu4=new Array("Doing Business","","",8,26,137); Menu4_1=new Array("   SteelTrack®","javascript:window.open('http://steeltrack.uss.com/');","",0,24,240); Menu4_2=new Array("Customers",Path + "customer/index.asp","",0,24); Menu4_3=new Array("Processors",Path + "procprod/index.asp","",0,24); Menu4_4=new Array("Vendors",Path + "vendor/index.asp","",0,24); Menu4_5=new Array("Supplier Diversity",Path + "supplier/diversity.asp","",0,24); Menu4_6=new Array("N. A. Flat Roll Price Extras","javascript:window.open('" + Path + "vendor/North-American-Flat-Roll-11-20-09.pdf');","",0,24); Menu4_7=new Array("Customer Controlled Shipping Policy","javascript:window.open('" + Path + "customer/09686-USS-Shipping-Policy.pdf');","",0,24); Menu4_8=new Array("USS Terms & Conditions of Sale","","",3,24); Menu4_8_1=new Array(" Sheet Products","javascript:window.open('" + Path + "customer/uss-std-tc-of-sale.pdf');","",0,24,140); Menu4_8_2=new Array(" Tin Products","javascript:window.open('" + Path + "customer/uss-std-tc-of-sale.pdf');","",0,24,140); Menu4_8_3=new Array(" Tubular Products","javascript:window.open('" + Path + "customer/usstp_std_tc_of_sale.pdf');","",0,24,140); Menu5=new Array("Press Room","","",4,26,120); Menu5_1=new Array("Press Releases","http://uss.mediaroom.com","",0,24,120); Menu5_2=new Array("Contacts",Path + "press/contacts.asp","",0,24); Menu5_3=new Array("Digital Images",Path + "press/photos.asp","",0,24); // Menu5_4=new Array("Videos",Path + "press/videos.asp","",0,24); Menu5_4=new Array("Industry Links",Path + "press/steel_links.asp","",0,24);