// directory of where all the images are
var cmThemePanelBase = 'http://www.freedomszone.com/menu/';
//
//
//  inserting the drop down variables
//
//
var myMenuAbout =
[
	['','About','http://www.freedomszone.com/mission.php','_self','',
		['','Mission','http://www.freedomszone.com/mission.php','_self',''],
		['','Faqs','http://www.freedomszone.com/faqs.php','_self',''],
		['','Privacy Policy','http://www.freedomszone.com/','_self',''],
		['','Contact','http://www.freedomszone.com/','_self',''],
		['','Site Map','http://www.freedomszone.com/','_self','']
	],
	['','Blog','http://www.freedomszone.com/blog.php','_self','',
		['','Latest','http://www.freedomszone.com/blog.php','_self',''],
		['','Syndicate','http://www.freedomszone.com/syndicate.php','_self',''],
		['','Archives','http://www.freedomszone.com/archives.php','_self',''],
		['','Topics','http://www.freedomszone.com/topics.php','_self',''
,['','Action Items','http://www.freedomszone.com/archives/action_items/','_self',''],['','Admin','http://www.freedomszone.com/archives/admin/','_self',''],['','Afghanistan','http://www.freedomszone.com/archives/afghanistan/','_self',''],['','Border Issues','http://www.freedomszone.com/archives/border_issues/','_self',''],['','China','http://www.freedomszone.com/archives/china/','_self',''],['','Culture','http://www.freedomszone.com/archives/culture/','_self',''],['','Darfur','http://www.freedomszone.com/archives/darfur/','_self',''],['','Democracy And Freedom Issues','http://www.freedomszone.com/archives/democracy_and_freedom_issues/','_self',''],['','Dhimmitude','http://www.freedomszone.com/archives/dhimmitude/','_self',''],['','Eurabia ?','http://www.freedomszone.com/archives/eurabia_/','_self',''],['','Faith Issues','http://www.freedomszone.com/archives/faith_issues/','_self',''],['','Follies Of The Mainstream Media','http://www.freedomszone.com/archives/follies_of_the_mainstream_medi/','_self',''],['','Free Speech Issues','http://www.freedomszone.com/archives/free_speech_issues/','_self',''],['','General','http://www.freedomszone.com/archives/general/','_self',''],['','Global Warming','http://www.freedomszone.com/archives/global_warming/','_self',''],['','Humor','http://www.freedomszone.com/archives/humor/','_self',''],['','Illegal Aliens In the U.S.','http://www.freedomszone.com/archives/illegal_aliens_in_the_us/','_self',''],['','International News','http://www.freedomszone.com/archives/international_news/','_self',''],['','Iran','http://www.freedomszone.com/archives/iran/','_self',''],['','Iraq','http://www.freedomszone.com/archives/iraq/','_self',''],['','Islamic Issues','http://www.freedomszone.com/archives/islamic_issues/','_self',''],['','Israel','http://www.freedomszone.com/archives/israel/','_self',''],['','Jihad','http://www.freedomszone.com/archives/jihad/','_self',''],['','Lebanon','http://www.freedomszone.com/archives/lebanon/','_self',''],['','Life Issues','http://www.freedomszone.com/archives/life_issues/','_self',''],['','Media  Bias Against Freedom','http://www.freedomszone.com/archives/media_bias_against_freedom/','_self',''],['','Middle East','http://www.freedomszone.com/archives/middle_east/','_self',''],['','Middle East Terrorism','http://www.freedomszone.com/archives/middle_east_terrorism/','_self',''],['','MSM Follies','http://www.freedomszone.com/archives/msm_follies/','_self',''],['','North Korea','http://www.freedomszone.com/archives/north_korea/','_self',''],['','Oil','http://www.freedomszone.com/archives/oil/','_self',''],['','Oriana Fallaci','http://www.freedomszone.com/archives/oriana_fallaci/','_self',''],['','Pakistan','http://www.freedomszone.com/archives/pakistan/','_self',''],['','Political Issues','http://www.freedomszone.com/archives/political_issues/','_self',''],['','Religious Freedom','http://www.freedomszone.com/archives/religious_freedom/','_self',''],['','Stand Up For Denmark','http://www.freedomszone.com/archives/stand_up_for_denmark/','_self',''],['','Starwars','http://www.freedomszone.com/archives/starwars/','_self',''],['','Sudan','http://www.freedomszone.com/archives/sudan/','_self',''],['','Terrorism','http://www.freedomszone.com/archives/terrorism/','_self',''],['','Tyranny','http://www.freedomszone.com/archives/tyranny/','_self',''],['','United Nations','http://www.freedomszone.com/archives/united_nations/','_self',''],['','Venezuela','http://www.freedomszone.com/archives/venezuela/','_self',''],['','War On Terror','http://www.freedomszone.com/archives/war_on_terror/','_self','']]
	],
	['','Aggregator','http://www.freedomszone.com/aggregator.php','_self','',
		['','Recent News','http://www.freedomszone.com/aggregator.php','_self',''],
		['','Members','http://www.freedomszone.com/members.php','_self',''],
		['','Join','http://www.freedomszone.com/index.php?target=forms&name=join','_self','']
	],

	['','Store','http://www.freedomszone.com/index.php?mode=catalog','_self','',
		['','Catalog','http://www.freedomszone.com/index.php?mode=catalog','_self',''],
		['','Specials','http://www.freedomszone.com/index.php?target=search','_self',''],
		['','Search','http://www.freedomszone.com/index.php?target=search','_self',''],
		['','Support','http://www.freedomszone.com','_self','']
	],
	['','My Account','http://www.freedomszone.com/index.php?target=auth&mode=login_form','_self','']
,
	['','Cart','http://www.freedomszone.com/index.php?target=cart','_self','']
,
	['','Search','http://www.freedomszone.com/search.php','_self','']

];






// the follow block allows user to re-define theme base directory
// before it is loaded.
try
{
	if (myThemePanelBase)
	{
		cmThemePanelBase = myThemePanelBase;
	}
}
catch (e)
{
}

var cmThemePanel =
{
  	// 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="' + cmThemePanelBase + 'blank.gif">',
  	// HTML code to the right of the folder item
  	mainFolderRight: '<img alt="" src="' + cmThemePanelBase + 'blank.gif">',
	// HTML code to the left of the regular item
	mainItemLeft: '<img alt="" src="' + cmThemePanelBase + 'blank.gif">',
	// HTML code to the right of the regular item
	mainItemRight: '<img alt="" src="' + cmThemePanelBase + 'blank.gif">',

	// sub menu display attributes

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

// for sub menu horizontal split
var cmThemePanelHSplit = [_cmNoClick, '<td colspan="3" style="height: 5px; overflow: hidden"><div class="ThemePanelMenuSplit"></div></td>'];
// for vertical main menu horizontal split
var cmThemePanelMainHSplit = [_cmNoClick, '<td colspan="3" style="height: 5px; overflow: hidden"><div class="ThemePanelMenuSplit"></div></td>'];
// for horizontal main menu vertical split
var cmThemePanelMainVSplit = [_cmNoClick, '|'];
