/* --- menu items --- */
var MENU_ITEMS0 = [
	['Cufflinks', 'index.php?page=catalog&type=allCufflinks', null,
		['English', 'index.php?page=catalog&type=englishCufflinks'],					
		['Hebrew', 'index.php?page=catalog&type=hebrewCufflinks'],					
		['Classic', 'index.php?page=catalog&type=classicCufflinks'],					
	],
	['Tallis Clips', 'index.php?page=catalog&type=tallisClips', null],

	['Rings', 'index.php?page=catalog&type=allRings', null,
		['English', 'index.php?page=catalog&type=englishRings'],					
		['Hebrew', 'index.php?page=catalog&type=hebrewRings'],					
	],
	
	['Name Necklaces', 'index.php?page=necklaces', null ],

	['More Works of Art', 'index.php?page=catalog&type=moreWorksOfArt', null ]
];

