$(document).ready(function (){ $('.top_nav_left li').hover( function () { // Show Sub-Menu $('ul', this).stop(false,true).slideDown(); }, function () { // Hide Sub-Menu $('ul', this).stop(false,true).slideUp(); } ); $('.top_nav_right li').hover( function () { // Show Sub-Menu $('ul', this).stop(false,true).slideDown(); }, function () { // Hide Sub-Menu $('ul', this).stop(false,true).slideUp(); } ); $(".content_tabs").tabs(); $(".content_tabs_sidebar").tabs(); $('.zoom').loupe({ width: 300, height: 200, loupe: 'loupe' }); $("#product_multiple_images").jCarouselLite({ btnNext: ".next", btnPrev: ".prev", scroll: 1, circular: false, visible: 4 }); }); $(function(){ $('#header_frame').cycle({ fx: 'fade', prev: 'a.prev', next: 'a.next', timeout: 5000, speed: 2000 }); $('.ExpanderTitle').parent().children('.ExpanderBox').slideUp(0); $('.ExpanderTitle').click( function(){ $(this).parent().children('.ExpanderBox').slideToggle("slow"); }); $(".jMyCarousel").jMyCarousel({ visible: '100%' }); }); // reCAPTCHA Theme var RecaptchaOptions = { theme : 'clean' };