/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/


/* DEVELOPMENT VERSION:  "http://localhost/DowArtists_Test/"     */
/* TEST VERSION:  "http://www.dowartists.com/test/"              */
/* PRODUCTION VERSION:  "http://dowartists.com/"                 */


/**********************************************************************************
***********************************************************************************
**********************************************************************************/

var ROOT_URL = "http://www.dowartists.com/";

/**********************************************************************************
***********************************************************************************
**********************************************************************************/

var MENU_ITEMS =[
	["Home", ROOT_URL],
	["Artists", ROOT_URL + "artists/"],
	/* ["Conductors", ROOT_URL + "conductors/index.htm"],
	*/

/*
	["News", "",
		["", ""],  /* Submenu Starter */
/*		["Press Releases", ROOT_URL + "news/pressreleases.htm"],
		["What's New", ROOT_URL + "news/whatsnew.htm"]
	],
*/
	["Services", "",
		["", ""],  /* Submenu Starter */
		["For All Presenters", ROOT_URL +  "services/forallpresenters.htm"],
		["For Nonprofit Presenters", ROOT_URL + "services/fornonprofitpresenters.htm"],
		["Granting Organizations", ROOT_URL +  "services/grantingorganizations.htm"],
		["Forms >", "",
			["", ""],  /* Submenu Starter */
			["Make an Offer for an Artist", ROOT_URL + "forms/makeanoffer.htm", {'tw' : '_blank'}],
			/*
			["Make an Offer for a Conductor", ROOT_URL + "forms/makeanofferconductor.htm", {'tw' : '_blank'}],
			*/
			["Artist Representation Request", ROOT_URL + "forms/representationrequest.htm", {'tw' : '_blank'}]
		],
	],

	["Gallery", ROOT_URL + "photo_gallery/"],

	["Links", "",
		["", ""],  /* Submenu Starter */
		["Regional Conferences", ROOT_URL + "links/regionalconferences.htm"],
		["Foundations", ROOT_URL + "links/foundations.htm"],
		/*
		["Local Artists", ROOT_URL + "links/localartists.htm"]
		*/
	],
		
	["About Us", "",
		["", ""],  /* Submenu Starter */
		["About Dow Artists, Inc.", ROOT_URL + "about/index.htm"],
		["Our Agents", ROOT_URL + "about/agents.htm"],
		/*
		["Contact Us", ROOT_URL + "about/contact.htm"],
		*/
		["References", ROOT_URL + "about/references.htm"],
		["Frequently Asked Questions", ROOT_URL + "about/faq.htm"]
		/*
		["Send Us Feedback", ROOT_URL + "forms/feedback.htm", {'tw' : '_blank'}]
		*/
	],

	["Contact", ROOT_URL + "about/contact.htm"],

	["Feedback", ROOT_URL + "forms/feedback.htm", {'tw' : '_blank'}],

/*		
	["Site Search", ROOT_URL + "search.htm"]
*/

];



