/*
 * ThemeGray by Ian Reyes and Heng Yuan
 */

var cmThemeGray =
{
	prefix:	'ThemeGray',
  	// 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: '',
  	// HTML code to the right of the folder item
  	mainFolderRight: '',
	// HTML code to the left of the regular item
	mainItemLeft: '',
	// HTML code to the right of the regular item
	mainItemRight: '',

	// sub menu display attributes

	// HTML code to the left of the folder item
	folderLeft: '>',
	// HTML code to the right of the folder item
	folderRight: '>',
	// HTML code to the left of the regular item
	itemLeft: '&nbsp;',
	// HTML code to the right of the regular item
	itemRight: '&nbsp;',
	// cell spacing for main menu
	mainSpacing: 0,
	// cell spacing for sub menus
	subSpacing: 0,
	// auto dispear time for submenus in milli-seconds
	delay: 200

	// rest use default settings
};

// for sub menu horizontal split
var cmThemeGrayHSplit = [_cmNoClick, '<td colspan="3" class="ThemeGrayMenuSplit"><div class="ThemeGrayMenuSplit"></div></td>'];
// for vertical main menu horizontal split
var cmThemeGrayMainHSplit = [_cmNoClick, '<td colspan="3" class="ThemeGrayMenuSplit"><div class="ThemeGrayMenuSplit"></div></td>'];
// for horizontal main menu vertical split
var cmThemeGrayMainVSplit = [_cmNoClick, ''];

var myMenu = 
[
['', 'Home', 'index.html', '', 'Home page'], _cmSplit,
['', 'Bruidsmode', '', '', 'Bruidsmode',
['', 'Linea Raffaëlli', 'bruidsmode1.html', '', 'Bruidsmode Linea Raffaëlli'],
['', 'Marylise', 'bruidsmode2.html', '', 'Bruidsmode Marylise'],
['', 'Rembo Styling', 'bruidsmode4.html', '', 'Bruidsmode Rembo Styling'],
['', 'Demetrios', 'bruidsmode6.html', '', 'Bruidsmode Demetrios'],
['', 'Cosmobella', 'bruidsmode7.html', '', 'Bruidsmode Cosmobella'],
['', 'Modeca', 'bruidsmode3.html', '', 'Bruidsmode Modeca'],
['', 'Tia', 'bruidsmode5.html', '', 'Bruidsmode Tia'],
['', 'Talyna Lyn', 'bruidsmode8.html', '', 'Bruidsmode Talyna Lyn'],
['', 'Oreasposa', 'bruidsmode9.html', '', 'Bruidsmode Oreasposa'],
], _cmSplit,
['', 'Suite & Cocktail', 'suite.html', '', 'Suite & Cocktail'], _cmSplit,
['', 'Accessoires', 'accessoires.html', '', 'Accessoires'], _cmSplit,
['', 'Events', 'events.html', '', 'Events'], _cmSplit,
['', 'Advertenties', 'advertenties.html', '', 'Advertenties'], _cmSplit,
['', 'Contact', 'contact.html', '', 'Contact']
];

