// directory of where all the images are
var cmActeursNavBase = '/_plm/';

var cmActeursNav =
{
  	// main menu display attributes
  	//
  	// Note.  When the menu bar is horizontal,
  	// mainFolderLeft and mainFolderRight are
  	// put in <span></span>.  When the menu
  	// bar is vertical, they would be put in
  	// a separate TD cell.

  	// HTML code to the left of the folder item
  	mainFolderLeft: '', // '<img alt="" src="' + cmnavtopBase + 'blank.gif">',
  	// HTML code to the right of the folder item
  	//mainFolderRight: '<img align=absbottom border=0 alt="" src="' + cmnavtopBase + 'arrowdown.gif"></td><td style="height:100%;padding:0;border:0;"><span>&nbsp;&nbsp;&nbsp;',
  	mainFolderRight: '<img alt="" src="/images/pijl_omlaag.gif">',
	// HTML code to the left of the regular item
	mainItemLeft: '', //'<img alt="" src="' + cmnavtopBase + 'blank.gif">',
	// HTML code to the right of the regular item
	//mainItemRight: '<span style="line-height:17px">&nbsp;</span>', // '<img alt="" src="' + cmnavtopBase + 'blank.gif">',
	mainItemRight: '',
	// sub menu display attributes

	// HTML code to the left of the folder item
	folderLeft: '', // '<img alt="" src="' + cmnavtopBase + 'blank.gif">',
	// HTML code to the right of the folder item
	folderRight: '', // '<img alt="" src="' + cmnavtopBase + 'arrow.gif">',
	// HTML code to the left of the regular item
	itemLeft: '', // '<img alt="" src="' + cmnavtopBase + 'blank.gif">',
	// HTML code to the right of the regular item
	itemRight: '', // '<img alt="" src="' + cmnavtopBase + 'blank.gif">',
	// cell spacing for main menu
	mainSpacing: 0,
	mainPadding: 0,
	// cell spacing for sub menus
	subSpacing: 0,
	// auto dispear time for submenus in milli-seconds
	delay: 500
};

// for sub menu horizontal split
var cmActeursNavBaseHSplit = [_cmNoAction, ''];
// for vertical main menu horizontal split
var cmActeursNavBaseMainHSplit = [_cmNoAction, ''];
// for horizontal main menu vertical split
var cmActeursNavBaseMainVSplit = [_cmNoAction, ''];

cmCustomHideControl=function(state) {
	//if (location.hash=='#debug') alert(state);
	document.getElementById('homepage_video_player').style.visibility=state ? 'hidden' : '';
	document.getElementById('homepage_video_image').style.display=state ? '' : 'none';

	
}