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

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

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

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

// link set v1.0 -- change this version when changing link content
navmenu['1.0'] = 'Producten|http://catalog.sun.com/index.xml?site=NL_DUT';
navmenu['1.1'] = 'Software|http://catalog.sun.com/productgroup.xml?site=NL_DUT&catalogue=FC&segment=FC_R&item=FC_SC_CAT&group=2014';
navmenu['1.2'] = 'Desktop-systemen|http://catalog.sun.com/productgroup.xml?site=NL_DUT&catalogue=FC&segment=FC_R&item=FC_SC_CAT&group=2005';
navmenu['1.3'] = 'Servers|http://catalog.sun.com/productgroup.xml?site=NL_DUT&catalogue=FC&segment=FC_R&item=FC_SC_CAT&group=2010';
navmenu['1.4'] = 'Opslag|http://catalog.sun.com/productgroup.xml?site=NL_DUT&catalogue=FC&segment=FC_R&item=FC_SC_CAT&group=2013';
navmenu['1.5'] = 'Gereviseerde systemen|http://catalog.sun.com/productgroup.xml?site=NL_DUT&catalogue=FC&segment=FC_R&item=FC_SC_CAT&group=2009';
navmenu['1.6'] = 'Financiering|http://nl.sun.com/producten/smf/index.html';

navmenu['2.0'] = 'Downloads|http://www.sun.com/download/';
navmenu['2.1'] = 'Solaris 10|http://sun.com/software/solaris/get.jsp';
navmenu['2.2'] = 'Java 2 Standard Edition|http://java.sun.com/j2se/downloads/';
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'] = 'Nieuwe 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://nl.sun.com/servicessolutions/';
navmenu['3.1'] = 'Industry Solutions|http://www.sun.com/servicessolutions/industries/';
navmenu['3.2'] = 'Infrastructure Solutions|http://www.sun.com/servicessolutions/infrastructure/';
navmenu['3.3'] = 'The Sun Grid|http://www.sun.com/service/sungrid/overview.html';
navmenu['3.4'] = 'Service programma`s voor partners|http://www.sun.com/service/partner/';

navmenu['4.0'] = 'Support|http://nl.sun.com/support/';
navmenu['4.1'] = 'Bibliotheek|http://sunsolve.sun.com/pub-cgi/show.pl?target=home';
navmenu['4.2'] = 'Handboek Sun systemen|http://sunsolve.sun.com/handbook_pub/';
navmenu['4.3'] = 'Patches &amp; Updates|http://www.sun.com/download/index.jsp?cat=Patches%20%26%20Updates&tab=3';
navmenu['4.4'] = 'Documentatie|http://www.sun.com/documentation/';
navmenu['4.5'] = 'Garantie &amp; Supportcontract|http://www.sun.com/service/warrantiescontracts/';

navmenu['5.0'] = 'Training|https://www.suntrainingcatalogue.com/eduserv/redirect/en_NL';
navmenu['5.1'] = 'Trainingcatalogus|https://www.suntrainingcatalogue.com/eduserv/redirect/en_NL';
navmenu['5.2'] = 'Certificatie|https://www.suntrainingcatalogue.com/eduserv/curl/certifications_nl';
navmenu['5.3'] = 'Consulting|https://www.suntrainingcatalogue.com/eduserv/curl/consulting_nl';

navmenu['6.0'] = 'Over Sun|http://nl.sun.com/oversun/';
navmenu['6.1'] = 'Evenementen|http://nl.sun.com/evenementen/';
navmenu['6.2'] = 'Pers|http://nl.sun.com/oversun/persberichten/';
navmenu['6.3'] = 'Sun Locaties|http://nl.sun.com/companyinfo/adressen/index.html';
navmenu['6.4'] = 'Vacatures|http://nl.sun.com/vacatures_sun/';
//navmenu['6.5'] = 'Aanbiedingen|http://nl.sun.com/aanbiedingen/';

