/**   Jango					
 *    Version: 1.0										
 *    Release date: 15/03/2005							
 *    Copyright © 2000 - 2005 Miro International Pty Limited
 *    All Rights Reserved.									
**/															

var cmThemeJango =
{
  	// 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 src="images/blank.gif" alt="" height="8" width="8" border="0">',
  	// HTML code to the right of the folder item
  	mainFolderRight: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',
	// HTML code to the left of the regular item
	mainItemLeft: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',
	// HTML code to the right of the regular item
	mainItemRight: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',

	// sub menu display attributes

	// HTML code to the left of the folder item
	folderLeft: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',
	// HTML code to the right of the folder item
	folderRight: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',
	// HTML code to the left of the regular item
	itemLeft: '<img src="images/blank.gif" alt="" height="8" width="4" border="0">',
	// HTML code to the right of the regular item
	itemRight: '<img src="images/blank.gif" alt="" height="8" width="8" border="0">',
	// cell spacing for main menu
	mainSpacing: 0,
	// cell spacing for sub menus
	subSpacing: 0,
	// auto dispear time for submenus in milli-seconds
	delay: 100
};

// horizontal split, used only in sub menus
var cmThemeJangoHSplit = [_cmNoAction, '<td colspan="3" style="height: 1px; overflow: hidden"><div class="ThemeJangoMenuSplit"></div></td>'];
// horizontal split, used only in main menu
var cmThemeJangoMainHSplit = [_cmNoAction, '<td colspan="3"><div class="ThemeJangoMenuSplit"></div></td>'];
// vertical split, used only in main menu
var cmThemeJangoMainVSplit = [_cmNoAction, '<div class="ThemeJangoMenuVSplit"></div>'];
