// MASTHEAD MENUS CONTENT VARIABLES - v.2.1 // COPYRIGHT SUN MICROSYSTEMS INC. // QUESTIONS? webdesign -at- sun.com // SUN.COM link set v3.1 // translation for See All link at the end of each menu var seeall = "See All"; // set this to the location of your local im directories var imdir = "/im"; // sub menu width var mwidth = 150; // 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|/products/'; navmenu['1.1'] = 'Software|/software/'; navmenu['1.2'] = 'Desktop Systems|/desktop/'; navmenu['1.3'] = 'Servers|/servers/'; navmenu['1.4'] = 'Storage|/storage/'; navmenu['1.5'] = 'Trade-In Program|/tradeins/'; navmenu['1.6'] = 'Remanufactured Systems|/ibb/remanufactured'; navmenu['1.7'] = 'Financing|/sales/leasing/'; navmenu['2.0'] = 'Downloads|/download/'; navmenu['2.1'] = 'Solaris 10|/software/solaris/get.jsp'; navmenu['2.2'] = 'Java 2 Standard Edition|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|/download/index.jsp?tab=5'; navmenu['2.5'] = 'New Downloads|/download/index.jsp?tab=4'; navmenu['2.6'] = 'Patches & Updates|/download/index.jsp?cat=Patches%20%26%20Updates&tab=3'; navmenu['3.0'] = 'Services & Solutions|/servicessolutions/'; navmenu['3.1'] = 'Industry Solutions|/servicessolutions/industries/'; navmenu['3.2'] = 'Service Plans & Warranties|/service/warrantiescontracts/'; navmenu['3.3'] = 'Consulting & IT Services|/service/consulting/'; navmenu['3.4'] = 'Grid Computing|/service/grid '; navmenu['3.5'] = 'Utility Computing|/service/sungrid/overview.jsp'; navmenu['3.6'] = 'Managed Services|/service/managedservices/'; navmenu['3.7'] = 'Secure IT Network Services|/service/sunconnection/'; navmenu['3.8'] = 'Sun Solutions Portfolio|/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|/documentation/'; navmenu['4.5'] = 'Service Plans & Warranties|/service/warrantiescontracts/'; navmenu['4.6'] = 'Solaris 10 Support|/software/solaris/support.jsp'; navmenu['5.0'] = 'Training|/training/'; navmenu['5.1'] = 'Course Catalog|/training/catalog/'; navmenu['5.2'] = 'Certification|/training/certification/'; navmenu['5.3'] = 'Consulting Solutions|/training/team/'; navmenu['6.0'] = 'Developer|http://developers.sun.com/'; navmenu['6.1'] = 'Join Sun Developer Network|https://softwarereg.sun.com/registration/developer/en_US/login?create=1'; 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'; // 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/';