City of Corona | Home 0) { document.getElementsByTagName(“html”)[0].classList.add(“apple-product”); } } })(); ]]>
Please enable JavaScript in your browser for a better user experience.
li>a[data-navid=”1″]’).closest(‘li’).addClass(‘active’); }); ]]> .megamenu_container’; var activePage = $(“.mainnav .dropdownmenu > li.active”); $(“.mainnav > .dropdownmenu > li”).hoverIntent( //what happens on hover over function () { //end timer and stop hiding if they are mousing back in. if (timer != null) { clearTimeout(timer); timer = null; } // Find the hovered menu’s sub-menu var $menu = $(this); var $submenu = $(this).find(dropdowncontainer); // hide any other submenus that are open $(‘.mainnav > .dropdownmenu>li’ + dropdowncontainer).not($submenu).css(‘display’, ‘none’); $(‘.mainnav > .dropdownmenu li.active’).not($menu).not(activePage).removeClass(‘active’); // show current menu $submenu.css(‘display’, ‘block’); $menu.addClass(‘active’); }, //what happens on mouse out function () { var $submenu = $(this).find(dropdowncontainer); var $menu = $(this); // delay disappearance var mouseDelay = $(this).data(“mouseDelay”) || delay; clearTimeout(timer); timer = setTimeout(function () { $submenu.css(‘display’, ‘none’); $menu.not(activePage).removeClass(‘active’); clearTimeout(timer); timer = null; }, mouseDelay); } ); $(‘body’).bind(‘keyup’, function (event) { if (event.keyCode == 9) { // Find the hovered menu’s sub-menu var $menu = $(event.target).closest(‘li’); if ($menu.hasClass(‘megamenu_first’)) { var $submenu = $menu.find(dropdowncontainer); // hide any other submenus that are open $(‘.mainnav > .dropdownmenu>li’ + dropdowncontainer).not($submenu).css(‘display’, ‘none’); $(‘.mainnav > .dropdownmenu li.active’).not($menu).not(activePage).removeClass(‘active’); // show current menu $submenu.css(‘display’, ‘block’); $menu.addClass(‘active’); } } }); }); ]]> -1 || userAgent.indexOf(“Trident/”) > -1; } function isIE9(userAgent) { userAgent = userAgent || navigator.userAgent; return userAgent.indexOf(“MSIE 9”) > -1; } function isTouchScreenEvent(event) { var _isTouchScreen = false; if (“ontouchstart” in window) { _isTouchScreen = true; } else if (“onpointerdown” in window) { _isTouchScreen = event.originalEvent.pointerType == “touch”; } else if (window.MSPointerEvent) { _isTouchScreen = event.originalEvent.pointerType == event.originalEvent.MSPOINTER_TYPE_TOUCH; // 2 ; http://blogs.msdn.com/b/ie/archive/2011/09/20/touch-input-for-ie10-and-metro-style-apps.aspx } else { } return _isTouchScreen; } var _isIE = isIE(); var _isIE9 = isIE9(); var isMegaMenu = $(‘.megamenu_first’, menuContainer).length > 0; var currentMenu = $(‘> ul.dropdownmenu > li.active’, menuContainer); $(function () { if (currentMenu.length == 0) currentMenu = $(‘> ul.dropdownmenu > li.active’, menuContainer); }); if ((“ontouchstart” in window // Chrome & Safari (IOS) && Firefox || “onpointerdown” in window // IE 11 || window.MSPointerEvent // IE 10 ) && ($(window).width() > 648)) { var eventName = “ontouchstart” in window ? “touchstart” : “onpointerdown” in window ? “pointerdown” : window.MSPointerEvent ? “MSPointerDown” : “”; if (eventName.length > 0) { $(‘> ul.dropdownmenu li>a[data-navid]’, menuContainer).bind(eventName, function (event) { if (isTouchScreenEvent(event) == false) { return true; } var currentLevelAnchor = $(this); var currentLeveLi = currentLevelAnchor.closest(“li”); var firstLevelLi = currentLevelAnchor.closest(“li[id^=’dropdownrootitem’]”); var firstLevelAnchor = firstLevelLi.find(“>a[data-navid]”); var inFirstLevel = currentLevelAnchor[0] == firstLevelAnchor[0]; var hasSubMenu = currentLevelAnchor.next(“ul,div”).length > 0; if (hasSubMenu) { $(this).closest(“li”).data(“mouseDelay”, 1); // Menu is not selected if (!firstLevelLi.hasClass(‘touch-active’)) { if ($(this).attr(“href”)) { $(this).attr(“data-href”, $(this).attr(“href”)); $(this).attr(“href”, “javascript:void(0);”); } $(menuContainer).find(‘.touch-active’).removeClass(‘touch-active’).not(currentMenu).removeClass(‘active’); firstLevelLi.addClass(‘touch-active active’); currentLevelAnchor.addClass(‘touch-active active’); currentMenu.addClass(“active”); $(‘ li:not(.touch-active)’, menuContainer).not(firstLevelLi).removeClass(‘_current’); $(‘ li:not(.touch-active) li’, menuContainer).not(currentLeveLi).removeClass(‘_current’); $(‘> ul.dropdownmenu > li:not(.touch-active) > a[data-navid]’, menuContainer).next().css(‘display’, ‘none’); $(‘> ul.dropdownmenu > li.touch-active > a[data-navid]’, menuContainer).next().css(‘display’, ‘block’); event.preventDefault(); } // Menu is selected else { if (inFirstLevel) { // non clickable if (currentLevelAnchor.attr(‘href’) == undefined) { //has class touch-active and no link removeClassAndHideMenu(); event.preventDefault(); } else if ($(this).attr(“data-href”)) { //clickable, but href have been moved to data. $(this).attr(“href”, $(this).attr(“data-href”)); } } else { if (isMegaMenu) return true; if (!currentLeveLi.hasClass(‘touch-active’)) { if ($(this).attr(“href”)) { $(this).attr(“data-href”, $(this).attr(“href”)); $(this).attr(“href”, “javascript:void(0);”); } $(firstLevelLi).find(‘.touch-active’).removeClass(‘touch-active’).not(currentMenu).removeClass(‘active’); currentLeveLi.parent().children(“li._current”).removeClass(“_current”); currentLeveLi.addClass(‘touch-active active _current’); currentLevelAnchor.addClass(‘touch-active active’); //$(‘ li:not(.touch-active)’, menuContainer).not(firstLevelLi).removeClass(‘_current’); //$(‘ li:not(.touch-active) li’, menuContainer).not(currentLeveLi).removeClass(‘_current’); $(‘ li:not(.touch-active) > a[data-navid]’, currentLeveLi.parent()).next().css(‘display’, ‘none’); $(‘> li.touch-active > a[data-navid]’, currentLeveLi.parent()).next().css(‘display’, ‘block’); event.preventDefault(); } else { if (currentLevelAnchor.attr(‘href’) == undefined) { //has class touch-active and no link removeClassAndHideMenu(); event.preventDefault(); } else if ($(this).attr(“data-href”)) { $(this).attr(“href”, $(this).attr(“data-href”)); } } } } } }); } } function removeClassAndHideMenu() { $(menuContainer).find(‘a.touch-active, li.touch-active’).removeClass(‘touch-active active’); $(‘> ul.dropdownmenu > li > a[data-navid]’, menuContainer).next().css(‘display’, ‘none’); // If we don’t change the menu item, we should keep the old one. if ($(‘> ul.dropdownmenu > li.active’, menuContainer).length == 0) { currentMenu.addClass(“active”); } } $(‘body’).bind(eventName, function (event) { if (isTouchScreenEvent(event) == false) { return true; } if (!$(event.target).closest(‘li.touch-active’).length) { removeClassAndHideMenu(); } }); } //); ]]> Summer Concerts are Back!
Summer fun is back in season with the return of Corona’s Summer Concert Series!
More > >
Personalized Leather Passport Cover Holder and Luggage Tag Set for Women with Flower Birth and Name, Custom Engraved Passport Cover Suitcase Tag with Name | Teal
$24.95 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)PEGAI Personalized Leather, Passport Holder For Travel | Handmade Passport Wallet Cover Case | Travel Document Holder, Passport Cover for Men, Women, and Family | Pike (Cinnamon Brown)
$42.97 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Genuine Full Grain Leather Passport Cover Field Notes Cover Wallet, Gift for Traveler, Passport Case, Gift for Him or her, Gift for Couple Unique
(as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Personalized Leather Passport Holder - Leather Passport Cover with Customization - Passport Case - Genuine Leather Passport Wallet - Travel Wallet with Lock
$24.99 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Genuine Leather Personalized Passport Holder, Engraved with Monogram or Initials, Travel Wallet, Father's Day Gift, Christmas gift for Travel lovers (Passport Holder & Luggage Tag Set)
$55.00 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Passport Holder/Cover "My Adventure Book" | Luggage Tag "My Adventure Bag"
(as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)PEGAI Personalized Leather, Passport Holder For Travel | Handmade Passport Wallet Cover Case | Travel Document Holder, Passport Cover for Men, Women, and Family | Pike (Rock Grey)
(as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)PEGAI Standard Full Grain Crazy Horse Leather Passport Holder | Custom Travel Passport Cover & Organizer | Handcrafted Leather Passport Wallet for Men and Women | Pike (Charcoal)
$42.97 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)PEGAI Personalized Leather Passport Holder Cover Wallet Travel Essentials | 100% Soft Touch Rustic Travel Wallet Case, International Travel Must Haves | DeKalb (Rose Red)
$31.98 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)PEGAI Personalized Leather, Passport Holder For Travel | Handmade Passport Wallet Cover Case | Travel Document Holder, Passport Cover for Men, Women, and Family | Pike (Chestnut Brown)
(as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Zoomoni Nice BB Bag Insert Organizer - Premium Felt (Handmade/20 Colors)
$39.00 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Personalized Wallet for Men - Top Grain Leather Wallet with Engraved Name & initial -Custom in 5 Colors & 6 Designs- Ideal Gift for Husband, Groomsman, Son, Boyfriend, Anniversaries & Christmas- USA
$24.90 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Divitize Premium Purse Organizer fits St louis PM Bag Organizer, Saint Louis GM Tote Bag Insert, Handmade 2mm Premium Felt Snug Sturdy Oval Shape with Silver Zipper (For St Louis GM, Beige)
$36.00 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Divitize Purse Organizer for Artois MM Bag Organizer, Artois PM Bag Organizer, Artois MM Insert, Handmade 2mm Wool Premium Felt Insert with Silver Zipper Snug Sturdy Fit (For Artois MM, Beige)
$35.00 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Bag Organizer for Fendi Baguette Medium (26cm/10.2″) Insert - Premium Felt (Handmade/20 Colors)
$30.00 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Zoomoni Premium Purse Organizer Insert For LV Alma BB, Neo Alma BB, Neo Alma PM, Alma PM, Alma GM (Handmade/20 Color Options) [Purse Organiser, Liner, Insert, Shaper]
$35.00 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Divitize Premium Purse Organizer for Mini Anjou Bag Organizer Insert, fits Anjou PM Organizer, Anjou GM Insert, Handmade 2mm Thick Oval Shaped Felt Snug Sturdy Silver Zipper (For Anjou Mini, Green)
$35.00 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Divitize Premium Purse Organizer fits Graceful MM Organizer, Graceful PM Organizer, Graceful MM Purse Organizer, Handmade 2mm Premium Felt Snug Sturdy Gold Zipper (For Graceful MM, Red)
$38.90 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Divitize Purse Organizer for Artois MM Bag Organizer, Artois PM Bag Organizer, Artois MM Insert, Handmade 2mm Wool Premium Felt Insert with Silver Zipper Snug Sturdy Fit (For Artois PM, Beige)
$35.00 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Purse Organizer for Lv Loop Hobo Bag Insert, Lv Loop Hobo GM Bag Organizer, Handmade 2mm Premium Felt Snug Sturdy Gold Zipper (For Loop Hobo GM, Brown)
$34.99 (as of December 23, 2024 00:20 GMT +00:00 - More infoProduct prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on [relevant Amazon Site(s), as applicable] at the time of purchase will apply to the purchase of this product.)Auto Amazon Links: No products found. Blocked by captcha.