having an issue with a theme from 
http://www.elegantthemes.com/ that I bought...and their support is taking too long to answer...GFY is just SO damn quick
this is the theme
http://www.elegantthemes.com/preview/ArtSee/
now, see the right sidebar up top, the about us drops down, right?
here is the javascript for that slider thing 
http://www.elegantthemes.com/preview...e/js/slider.js - specifically these lines
	Code:
	$(document).ready(function(){
	$(".btn-slide2").click(function(){
		$("#panel2").slideToggle("slow");
		$(this).toggleClass("active"); return false;
	});
	
	 
});
 how do I make it so that about us slider is open when the page loads?