jQuery(document).ready(function(){var url=document.location.href;var panel_show='';if(url.indexOf('#index')==-1){jQuery('#panel1').show();jQuery('#panel2').hide();panel_show='panel1';}else{jQuery('#panel1').hide();jQuery('#panel2').show();panel_show='panel2';}
jQuery('#show_list').click(function(){if(panel_show=='panel2'){jQuery('#panel1').show();jQuery('#panel2').hide();panel_show='panel1';}else{jQuery('#panel1').hide();jQuery('#panel2').show();panel_show='panel2';}});});
