$(document).ready(function(){
		

        $('#topbrands .showhide').html('<a class="hide_link" href="#">Hide [-]</a>');
        $('#topbrands .showhide2').html('<a class="open_link" href="#">Show [+]</a>');
        $('#topbrands .showhide2').hide();
        
        $('#topbrands .showhide a.hide_link').click(function(){
                $('#topbrands .showhide').hide();
                $('#topbrands .showhide2').show();
                $('#topbrands #topbrandcontent').slideUp('medium');
                return false;
        });
        
        $('#topbrands .showhide2 a.open_link').click(function(){
                $('#topbrands .showhide').show();
                $('#topbrands .showhide2').hide();
                $('#topbrands #topbrandcontent').slideDown('medium');
                return false;
        });
        
		
		/*$('#extradvice .showhide').html('<a class="hide_link" href="#">Hide [-]</a>');
        $('#extradvice .showhide2').html('<a class="open_link" href="#">Show [+]</a>');
       	$('#extradvice .showhide2').hide();
        
        $('#extradvice .showhide a.hide_link').click(function(){
               $('#extradvice .showhide').hide();
               $('#extradvice .showhide2').show();
               $('#extradvice #extradvicecontent').slideUp('medium');
               return false;
        });

        $('#extradvice .showhide2 a.open_link').click(function(){
               $('#extradvice .showhide').show();
               $('#extradvice .showhide2').hide();
               $('#extradvice #extradvicecontent').slideDown('medium');
               return false;
        }); */     
         
        $('#advice1 .hideadvice').html('<a class="hide_link" href="#advice1anc">Kitchen Appliances and Built in Appliances</a>');
       	$('#advice1 .hideadvice, #advice1 .advicecontent').hide();
        
        $('#advice1 .hideadvice a.hide_link').click(function(){
               $('#advice1 .showadvice').show();
               $('#advice1 .hideadvice').hide();
               $('#advice1 .advicecontent').slideUp('medium');
               return false;
        });

        $('#advice1 .showadvice a.show_link').click(function(){
               $('#advice1 .showadvice').hide();
               $('#advice1 .hideadvice').show();
               $('#advice1 .advicecontent').slideDown('medium');
               return false;
        });
        
         
        $('#advice2 .hideadvice').html('<a class="hide_link" href="#advice2anc">Cookers</a>');
       	$('#advice2 .hideadvice, #advice2 .advicecontent').hide();
        
        $('#advice2 .hideadvice a.hide_link').click(function(){
               $('#advice2 .showadvice').show();
               $('#advice2 .hideadvice').hide();
               $('#advice2 .advicecontent').slideUp('medium');
               return false;
        });

        $('#advice2 .showadvice a.show_link').click(function(){
               $('#advice2 .showadvice').hide();
               $('#advice2 .hideadvice').show();
               $('#advice2 .advicecontent').slideDown('medium');
               return false;
        });

         
        $('#advice3 .hideadvice').html('<a class="hide_link" href="#advice3anc">Dishwashers - small and large</a>');
       	$('#advice3 .hideadvice, #advice3 .advicecontent').hide();
        
        $('#advice3 .advicetitle .hideadvice a.hide_link').click(function(){
               $('#advice3 .showadvice').show();
               $('#advice3 .hideadvice').hide();
               $('#advice3 .advicecontent').slideUp('medium');
               return false;
        });

        $('#advice3 .advicetitle .showadvice a.show_link').click(function(){
               $('#advice3 .showadvice').hide();
               $('#advice3 .hideadvice').show();
               $('#advice3 .advicecontent').slideDown('medium');
               return false;
        });
        
});

       /* Slideshow!!! */ 
$(document).ready(function(){ 
     	$('ul#flashshow').innerfade({ 
			speed: 'slow', 
			timeout: 4000, 
			type: 'sequence', 
			containerheight: '220px' 
		});  
        
        
        
});
