jQuery(document).ready(function($){
    $('.lightbox-link').fancybox({scrolling: 'no'});
	$('.fancybox').fancybox({scrolling: 'no'});

    $('.view-detail').fancybox({scrolling: 'no'});
    $('#contactForm').validate();
    $('#demoForm').validate();
    if ($('.onLink').parent().find('ul').length > 0) {
        
        $('#subNav').html('<ul>'+$('.onLink').parent().find('ul').html()+'</ul>');
    }
});
