/* ########################################################################### GLOBAL ASSETS RELEASE v3.1 MENUCONTENT.JS v4.0 BUILD DATE: 20070914 COPYRIGHT SUN MICROSYSTEMS INC. 2007 CONTACT webdesign -at- sun.com WITH ANY QUESTIONS ########################################################################### */ // translated text var seeall = "See All"; var processingRequest = "Processing Request"; // set this to the location of your local im directories var imdir = "/im"; // set this to the location of your local css directories var cssdir = "/css"; // sub menu width var mwidth = 150; // set this to true for languages that read right to left such as hebrew or arabic var rtl = false; // menus are organized using a two number decimel delineated system (1.2) // the first number indicates which main topic link the menu belongs to. // the second number indicates the order the sub topic link appears in the menu. // // the values for each item are then organized by a | delineated system (Link Name|URL) // item X.0 MUST alway be the exact name of the main topic link as hardcoded in // the masthead and must include a link that is the also the same. // // if the first main topic link was Products and it's URL was /products/ then then you // would start the products menu with... // // navmenu['1.0'] = 'Products|/products/'; // // if the main topic link is not a link to another page, but simply the title of your // menu (i.e. Select A Topic) then you would set the [X.0] item to "|". this way the // See All Item is not created at the bottom of the menu. like... // // navmenu['1.0'] = '|'; navmenu['1.0'] = 'Products|http://www.sun.com/products/'; navmenu['1.1'] = 'Software|http://www.sun.com/software/'; navmenu['1.2'] = 'Desktop Systems|http://www.sun.com/desktop/'; navmenu['1.3'] = 'Servers|http://www.sun.com/servers/'; navmenu['1.4'] = 'Storage|http://www.sun.com/storage/'; navmenu['1.5'] = 'Trade-In Program|http://www.sun.com/tradeins/'; navmenu['1.6'] = 'Sun Outlet|http://www.sun.com/outlet/index.jsp?intcmp=1201'; navmenu['1.7'] = 'Remanufactured Systems|http://www.sun.com/ibb/remanufactured'; navmenu['1.8'] = 'Financing|http://www.sun.com/sales/leasing/'; navmenu['2.0'] = 'Downloads|http://www.sun.com/download/'; navmenu['2.1'] = 'Solaris 10|http://www.sun.com/software/solaris/get.jsp'; navmenu['2.2'] = 'Java SE|http://java.sun.com/j2se/downloads/'; navmenu['2.3'] = 'Developer Tools|http://www.sun.com/download/index.jsp?cat=Application%20Development&tab=3&subcat=Development%20Tools'; navmenu['2.4'] = 'Top Downloads|http://www.sun.com/download/index.jsp?tab=5'; navmenu['2.5'] = 'New Downloads|http://www.sun.com/download/index.jsp?tab=4'; navmenu['2.6'] = 'Patches & Updates|http://www.sun.com/download/index.jsp?cat=Patches%20%26%20Updates&tab=3'; navmenu['3.0'] = 'Services & Solutions|http://www.sun.com/servicessolutions/'; navmenu['3.1'] = 'Industry Solutions|http://www.sun.com/servicessolutions/industries/'; navmenu['3.2'] = 'Service Plans|http://www.sun.com/service/serviceplans/index.jsp'; navmenu['3.3'] = 'Warranties|http://www.sun.com/service/warranty/index.xml'; navmenu['3.4'] = 'Consulting & IT Services|http://www.sun.com/service/consulting/'; navmenu['3.5'] = 'High Performance Computing|http://www.sun.com/servers/hpc/index.jsp'; navmenu['3.6'] = 'Utility Computing|http://www.sun.com/service/sungrid/overview.jsp'; navmenu['3.7'] = 'Managed Services|http://www.sun.com/service/managedservices/'; navmenu['3.8'] = 'Secure IT Network Services|http://www.sun.com/service/sunconnection/'; navmenu['3.9'] = 'Sun Solutions Portfolio|http://www.sun.com/servicessolutions/infrastructure/'; navmenu['4.0'] = 'Support|http://sunsolve.sun.com/'; navmenu['4.1'] = 'Knowledgebase|http://sunsolve.sun.com/'; navmenu['4.2'] = 'Sun System Handbook|http://sunsolve.sun.com/handbook_pub/'; navmenu['4.3'] = 'Patches & Updates|http://sunsolve.sun.com/pub-cgi/show.pl?target=patchpage'; navmenu['4.4'] = 'Documentation|http://www.sun.com/documentation/'; navmenu['4.5'] = 'Service Plans|http://www.sun.com/service/serviceplans/index.jsp'; navmenu['4.6'] = 'Warranties|http://www.sun.com/service/warranty/index.xml'; navmenu['4.7'] = 'Solaris 10 Support|http://www.sun.com/software/solaris/support.jsp'; navmenu['5.0'] = 'Training|http://www.sun.com/training/'; navmenu['5.1'] = 'Course Catalog|http://www.sun.com/training/catalog/'; navmenu['5.2'] = 'Certification|http://www.sun.com/training/certification/'; navmenu['5.3'] = 'Consulting Solutions|http://www.sun.com/training/team/consulting/index.html'; navmenu['6.0'] = 'Developer|http://developers.sun.com/'; navmenu['6.1'] = 'Join Sun Developer Network|https://reg.sun.com/register?program=sdn'; navmenu['6.2'] = 'APIs & Docs|http://java.sun.com/reference/api/index.html'; navmenu['6.3'] = 'Forums|http://developers.sun.com/forums/'; navmenu['6.4'] = 'Java For Developers|http://java.sun.com/'; navmenu['6.5'] = 'Solaris For Developers|http://developers.sun.com/prodtech/solaris/index.html'; navmenu['6.6'] = 'Technologies|http://developers.sun.com/prodtech/index.html'; navmenu['6.7'] = 'Developer Services|http://developers.sun.com/services/'; // oldmenu is an array used when changes to the A2 masthead HTML is made. since pages can // exist that do not have the most current masthead HTML, but still link to the latest js // we can use this old menu information to allow the menucode.js script to insert legacy // menu content for legacy masthead links. // // oldmenu items should be numbered as they once were when they were navmenu items. // the only thing that changes is the array name. if you are using site specific // links and you know that all changes to the masthead have been made to all of your // pages you do not need to keep legacy menus in the oldmenu array. oldmenu['6.0'] = 'Research|http://research.sun.com/'; oldmenu['6.1'] = 'Projects|http://research.sun.com/projects/'; oldmenu['6.2'] = 'Events|http://research.sun.com/events/'; oldmenu['6.3'] = 'Lab Downloads|http://research.sun.com/download/'; // these arrays control the flyout menus for the A1 component. there are three // arrays that control these menus. // // a1menuwrap -> defines html code that makes the menu box, this should NOT be altered // // a1hrefs -> this array uses a value (e.g. 'javamenu') to identify it's contents. this value // is also used by the a1menus array and can be any value you want it to be, it just // needs to be unique for each menu. the value of this variable is an array. it should // contain the text of the link that you wish the menu to be attached to (e.g. new Array('Java');) // although 'Java' is only one value, an array is used in case there are other languages // pointing to this one file. in that case you could use something like // "new Array('Communities','Comunidades');" so the menu will attach to either of those links. // // a1menus -> this array defines the menu width and menu content. in the a1menus['javamenu'] variable // the first value of it's array is 180, which sets the width of the menu, the second value // is the menus content. each line return of this value must end with \ in order for you to use // multiple lines to define this value. a1hrefs['javamenu'] = new Array('Java'); a1menus['javamenu'] = new Array(180,'\ \ '); a1hrefs['solarismenu'] = new Array('Solaris'); a1menus['solarismenu'] = new Array(280,'\ \ '); a1hrefs['communitiesmenu'] = new Array('Communities'); a1menus['communitiesmenu'] = new Array(400,'\
\
    \
  • Communities at Sun

    Networks connect more than computers. Find out more about Sun communities.

  • \
  • Developers

    Join the Sun Developer Network, a worldwide community of over 2 million developers, and get your BackStage Pass to technical information, developer tools, discounted books and training, and more.

  • \
  • System Administrators

    Find online articles and participate in community forums on the BigAdmin portal.

  • \
  • Investors

    Access Sun earnings announcements, annual reports, and company information.

  • \
  • Partners

    Sun\'s partner network delivers innovation and value to customers around the world.

  • \
\
\
    \
  • Education

    Find out about Sun programs, software, and systems for students and educators.

  • \
  • Press

    See the latest news from Sun, and hear what the industry is saying.

  • \
  • Research

    What\'s happening in Sun Labs?

  • \
  • Customers

    Success stories about business problems solved by collaboration with Sun.

  • \
  • Java Technology

    Find out what\'s happening with the Java programming language — in mobile devices, smart cards, and data centers.

  • \
  • Sun Blogs

    Join the conversation — meet the people at Sun who are passionate about their jobs.

  • \
\
\ '); a1hrefs['aboutmenu'] = new Array('About Sun'); a1menus['aboutmenu'] = new Array(400,'\
\
    \
  • Our Company

    Since our inception in 1982, the vision of "The Network is the Computer" has evolved into the Participation Age. We see everyone and everything participating on the network.

  • \
  • Sun News Center

    Get the latest news and information about Sun.

  • \
  • Investor Relations

    Find information and resources for Sun\'s investor community.

  • \
  • Executive Perspectives

    Get the latest inside thinking from Sun\'s executive leadership team.

  • \
  • Corporate Governance

    Sun has always been dedicated to the highest standards of business integrity, and over the past two decades we\'ve continually taken steps to reinforce that commitment.

  • \
\
\
    \
  • Corporate Responsibility

    The economic, environmental and social sustainability of the communities where we operate is among our top priorities.

  • \
  • Eco Responsibility

    Sun is committed to designing eco-responsible products and sharing information and technology so that we can all move forward to a more sustainable model.

  • \
  • Sun Microsystems Federal, Inc.

    Sun Microsystems Federal Inc., a wholly owned subsidiary of Sun Microsystems, Inc., manages strategic opportunities that bring Sun\'s solutions to the U.S. Federal government.

  • \
  • Employment at Sun

    Find jobs in countries around the globe.

  • \
  • Contact Sun

    Find a way to get in touch.

  • \
\
\ '); a1hrefs['howtobuymenu'] = new Array('How to Buy'); a1menus['howtobuymenu'] = new Array(280,'\ \ '); a1hrefs['accountmenu'] = new Array('My Account'); a1menus['accountmenu'] = new Array(280,'\ \ '); a1hrefs['cartmenu'] = new Array('Cart'); a1menus['cartmenu'] = new Array(160,'\ \ '); // ############################################################################ // BEGIN "SHARE THIS PAGE" STUFF // To turn off share page functionality for all pages linking to this file, comment out this entire section // To turn it off for an individual page, use in the (case insensitive) function getSafelyEncodedString(s) { // xss paranoia s = encodeURIComponent(s); s = s.replace(/"/,"""); s = s.replace(//,">"); return s; } var share_url = getSafelyEncodedString(location.href); var share_title = getSafelyEncodedString(document.title); var shareThisPage = '\
\ \ \ \ \ \ '; var links = document.getElementsByTagName('link'); var feed_url = null; var feed_title = null; var numFeeds = 0; for (var a=0; a 1) { shareThisPage += ''; } else if (numFeeds == 1) { shareThisPage += ''; } else { shareThisPage += ''; } shareThisPage += '
'; // END "SHARE THIS PAGE" STUFF // ############################################################################