
var TREE_ITEMS = [
	['Home', 'index.html',
		['Categories', 'gencat.php',
		['Display by categories', 'gencat.php'],
		
		],
	
		['Artists', 'display.php',
				['Display by artists', 'display.php'],
			],
		['Events', 'events.php?op=smallcal',
				['Todays events', 'events.php?op=smallcal'],
				
		],
		['Buyers login', 'login.php',
				['Sign in', 'login.php'],
				['Password forgotten', 'password_forgotten.php'],
		],
		['Guest book', 'guestbook.php',
				['View comments', 'guestbook.php'],
				['Add comment', 'guestbook.php'],
		],
		['Artists login', 'artist/login.php',
				['FAQ for artists', 'artist/login.php'],
				['Add/Edit products', 'artist/artist.php'],
				['Change Profile', 'artist/artist.php?cmdmofiy=Change profile'],
				['Change Password', 'artist/artist.php?cmdpassword=Change Password'],
		],
		['Search', 'advanced_search.php',
				['Search by category','advanced_search.php'],
		],
		['About us', 'aboutus.php'],
		['Contact us', 'contactus.php'],
		['Terms and conditions', 'termscond.php'],
		['Privacy policy', 'privacypolicy.php'],
		['FAQ', 'FAQ.php'],

		
	]
];

