// JavaScript Document
$(function() { 
	$(".accordion").tabs(".accordion div.pane", {tabs: '.tab', effect: 'slide', initialIndex: 0});
});
