

// independently show and hide

//$(document).ready(function() {
//  $('div.demo-show:eq(0) > div').hide();  
//  $('div.demo-show:eq(0) > a.less').hide();  
//  $('div.demo-show:eq(0) > a.more').click(function() {
//    $('div.demo-show:eq(0) > div').slideToggle('slow');
//    $(this).hide();  
//    $('div.demo-show:eq(0) > a.less').show();
//  });
//  
//  $('div.demo-show:eq(0) > a.less').click(function() {    
//    $('div.demo-show:eq(0) > div').slideToggle('slow');    
//    $(this).hide();  
//    $('div.demo-show:eq(0) > a.more').show();
//  });
//});


