﻿//(function(j$) {
//    j$(document).ready(function() {
//        //Popup window code
//        j$('a').each(function() {
//            var popupWindowRegex = /\{[\w\d\s:,&;/\."\[\]\-]*\}/g;
//            if (j$(this).attr('class').match('popUp')) {
//                var paramsJson = j$(this).attr('class').match(popupWindowRegex); 
//                j$(this).click(function() {
//                    popUp(paramsJson);
//                    return false;
//                });
//            }
//        });	    
////		j$('.main-nav ul.L1').superfish({
////			delay: 500,                            // one second delay on mouseout 
////			animation: { opacity: 'show' },  // fade-in and slide-down animation 
////			speed: 'fast',                          // faster animation speed 
////			autoArrows: false,
////			dropShadows: false
////		});		
//    });
//})(jQuery);
