$(document).ready(function(){
	
	
    $("#top ul.sf-menu").superfish({
        dropShadows:true,
        autoArrows: false,
        animation:   {
            opacity:'show',
            height:'show'
        }
    }).find('ul').bgIframe({
        opacity:false
    });
    
    $('.alter-my-details-online').hide();
    
    
    $('#innerfade-content').innerfade({
        animationtype: 'fade',
        speed: 4000,
        timeout: 6000,
        type: 'random',
        containerheight: '170px'
    });
    
 
    
    $('.employee').each(function(){
        var top = $(this).next('.tooltip').contents().clone();
        $(this).find('.top').html(top);
        $(this).find('.top a.employee_bio_button"').remove();
    });
    
    $("a.employee").fancybox({
        padding: '26px',
        autoscroll: 'no',
        showNavArrows: 'yes'

    });
  
    $('.employees .employee').each(function(index){	
        $(this).tooltip({
            tipClass: 'tooltip',
            effect: 'slide',
            position: 'bottom right',
            offset: [-100,-30], 
            opacity:0.95
        });    
    });
  
    var message_employee = $("#message_box").fancybox({
        padding: '26',
        autoscroll: 'no',
        showNavArrows: 'no',
		onClosed : function(){
			$("#message_employee .result").hide();
			$("#message_employee .message.form").show();
			$("#message_employee .message.form").not(':button, :submit, :reset, :hidden').val('').removeAttr('checked').removeAttr('selected');
		}    
    });
  
    $("a.employee_bio_button").click(function(){
        var employeeid = $(this).attr("rel");
        $("#"+employeeid).closest("a.employee").click();
        $('.tooltip').hide();
    });
  
    $("a.employee_message_button").click(function(){
        //#message_employee change hidden_message
    
        $("#message_employee form input[name='employee']").val($(this).attr('rel'));
        $(message_employee).click();
        $('.tooltip').hide();
    });
     
    $('a.iframe-popup').fancybox({
        type: 'iframe',
        width: 800,
        height: 600
    });
 
});


/*
   $('.employee').each(function(){
        var top = $(this).next('.tooltip').contents().clone();
        $(this).find('.top').html(top);
        $(this).find('.top a.employee_bio_button"').remove();
    });
    
    $("a.employee").fancybox({
        padding: '26px',
        autoscroll: 'no',
        showNavArrows: 'yes'

    });
  
    $('.employees .employee').each(function(index){	
        $(this).tooltip({
            tipClass: 'tooltip',
            effect: 'slide',
            position: 'bottom right',
            offset: [-100,-30], 
            opacity:0.95
        });    
    });
  
    var message_employee = $("#message_box").fancybox({
        padding: '26',
        autoscroll: 'no',
        showNavArrows: 'no'
    
    });
  
    $("a.employee_bio_button").click(function(){
        var employeeid = $(this).attr("rel");
        $("#"+employeeid).closest("a.employee").click();
        $('.tooltip').hide();
    });
  
    $("a.employee_message_button").click(function(){
        //#message_employee change hidden_message
    
        $("#message_employee form input[name='employee']").val($(this).attr('rel'));
        $(message_employee).click();
        $('.tooltip').hide();
    });
     
    $('a.iframe-popup').fancybox({
        type: 'iframe',
        width: 800,
        height: 600
    });
 
});
*/
