jQuery(function(){
//	function lwvwv-contacts() {
        jQuery('#lwvwv-contacts').hide();
        var c=0;
        jQuery('#show').click(function(){
        if (c == 0) {
                jQuery('#lwvwv-contacts').slideDown();
                jQuery(this).attr("value","Hide");
                c++;
        } else {
                jQuery('#lwvwv-contacts').slideUp();
                jQuery(this).attr("value","Show Directors");
                c--;
        } });
//	}
});
