$(document).ready( function() {

	$('#inner').jScrollPane({scrollbarWidth:30,showArrows:1});
	 
	 if($.browser.msie) { $( function() { 
		$('input[@type=submit]').addClass('input_submit');
		$('input[@type=text], input[@type=password]').addClass('input_text');
	 })};
	
	
	//Treeview	
	$('#footer > ul.catmenu').treeview({
		   collapsed: true,
		   animated: "slow",
		   unique: true,
		   persist: 'location'
	});
	 
});



