$(document).ready(function() {

 //the framework hides Tab Panes in the tabs.css. I hide them with jQuery incase the javascript doesn't load.

	$('div.panes > div').css( 'display : hidden'); 

	$('ul.gblTabs').tabs('div.panes > div');					   

	

});
