// MASTHEAD MENUS CONTENT VARIABLES - v.beta.4
// COPYRIGHT SUN MICROSYSTEMS INC.
// QUESTIONS? webdesign -at- sun.com

// translation for See All link at the end of each menu
seeall = "See All";

// set this to the location of your local css & im directories
cssdir = "/suncss";
imdir = "/Im";

// sub menu width
mwidth = 150;

// array for all masthead menus
var navmenu = new Array();

// 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.

navmenu['1.0'] = 'Producto|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'] = 'Remanufactured Systems|http://www.sun.com/products-n-solutions/hw/remarketed/';
navmenu['1.6'] = 'Financing|http://www.sun.com/sales/leasing/';

navmenu['2.0'] = 'Downloads|http://www.sun.com/download/index.jsp';
navmenu['2.1'] = 'Solaris 10|http://www.sun.com/software/solaris/get.jsp';
navmenu['2.2'] = 'Java 2 Standard Edition|http://java.sun.com/j2se/downloads/index.html';
navmenu['2.3'] = 'Developer Tools|http://java.sun.com/webservices/downloads/webservicespack.html';
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 &amp; Updates|http://www.sun.com/download/index.jsp?cat=Patches%20%26%20Updates&tab=3';

navmenu['3.0'] = 'Services &amp; Solutions|http://www.sun.com/servicesolutions/';
navmenu['3.1'] = 'Industry Solutions|http://www.sun.com/servicesolutions/industries/';
navmenu['3.2'] = 'Infrastructure Solutions|http://www.sun.com/servicesolutions/infrastructure/';
navmenu['3.3'] = 'Sun Grid Services|http://www.sun.com/service/sungrid/overview.html';
navmenu['3.4'] = 'Services Programs for Partners|http://www.sun.com/service/partner/index.html';

navmenu['4.0'] = 'Support|/';
navmenu['4.1'] = 'Knowledgebase|http://sunsolve.sun.com/pub-cgi/show.pl?target=home';
navmenu['4.2'] = 'Sun System Handbook|http://sunsolve.sun.com/handbook_pub/';
navmenu['4.3'] = 'Patches &amp; Updates|/show.pl?target=patchpage';
navmenu['4.4'] = 'Documentation|http://www.sun.com/documentation/';
navmenu['4.5'] = 'Warranties &amp; Support Contracts|http://www.sun.com/service/warrantiescontracts/';

navmenu['5.0'] = 'Training|http://www.sun.com/training/';
navmenu['5.1'] = 'Course Catalog|http://www.sun.com/training/certification/';
navmenu['5.2'] = 'Certification|http://www.sun.com/training/team/';
navmenu['5.3'] = 'Consulting Solutions|index.html';

navmenu['6.0'] = 'Research|http://research.sun.com/';
navmenu['6.1'] = 'Projects|http://research.sun.com/projects/';
navmenu['6.2'] = 'Events|http://research.sun.com/events/';
navmenu['6.3'] = 'Lab Downloads|http://research.sun.com/download/';
