﻿var link = document.createElement('link');
link.setAttribute('href', '../CSS/theme.css');
link.setAttribute('rel', 'stylesheet');
link.setAttribute('type', 'text/css');
var head = document.getElementsByTagName('head').item(0);
head.appendChild(link);
var cmThemeMatchBV1 = {
  // main menu display attributes
   mainFolderLeft: ''      // HTML code to the left of the folder item
  ,mainFolderRight: ''     // HTML code to the right of the folder item
  ,mainItemLeft: ''        // HTML code to the left of the regular item
  ,mainItemRight: ''       // HTML code to the right of the regular item
  // sub menu display attributes
  ,folderLeft: ''          // HTML code to the left of the folder item
  ,folderRight: ''         // HTML code to the right of the folder item
  ,itemLeft: ''            // HTML code to the left of the regular item
  ,itemRight: ''           // HTML code to the right of the regular item
  // spacing and delay
  ,mainSpacing: 0	   // cell spacing for main menu
  ,subSpacing: 0	   // cell spacing for sub menus
  ,delay: 100	       // auto dispear time for submenus in milli-seconds
};
// splits
var cmThemeMatchBVHSplit = [_cmNoClick, '<td colspan="3" style="height: 3px; overflow: hidden"><div class="ThemeMatchBVMenuSplit"><\/div><\/td>'];
var cmThemeMatchBVMainHSplit = [_cmNoClick, '<td colspan="3"><div class="ThemeMatchBVMenuSplit"><\/div><\/td>'];
var cmThemeMatchBVMainVSplit = [_cmNoClick, '<div class="ThemeMatchBVMenuVSplit"><\/div>'];
var jsCookMenu1 = [
  [null, 'home', 'Default.aspx', '_self', 'home']
, [null, 'wie zijn wij', 'ShowPage.aspx?pg=Wiezijnwij', '_self', 'wie zijn wij'
, [null, 'contact', 'Contact.aspx', '_self', 'contact']
, [null, 'medewerkers', 'ShowPage.aspx?pg=Medewerkers', '_self', 'medewerkers']
, [null, 'werken bij Match', 'ShowPage.aspx?pg=Werkenbijmatch', '_self', 'werken bij Match']
, [null, 'uitgangspunten', 'ShowPage.aspx?pg=Uitgangspunten', '_self', 'uitgangspunten']
, [null, 'routebeschrijving', 'ShowPage.aspx?pg=Routebeschrijving', '_self', 'routebeschrijving']]
, [null, 'opdrachtgevers', 'ShowPage.aspx?pg=Opdrachtgevers', '_self', 'opdrachtgevers']
, [null, 'uw branche', null, null, 'uw branche'
, [null, 'centrale overheid', 'ShowPage.aspx?pg=Centraleoverheid', '_self', 'centrale overheid']
, [null, 'telecom', 'ShowPage.aspx?pg=Telecom', '_self', 'telecom']
, [null, 'ict', 'ShowPage.aspx?pg=ICT', '_self', 'ict']
, [null, 'uitgeverij', 'ShowPage.aspx?pg=Uitgeverij', '_self', 'uitgeverij']
, [null, 'pharma', 'ShowPage.aspx?pg=Pharma', '_self', 'pharma']
, [null, 'call center', 'ShowPage.aspx?pg=Callcenter', '_self', 'call center']
, [null, 'automotive', 'ShowPage.aspx?pg=Automotive', '_self', 'automotive']
, [null, 'bank', 'ShowPage.aspx?pg=Bank', '_self', 'bank']]
, [null, 'trainingen', 'Trainingen.aspx', '_self', 'trainingen']
, [null, 'aanbod', 'ShowPage.aspx?pg=Aanbod', '_self', 'aanbod'
, [null, 'commercie', 'ShowPage.aspx?pg=Commercie', '_self', 'commercie']
, [null, 'communicatie', 'ShowPage.aspx?pg=Communicatie', '_self', 'communicatie']
, [null, 'klantgerichtheid', 'ShowPage.aspx?pg=Klantgerichtheid', '_self', 'klantgerichtheid']
, [null, 'management en leiderschap', 'ShowPage.aspx?pg=Management', '_self', 'management en leiderschap']
, [null, 'teambuilding', 'ShowPage.aspx?pg=Teambuilding', '_self', 'teambuilding']]
, [null, 'Netwerken', 'ShowPage.aspx?pg=Netwerken', '_self', 'Netwerken']
];
cmDraw ( 'jsCookMenuID1', jsCookMenu1, 'hbr', cmThemeMatchBV1, 'ThemeMatchBV' );
