// JavaScript Documentscript> 

// Performs TABS function... 
$(function() {
	$("#flowtabs").tabs("#flowpanes > div", { 
    
    effect: 'fade',
	
	fadeInSpeed: '700',
 
    // ... the rest of the configuration properties 
});
	});




