﻿// Functions specific to a site.


(function($) {
    $(document).ready(function() {
        // Place document manipulation code here
        Cufon.replace('.parent-title, h1, .subnav-title, .phone');
        $(".overview .overview-wrapper:nth-child(3n+1)").css("clear", "both");

        $(".tabs").tabs("#pane-wrapper > .pane");

        // WTA //
      //  $('#ctl00_ctl00_base_content_internal_content_ListDisplay1 ul').attr('id', 'pane-wrapper');
       // $('#pane-wrapper li').addClass('pane');
        // /WTA //
        $('.overview-wrapper').wrapAll("<div class='overview' />");
        //	Superfish drop-down menus
        //		$('.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
        //		});

        //  $('#membersframe').iframeAutoHeight();
        //$('iframe').iframeAutoHeight();		
    });
})(jQuery);


// Information Form Dropdown 
function goInfoForm(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

