function mmLoadMenus() {
  if (window.mm_menu_1102121101_0) return;
                                                          window.mm_menu_1102121101_0 = new Menu("root",184,17,"Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFFFFF","#AABBB1","#5C6D63","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_1102121101_0.addMenuItem("Only&nbsp;At&nbsp;Chatham&nbsp;Jewelers","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=20617', '_top');");
  mm_menu_1102121101_0.addMenuItem("Bracelets","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=20618', '_top');");
  mm_menu_1102121101_0.addMenuItem("Earrings","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=20619', '_top');");
  mm_menu_1102121101_0.addMenuItem("Necklace/Pendants","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=20620', '_top');");
  mm_menu_1102121101_0.addMenuItem("Mariners&nbsp;Collection","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=20621', '_top');");
  mm_menu_1102121101_0.addMenuItem("Pins","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=16468', '_top');");
  mm_menu_1102121101_0.addMenuItem("Rings","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=20622', '_top');");
  mm_menu_1102121101_0.addMenuItem("Clocks","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=19878', '_top');");
  mm_menu_1102121101_0.addMenuItem("Watches","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=20623', '_top');");
  mm_menu_1102121101_0.addMenuItem("The&nbsp;Cape&nbsp;Cod&nbsp;Collection","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=16472', '_top');");
  mm_menu_1102121101_0.addMenuItem("Diamond&nbsp;Jewelry","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=16489', '_top');");
  mm_menu_1102121101_0.addMenuItem("Men's&nbsp;Corner","window.open('cpoint201/category.htm?catalogStyleId=11&categoryId=20624', '_top');");
   mm_menu_1102121101_0.fontWeight="bold";
   mm_menu_1102121101_0.hideOnMouseOut=true;
   mm_menu_1102121101_0.bgColor='#000000';
   mm_menu_1102121101_0.menuBorder=1;
   mm_menu_1102121101_0.menuLiteBgColor='#000000';
   mm_menu_1102121101_0.menuBorderBgColor='#000000';
window.mm_menu_1108140434_0 = new Menu("root",105,17,"Arial, Helvetica, sans-serif",11,"#FFFFFF","#FFFFFF","#A9BAB0","#5D6E64","left","middle",3,0,1000,-5,7,true,false,true,0,true,true);
  mm_menu_1108140434_0.addMenuItem("Catalog&nbsp;2006","window.open('2006_catalog.pdf', '_blank');");
  mm_menu_1108140434_0.addMenuItem("Catalog&nbsp;2007","window.open('2007_catalog.pdf', '_blank');");
   mm_menu_1108140434_0.fontWeight="bold";
   mm_menu_1108140434_0.hideOnMouseOut=true;
   mm_menu_1108140434_0.bgColor='#000000';
   mm_menu_1108140434_0.menuBorder=1;
   mm_menu_1108140434_0.menuLiteBgColor='#000000';
   mm_menu_1108140434_0.menuBorderBgColor='#000000';

mm_menu_1108140434_0.writeMenus();
} // mmLoadMenus()





function MM_showMenu(menu, x, y, child, imgname) {
	if (!window.mmWroteMenu) return;
	MM_clearTimeout();
	if (menu) {
		var obj = FIND(imgname) || document.images[imgname] || document.links[imgname] || document.anchors[imgname];
		x = moveXbySlicePos (x, obj);
		y = moveYbySlicePos (y, obj);
	}
	if (document.layers) {
		if (menu) {
			var l = menu.menuLayer || menu;
			l.top = l.left = 1;
			hideActiveMenus();
			if (this.visibility) l = this;
			window.ActiveMenu = l;
		} else {
			var l = child;
		}
		if (!l) return;
		for (var i=0; i<l.layers.length; i++) { 			   
			if (!l.layers[i].isHilite) l.layers[i].visibility = "inherit";
			if (l.layers[i].document.layers.length > 0) MM_showMenu(null, "relative", "relative", l.layers[i]);
		}
		if (l.parentLayer) {
			if (x != "relative") l.parentLayer.left = x || window.pageX || 0;
			if (l.parentLayer.left + l.clip.width > window.innerWidth) l.parentLayer.left -= (l.parentLayer.left + l.clip.width - window.innerWidth);
			if (y != "relative") l.parentLayer.top = y || window.pageY || 0;
			if (l.parentLayer.isContainer) {
				l.Menu.xOffset = window.pageXOffset;
				l.Menu.yOffset = window.pageYOffset;
				l.parentLayer.clip.width = window.ActiveMenu.clip.width +2;
				l.parentLayer.clip.height = window.ActiveMenu.clip.height +2;
				if (l.parentLayer.menuContainerBgColor && l.Menu.menuBgOpaque ) l.parentLayer.document.bgColor = l.parentLayer.menuContainerBgColor;
			}
		}

		l.visibility = "inherit";
		if (l.Menu) l.Menu.container.visibility = "inherit";
	} else if (FIND("menuItem0")) {
		var l = menu.menuLayer || menu;	
		hideActiveMenus();
		if (typeof(l) == "string") l = FIND(l);
		window.ActiveMenu = l;
		var s = l.style;
		s.visibility = "inherit";
		if (x != "relative") {
			s.pixelLeft = x || (window.pageX + document.body.scrollLeft) || 0;
			s.left = s.pixelLeft + 'px';
		}
		if (y != "relative") {
			s.pixelTop = y || (window.pageY + document.body.scrollTop) || 0;
			s.top = s.pixelTop + 'px';
		}
		l.Menu.xOffset = document.body.scrollLeft;
		l.Menu.yOffset = document.body.scrollTop;
	}
	if (menu) window.activeMenus[window.activeMenus.length] = l;
	MM_clearTimeout();
}